Updated to 6.0-RELEASE

epel9 imports/epel9/libdispatch-6.0-1.el9
Ron Olson 3 days ago
parent 5a11e1fb47
commit f1212649fc

@ -1,16 +1,15 @@
%global toolchain clang %global toolchain clang
%global reltag 5.10.1-RELEASE %global reltag 6.0-RELEASE
Name: libdispatch Name: libdispatch
Version: 5.10 Version: 6.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Apple's Grand Central Dispatch library Summary: Apple's Grand Central Dispatch library
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/apple/swift-corelibs-libdispatch 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 Source0: https://github.com/apple/swift-corelibs-libdispatch/archive/swift-%{reltag}.tar.gz#/corelibs-libdispatch.tar.gz
Patch0: noerrors.patch
BuildRequires: clang BuildRequires: clang
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
@ -58,8 +57,6 @@ Development files for libdispatch
%prep %prep
%setup -q -n swift-corelibs-libdispatch-swift-%{reltag} %setup -q -n swift-corelibs-libdispatch-swift-%{reltag}
%patch -P0 -p0
%build %build
export CXX=clang++ export CXX=clang++
@ -87,6 +84,9 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
%changelog %changelog
* 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 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

@ -1,10 +0,0 @@
--- cmake/modules/DispatchCompilerWarnings.cmake.orig 2022-03-23 15:34:30.474065670 -0500
+++ cmake/modules/DispatchCompilerWarnings.cmake 2022-03-23 15:46:39.228684206 -0500
@@ -2,7 +2,6 @@
if("${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC")
# TODO: someone needs to provide the msvc equivalent warning flags
else()
- add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Werror>)
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wall>)
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wextra>)

@ -1 +1 @@
SHA512 (corelibs-libdispatch.tar.gz) = fa8278adbdfd5b041c89a7b14a17aaa805a6f4db12221ff469288bb8d945fd28f16a8d66f56148aeba2e6be30bd6655fbe375d7843d1cb54407527d998e6d6fa SHA512 (corelibs-libdispatch.tar.gz) = 20435db6fac9fa5c50eb3f0ea5f5f6f60320a6167b3498fae9acc95bea6c257844a80b4451d0a5e3d78ec063773126c93309f59147dae8e9ada0a33dc7973e5e

Loading…
Cancel
Save