Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-Only for openSUSE:Factory checked in at 2023-08-18 19:27:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-Only (Old) and /work/SRC/openSUSE:Factory/.ghc-Only.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-Only" Fri Aug 18 19:27:58 2023 rev:6 rq:1104402 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-Only/ghc-Only.changes 2023-04-04 21:22:08.453781559 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-Only.new.1766/ghc-Only.changes 2023-08-18 19:28:09.075293532 +0200 @@ -1,0 +2,6 @@ +Sun Aug 6 10:03:06 UTC 2023 - Peter Simons <[email protected]> + +- Update Only to version 0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-Only.spec ++++++ --- /var/tmp/diff_new_pack.v15Gcp/_old 2023-08-18 19:28:10.031295247 +0200 +++ /var/tmp/diff_new_pack.v15Gcp/_new 2023-08-18 19:28:10.043295268 +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-prof ++++++ Only.cabal ++++++ --- /var/tmp/diff_new_pack.v15Gcp/_old 2023-08-18 19:28:10.119295405 +0200 +++ /var/tmp/diff_new_pack.v15Gcp/_new 2023-08-18 19:28:10.123295412 +0200 @@ -1,12 +1,12 @@ name: Only version: 0.1 -x-revision: 1 +x-revision: 2 synopsis: The 1-tuple type or single-value "collection" license: BSD3 license-file: LICENSE author: Herbert Valerio Riedel maintainer: [email protected] -bug-reports: https://github.com/hvr/Only/issues +bug-reports: https://github.com/haskell-hvr/Only/issues category: Data build-type: Simple cabal-version: >=1.10 @@ -23,7 +23,7 @@ Source-Repository head Type: git - Location: https://github.com/hvr/Only.git + Location: https://github.com/haskell-hvr/Only.git library hs-source-dirs: src @@ -36,7 +36,7 @@ , Safe build-depends: base >= 4.5 && <5 - , deepseq >= 1.1 && <1.5 + , deepseq >= 1.1 && <1.6 if impl(ghc == 7.4.*) build-depends: ghc-prim
