From 20d57f9251023e795e0370d5983bcf412b3b9412 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Thu, 12 May 2022 13:46:28 -0500 Subject: [PATCH] Added ppc64le as one of the architectures thanks to Shawn Anastasio --- libdispatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdispatch.spec b/libdispatch.spec index 3dba1c4..2d9b7a3 100644 --- a/libdispatch.spec +++ b/libdispatch.spec @@ -3,7 +3,7 @@ Name: libdispatch Version: 5.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apple's Grand Central Dispatch library License: ASL 2.0 URL: https://github.com/apple/swift-corelibs-libdispatch @@ -86,6 +86,9 @@ chrpath --delete %{buildroot}%{_libdir}/libdispatch.so %changelog +* Thu May 12 2022 Ron Olson 5.6.1-2 +- Merged patch 0a56660 from Shawn Anastasio to include + ppc64le as one of the architectures to build for * Fri Apr 15 2022 Ron Olson 5.6.1-1 - Updated to 5.6.1-RELEASE * Wed Mar 23 2022 Ron Olson 5.6.0-2