Updated to 6.0.2-RELEASE

epel9 imports/epel9/libdispatch-6.0.2-1.el9
Ron Olson 2 months ago
parent a8cba5052f
commit 4eacb87992

@ -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

@ -1 +1 @@
SHA512 (corelibs-libdispatch.tar.gz) = b277dcfa15a9c7d0b6a7148b0c0d8cb000df314c9af3fb9461c6128ab64e89909f0ac8e7c68521e019024894e4cff5dac03597abcf91596541dcd7d40da180c4
SHA512 (corelibs-libdispatch.tar.gz) = a2e8439fcd8236068bb9dafbac56991e7a013e848ed07c879d6d02a9ac258010da70538154c35af8341b1987d67b4310ad54a8d1778ed5bfe7a4dba6cfce60a6

Loading…
Cancel
Save