import libdispatch-6.0.2-1.el9

i9ce changed/i9ce/libdispatch-6.0.2-1.el9
MSVSphere Packaging Team 2 months ago
parent e4a467edba
commit 10050efab3
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -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,6 +85,9 @@ 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

Loading…
Cancel
Save