Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-generically for openSUSE:Factory checked in at 2023-10-13 23:14:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-generically (Old) and /work/SRC/openSUSE:Factory/.ghc-generically.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generically" Fri Oct 13 23:14:54 2023 rev:3 rq:1117076 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-generically/ghc-generically.changes 2023-04-04 21:20:17.645142079 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-generically.new.20540/ghc-generically.changes 2023-10-13 23:15:57.881830527 +0200 @@ -1,0 +2,6 @@ +Wed Oct 4 18:22:20 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update generically to version 0.1.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-generically.spec ++++++ --- /var/tmp/diff_new_pack.CAH6kM/_old 2023-10-13 23:15:58.405849536 +0200 +++ /var/tmp/diff_new_pack.CAH6kM/_new 2023-10-13 23:15:58.409849680 +0200 @@ -25,7 +25,7 @@ License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-orphans-devel ++++++ generically.cabal ++++++ --- /var/tmp/diff_new_pack.CAH6kM/_old 2023-10-13 23:15:58.449851132 +0200 +++ /var/tmp/diff_new_pack.CAH6kM/_new 2023-10-13 23:15:58.453851277 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: generically version: 0.1.1 -x-revision: 1 +x-revision: 2 synopsis: Generically newtype to use with DerivingVia description: This is a compatibility package as @Generically@ and @Generically1@ newtypes @@ -24,9 +24,10 @@ || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.7 - || ==9.4.4 - || ==9.6.1 + || ==9.2.8 + || ==9.4.7 + || ==9.6.3 + || ==9.8.1 source-repository head type: git @@ -34,7 +35,7 @@ library default-language: Haskell2010 - build-depends: base >=4.9 && <4.19 + build-depends: base >=4.9 && <4.20 if impl(ghc >= 9.4) && !impl(ghc >= 9.6) build-depends: base-orphans >=0.8.8 && <0.10 hs-source-dirs: src