Skip to content

Commit

Permalink
Update GNUstep Base sources to version with last commit ecbecbe.
Browse files Browse the repository at this point in the history
  • Loading branch information
trunkmaster committed May 23, 2019
1 parent f49aa76 commit 65cf691
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Binary file modified Libraries/gnustep/gnustep-base-1.26.0.tar.gz
Binary file not shown.
6 changes: 5 additions & 1 deletion Libraries/gnustep/nextspace-gnustep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Name: nextspace-gnustep
Version: %{BASE_VERSION}_%{GUI_VERSION}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: GNUstep libraries.

Group: Libraries/NextSpace
Expand Down Expand Up @@ -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.
Expand Down
11 changes: 8 additions & 3 deletions Libraries/libdispatch/libdispatch-1.3.1121.spec
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 65cf691

Please sign in to comment.