diff --git a/ghc-srpm-macros.spec b/ghc-srpm-macros.spec index 158f1bc..4112c8c 100644 --- a/ghc-srpm-macros.spec +++ b/ghc-srpm-macros.spec @@ -4,8 +4,8 @@ %global macros_dir %{_rpmconfigdir}/macros.d Name: ghc-srpm-macros -Version: 1.4.2 -Release: 9.0.riscv64%{?dist} +Version: 1.5.0 +Release: 2.0.riscv64%{?dist} Summary: RPM macros for building Haskell source packages License: GPLv2+ @@ -35,9 +35,18 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm %changelog -* Tue Feb 19 2019 David Abdurachmanov - 1.4.2-9.0.riscv64 +* Sun Apr 19 2020 David Abdurachmanov - 1.5.0-2.0.riscv64 - Add RISC-V (riscv64) +* Tue Jan 28 2020 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Oct 1 2019 Jens Petersen - 1.5.0-1 +- define ghc_devel_prof to handle prof/devel BRs across releases + +* Thu Jul 25 2019 Fedora Release Engineering - 1.4.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/macros.ghc-srpm b/macros.ghc-srpm index 48f7487..94382a6 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -7,3 +7,7 @@ # ghc_arches is not used in current packages but still here for back compat # former archs: alpha ppc sparcv9 armv5tel %ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x riscv64 + +# control whether to BR devel or prof library packages +# (prof subpackages were introduced in F31) +%ghc_devel_prof prof