From f51decc49c1b73ef4d500a4658c96991d195d97f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Jan 2023 11:29:18 +0800 Subject: [PATCH] reinstate %ghc_devel_prof for existing ghc spec files --- ghc-srpm-macros.spec | 5 ++++- macros.ghc-srpm | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ghc-srpm-macros.spec b/ghc-srpm-macros.spec index 651c752..b274c14 100644 --- a/ghc-srpm-macros.spec +++ b/ghc-srpm-macros.spec @@ -4,7 +4,7 @@ %global macros_dir %{_rpmconfigdir}/macros.d Name: ghc-srpm-macros -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: RPM macros for building Haskell source packages @@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm %changelog +* Mon Jan 30 2023 Jens Petersen - 1.6.1-1 +- restore ghc_devel_prof for existing ghc spec files + * Sat Jan 21 2023 Jens Petersen - 1.6.0-1 - drop long unused ghc_arches_with_ghci - update (unused) ghc_arches diff --git a/macros.ghc-srpm b/macros.ghc-srpm index 926d54d..d340cae 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -4,5 +4,8 @@ # former archs: alpha ppc sparcv9 armv5tel %ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x +# deprecated - kept for ghc.spec back compatibility +%ghc_devel_prof prof + # enable profiling libraries in prof subpkgs %with_ghc_prof 1