From 8a1711f05f4e34e482d251fdc5227f7938ce611e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 18 Sep 2024 01:16:54 +0300 Subject: [PATCH] import libdispatch-6.0-1.el9 --- .libdispatch.metadata | 2 +- SOURCES/noerrors.patch | 10 ---------- SPECS/libdispatch.spec | 13 ++++++++----- 3 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 SOURCES/noerrors.patch diff --git a/.libdispatch.metadata b/.libdispatch.metadata index 899e28a..ec5a507 100644 --- a/.libdispatch.metadata +++ b/.libdispatch.metadata @@ -1 +1 @@ -8d3b90c92dc0d4cc72a043f684b64f600f328e89 SOURCES/corelibs-libdispatch.tar.gz +fbef5587999942c47cb06d9af6721370e4d0015d SOURCES/corelibs-libdispatch.tar.gz diff --git a/SOURCES/noerrors.patch b/SOURCES/noerrors.patch deleted file mode 100644 index 9640ceb..0000000 --- a/SOURCES/noerrors.patch +++ /dev/null @@ -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($<$,$>:-Werror>) - add_compile_options($<$,$>:-Wall>) - add_compile_options($<$,$>:-Wextra>) - diff --git a/SPECS/libdispatch.spec b/SPECS/libdispatch.spec index c0a4966..dff4294 100644 --- a/SPECS/libdispatch.spec +++ b/SPECS/libdispatch.spec @@ -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 6.0-1 +- Updated to 6.0-1-RELEASE + +* Thu Jul 18 2024 Fedora Release Engineering - 1:5.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jun 24 2024 Ron Olson 5.10.1-1 - Updated to 5.10.1-RELEASE