-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GNUstep Base sources to version with last commit
ecbecbe
.
- Loading branch information
1 parent
f49aa76
commit 65cf691
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
Name: nextspace-gnustep | ||
Version: %{BASE_VERSION}_%{GUI_VERSION} | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: GNUstep libraries. | ||
|
||
Group: Libraries/NextSpace | ||
|
@@ -292,6 +292,10 @@ fi | |
#%postun | ||
|
||
%changelog | ||
* Thu May 23 2019 Sergii Stoian <[email protected]> - 1.26.0_0.25.0-2 | ||
- Rebuild with libdispatch private headers enabled and gnustep-base last | ||
commit `ecbecbe`. | ||
|
||
* Fri May 10 2019 Sergii Stoian <[email protected]> - 1.26.0_0.25.0-1 | ||
- original ProjectBuilder's images were added to ProjectCenter. | ||
- replace some GNUstep images from tarball. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: libdispatch | ||
Version: 1.3.1121 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: Grand Central Dispatch (GCD or libdispatch). | ||
License: Apache 2.0 | ||
URL: http://swift.org | ||
|
@@ -53,14 +53,16 @@ cd _build | |
cmake3 .. \ | ||
-DCMAKE_C_COMPILER=clang \ | ||
-DCMAKE_CXX_COMPILER=clang++ \ | ||
-DCMAKE_INSTALL_PREFIX=/usr/NextSpace | ||
-DCMAKE_INSTALL_PREFIX=/usr/NextSpace \ | ||
-DINSTALL_PRIVATE_HEADERS=YES | ||
|
||
make %{?_smp_mflags} | ||
|
||
%install | ||
#cd libdispatch-%{version} | ||
cd _build | ||
make install DESTDIR=%{buildroot} | ||
rm %{buildroot}/usr/NextSpace/include/Block_private.h | ||
|
||
%check | ||
# requires lit.py from LLVM utilities | ||
|
@@ -75,7 +77,10 @@ make install DESTDIR=%{buildroot} | |
/usr/NextSpace/share/man/ | ||
|
||
%changelog | ||
* Thu Mar 28 2019 Sergii Stoian <[email protected]> - 1.3-2 | ||
* Thu May 23 2019 Sergii Stoian <[email protected]> - 1.3.1121-3 | ||
- New build flag `INSTALL_PRIVATE_HEADERS=YES` was added. | ||
|
||
* Thu Mar 28 2019 Sergii Stoian <[email protected]> - 1.3.1121-2 | ||
- Build latest version of libdispatch without libkqueue and pthread_workqueue. | ||
|
||
* Wed Oct 12 2016 Sergii Stoian <[email protected]> 1.3-1 | ||
|