diff --git a/Libraries/gnustep/gnustep-base-1.26.0.tar.gz b/Libraries/gnustep/gnustep-base-1.26.0.tar.gz index 96716a566..45d2913f9 100644 Binary files a/Libraries/gnustep/gnustep-base-1.26.0.tar.gz and b/Libraries/gnustep/gnustep-base-1.26.0.tar.gz differ diff --git a/Libraries/gnustep/nextspace-gnustep.spec b/Libraries/gnustep/nextspace-gnustep.spec index caff25f1e..2098fe581 100644 --- a/Libraries/gnustep/nextspace-gnustep.spec +++ b/Libraries/gnustep/nextspace-gnustep.spec @@ -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 - 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 - 1.26.0_0.25.0-1 - original ProjectBuilder's images were added to ProjectCenter. - replace some GNUstep images from tarball. diff --git a/Libraries/libdispatch/libdispatch-1.3.1121.spec b/Libraries/libdispatch/libdispatch-1.3.1121.spec index 3ac77e864..a3894b0b0 100644 --- a/Libraries/libdispatch/libdispatch-1.3.1121.spec +++ b/Libraries/libdispatch/libdispatch-1.3.1121.spec @@ -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,7 +53,8 @@ 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} @@ -61,6 +62,7 @@ make %{?_smp_mflags} #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 - 1.3-2 +* Thu May 23 2019 Sergii Stoian - 1.3.1121-3 +- New build flag `INSTALL_PRIVATE_HEADERS=YES` was added. + +* Thu Mar 28 2019 Sergii Stoian - 1.3.1121-2 - Build latest version of libdispatch without libkqueue and pthread_workqueue. * Wed Oct 12 2016 Sergii Stoian 1.3-1