|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
%global toolchain clang
|
|
|
|
|
%global reltag 5.6.1-RELEASE
|
|
|
|
|
%global reltag 5.7.1-RELEASE
|
|
|
|
|
|
|
|
|
|
Name: libdispatch
|
|
|
|
|
Version: 5.6.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 5.7.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Apple's Grand Central Dispatch library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/apple/swift-corelibs-libdispatch
|
|
|
|
@ -86,6 +86,8 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 05 2022 Ron Olson <tachoknight@gmail.com> 5.7.1-1
|
|
|
|
|
- Updated to 5.7.1-RELEASE
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.6.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|