From 6cca56615fe30d328f187d24fd486e35705ec9ee Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 12 Jul 2019 14:24:17 +0000 Subject: [PATCH] bump to version 1.10 --- ghc-rpm-macros.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index a2491bf..984c55e 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -10,13 +10,13 @@ #%%global without_hscolour 1 Name: ghc-rpm-macros -Version: 1.9.9 -Release: 4%{?dist} +Version: 1.10.0 +Release: 1%{?dist} Summary: RPM macros for building Haskell packages for GHC License: GPLv3+ URL: https://github.com/fedora-haskell/ghc-rpm-macros -# Currently source is only in git but tarballs could be made if it helps +# Currently source is only in pkg git but tarballs could be made if it helps Source0: macros.ghc Source1: COPYING Source2: AUTHORS @@ -41,8 +41,7 @@ BuildArch: noarch %description A set of macros for building GHC packages following the Haskell Guidelines -of the Fedora Haskell SIG. ghc needs to be installed in order to make use of -these macros. +of the Fedora Haskell SIG. %package extra @@ -204,6 +203,10 @@ EOF %changelog +* Fri Jul 12 2019 Jens Petersen - 1.10.0-1 +- drop devel subpackage scriplets (replaced by ghc-compiler triggers) +- remove deprecated ghc_fix_dynamic_rpath + * Thu Jul 25 2019 Fedora Release Engineering - 1.9.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild