diff --git a/.libdispatch.metadata b/.libdispatch.metadata index ae9a6ab..8c9cbe6 100644 --- a/.libdispatch.metadata +++ b/.libdispatch.metadata @@ -1 +1 @@ -79ef3b1e65cd467ec27353ecfff91aeae2cfbfe8 SOURCES/corelibs-libdispatch.tar.gz +ffe5bcf6bce7961a130cc8b3727ba52575eaf6d8 SOURCES/corelibs-libdispatch.tar.gz diff --git a/SPECS/libdispatch.spec b/SPECS/libdispatch.spec index aca3f3f..2e718e3 100644 --- a/SPECS/libdispatch.spec +++ b/SPECS/libdispatch.spec @@ -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 - 6.0.1-1 +* Sat Dec 28 2024 Arkady L. Shane - 1:6.0.2-1 - Rebuilt for MSVSphere 10 +* Tue Oct 29 2024 Ron Olson 6.0.2-1 +- Updated to 6.0.2-1-RELEASE + * Thu Sep 26 2024 Ron Olson 6.0.1-1 - Updated to 6.0.1-1-RELEASE