Compare commits

...

6 Commits
epel9 ... i9ce

Author SHA1 Message Date
MSVSphere Packaging Team 8a1711f05f
import libdispatch-6.0-1.el9
3 days ago
MSVSphere Packaging Team aa70296c49 import libdispatch-5.10-1.el9
3 months ago
MSVSphere Packaging Team 74eee1d42f Merge and update
11 months ago
MSVSphere Packaging Team 809fab45ed Remove unnecessary files
11 months ago
Arkady L. Shane 753b43a7b7
Update to 5.9
11 months ago
Arkady L. Shane 79cf294f14
import libdispatch-5.7.3-1.el9
1 year ago

2
.gitignore vendored

@ -1 +1 @@
/corelibs-libdispatch.tar.gz
SOURCES/corelibs-libdispatch.tar.gz

@ -0,0 +1 @@
fbef5587999942c47cb06d9af6721370e4d0015d SOURCES/corelibs-libdispatch.tar.gz

@ -1,8 +1,8 @@
%global toolchain clang
%global reltag 5.9-RELEASE
%global reltag 6.0-RELEASE
Name: libdispatch
Version: 5.9
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,12 +84,30 @@ 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
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Sep 28 2023 Ron Olson <tachoknight@gmail.com> 5.9-1
- Updated to 5.9-RELEASE
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5.7.3-1
- Rebuilt for MSVSphere 9.2
* Fri Jan 27 2023 Ron Olson <tachoknight@gmail.com> 5.7.3-1
- Updated to 5.7.3-RELEASE
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.2-2

@ -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 +0,0 @@
SHA512 (corelibs-libdispatch.tar.gz) = f7a6e8e5f450d63c8b6c9ed70f2099b669105f5f6d7ec1f6139fc3b4b5d30cc584b52d7d3c1e89a43252ab1dd56044417d57c6b9dcbf41edcabca0160c349165
Loading…
Cancel
Save