import libdispatch-6.0-1.el9

i9ce changed/i9ce/libdispatch-6.0-1.el9
MSVSphere Packaging Team 3 days ago
parent aa70296c49
commit 8a1711f05f
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
8d3b90c92dc0d4cc72a043f684b64f600f328e89 SOURCES/corelibs-libdispatch.tar.gz
fbef5587999942c47cb06d9af6721370e4d0015d SOURCES/corelibs-libdispatch.tar.gz

@ -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,8 +1,8 @@
%global toolchain clang
%global reltag 5.10.1-RELEASE
%global reltag 6.0-RELEASE
Name: libdispatch
Version: 5.10
Version: 6.0
Release: 1%{?dist}
Summary: Apple's Grand Central Dispatch library
License: Apache-2.0
@ -10,7 +10,6 @@ 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
Patch0: noerrors.patch
BuildRequires: clang
BuildRequires: libbsd-devel
@ -58,8 +57,6 @@ Development files for libdispatch
%prep
%setup -q -n swift-corelibs-libdispatch-swift-%{reltag}
%patch -P0 -p0
%build
export CXX=clang++
@ -87,6 +84,12 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 24 2024 Ron Olson <tachoknight@gmail.com> 5.10.1-1
- Updated to 5.10.1-RELEASE

Loading…
Cancel
Save