Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-gitrev for openSUSE:Factory checked in at 2023-04-04 21:20:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old) and /work/SRC/openSUSE:Factory/.ghc-gitrev.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-gitrev" Tue Apr 4 21:20:09 2023 rev:11 rq:1075884 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes 2020-12-22 11:40:00.505533473 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new.19717/ghc-gitrev.changes 2023-04-04 21:20:20.961163221 +0200 @@ -2 +2 @@ -Thu Dec 17 12:20:00 UTC 2020 - OndÅej Súkup <[email protected]> +Thu Mar 30 17:06:52 UTC 2023 - Peter Simons <[email protected]> @@ -4 +4 @@ -- disable %{ix86} build +- Updated spec file to conform with ghc-rpm-macros-2.5.2. @@ -7 +7 @@ -Fri Sep 4 10:49:28 UTC 2020 - Peter Simons <[email protected]> +Fri Mar 17 02:35:43 UTC 2017 - Peter Simons <[email protected]> @@ -9 +9 @@ -- Replace %setup -q with the more modern %autosetup macro. +- Add gitrev at version 1.3.1. @@ -11,40 +10,0 @@ -------------------------------------------------------------------- -Thu Nov 7 06:42:07 UTC 2019 - [email protected] - -- Drop obsolete group attributes. - -------------------------------------------------------------------- -Sat Oct 20 11:31:33 UTC 2018 - Peter Simons <[email protected]> - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:25 UTC 2018 - [email protected] - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Wed May 16 13:06:55 UTC 2018 - [email protected] - -- Prefer the new %license attribute over %doc. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - [email protected] - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu Jul 27 14:06:02 UTC 2017 - [email protected] - -- Update to version 1.3.1. - -------------------------------------------------------------------- -Sun Jul 10 17:07:18 UTC 2016 - [email protected] - -- Update to version 1.2.0 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Tue Nov 17 21:50:28 UTC 2015 - [email protected] - -- initial commit ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-gitrev.spec ++++++ --- /var/tmp/diff_new_pack.q32gY8/_old 2023-04-04 21:20:21.377165873 +0200 +++ /var/tmp/diff_new_pack.q32gY8/_new 2023-04-04 21:20:21.381165898 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-gitrev # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %global pkg_name gitrev +%global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} Version: 1.3.1 Release: 0 @@ -26,11 +27,18 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel +BuildRequires: ghc-base-compat-prof +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-directory-devel +BuildRequires: ghc-directory-prof BuildRequires: ghc-filepath-devel +BuildRequires: ghc-filepath-prof BuildRequires: ghc-process-devel +BuildRequires: ghc-process-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-template-haskell-prof ExcludeArch: %{ix86} %description @@ -48,6 +56,22 @@ %description devel This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} @@ -68,4 +92,9 @@ %files devel -f %{name}-devel.files +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog
