From 0a4ea6ae08605ae99bbcc112dfe017e3b1560a8a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 18:33:24 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ghc-rpm-macros.git#523769efa934f78515331f7cd819d1669698ed73 --- ghc-rpm-macros.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 22ae612..91a7362 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -11,7 +11,7 @@ Name: ghc-rpm-macros Version: 2.0.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM macros for building Haskell packages for GHC License: GPLv3+ @@ -218,6 +218,9 @@ EOF %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.0.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 29 2020 Jens Petersen - 2.0.14-1 - ghc-deps.sh: be careful when filtering out rts (#1873687)