reinstate %ghc_devel_prof for existing ghc spec files

This commit is contained in:
Jens Petersen 2023-01-30 11:29:18 +08:00
parent cd166767aa
commit f51decc49c
2 changed files with 7 additions and 1 deletions

View File

@ -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 <petersen@redhat.com> - 1.6.1-1
- restore ghc_devel_prof for existing ghc spec files
* Sat Jan 21 2023 Jens Petersen <petersen@redhat.com> - 1.6.0-1
- drop long unused ghc_arches_with_ghci
- update (unused) ghc_arches

View File

@ -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