import libdispatch-6.0.2-1.el10

i10ce changed/i10ce/libdispatch-6.0.2-1.el10
Arkady L. Shane 2 weeks ago
parent f5e1be53c4
commit 98d5743a84
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1 +1 @@
79ef3b1e65cd467ec27353ecfff91aeae2cfbfe8 SOURCES/corelibs-libdispatch.tar.gz
ffe5bcf6bce7961a130cc8b3727ba52575eaf6d8 SOURCES/corelibs-libdispatch.tar.gz

@ -1,8 +1,8 @@
%global toolchain clang
%global reltag 6.0.1-RELEASE
%global reltag 6.0.2-RELEASE
Name: libdispatch
Version: 6.0.1
Version: 6.0.2
Release: 1%{?dist}
Summary: Apple's Grand Central Dispatch library
License: Apache-2.0
@ -61,6 +61,7 @@ Development files for libdispatch
%build
export CXX=clang++
export CC=clang
export CFLAGS="-Wno-error=cast-function-type `echo $CFLAGS`"
%cmake -G Ninja
%cmake_build
@ -84,9 +85,12 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
%changelog
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.0.1-1
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:6.0.2-1
- Rebuilt for MSVSphere 10
* 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

Loading…
Cancel
Save