|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global toolchain clang
|
|
|
|
|
%global reltag 5.9-RELEASE
|
|
|
|
|
%global reltag 6.0.2-RELEASE
|
|
|
|
|
|
|
|
|
|
Name: libdispatch
|
|
|
|
|
Version: 5.9
|
|
|
|
|
Version: 6.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Apple's Grand Central Dispatch library
|
|
|
|
|
License: Apache-2.0
|
|
|
|
@ -10,7 +10,6 @@ URL: https://github.com/apple/swift-corelibs-libdispatch
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/apple/swift-corelibs-libdispatch/archive/swift-%{reltag}.tar.gz#/corelibs-libdispatch.tar.gz
|
|
|
|
|
|
|
|
|
|
Patch0: noerrors.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: clang
|
|
|
|
|
BuildRequires: libbsd-devel
|
|
|
|
@ -58,12 +57,11 @@ Development files for libdispatch
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n swift-corelibs-libdispatch-swift-%{reltag}
|
|
|
|
|
|
|
|
|
|
%patch -P0 -p0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CXX=clang++
|
|
|
|
|
export CC=clang
|
|
|
|
|
export CFLAGS="-Wno-error=cast-function-type `echo $CFLAGS`"
|
|
|
|
|
%cmake -G Ninja
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
@ -87,12 +85,36 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Ron Olson <tachoknight@gmail.com> 6.0.2-1
|
|
|
|
|
- Updated to 6.0.2-1-RELEASE
|
|
|
|
|
|
|
|
|
|
* Thu Sep 26 2024 Ron Olson <tachoknight@gmail.com> 6.0.1-1
|
|
|
|
|
- Updated to 6.0.1-1-RELEASE
|
|
|
|
|
|
|
|
|
|
* Tue Sep 17 2024 Ron Olson <tachoknight@gmail.com> 6.0-1
|
|
|
|
|
- Updated to 6.0-1-RELEASE
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Ron Olson <tachoknight@gmail.com> 5.10.1-1
|
|
|
|
|
- Updated to 5.10.1-RELEASE
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 28 2023 Ron Olson <tachoknight@gmail.com> 5.9-1
|
|
|
|
|
- Updated to 5.9-RELEASE
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5.7.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Jan 27 2023 Ron Olson <tachoknight@gmail.com> 5.7.3-1
|
|
|
|
|
- Updated to 5.7.3-RELEASE
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.2-2
|