Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-bitvec for openSUSE:Factory checked in at 2024-12-24 16:26:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-bitvec (Old) and /work/SRC/openSUSE:Factory/.ghc-bitvec.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bitvec" Tue Dec 24 16:26:24 2024 rev:5 rq:1233189 version:1.1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-bitvec/ghc-bitvec.changes 2024-03-20 21:15:44.725078271 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-bitvec.new.1881/ghc-bitvec.changes 2024-12-24 16:26:32.102062230 +0100 @@ -1,0 +2,6 @@ +Sun Dec 15 19:56:01 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update bitvec to version 1.1.5.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-bitvec.spec ++++++ --- /var/tmp/diff_new_pack.fE4Pvb/_old 2024-12-24 16:26:33.878135312 +0100 +++ /var/tmp/diff_new_pack.fE4Pvb/_new 2024-12-24 16:26:33.894135971 +0100 @@ -26,7 +26,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 ++++++ bitvec.cabal ++++++ --- /var/tmp/diff_new_pack.fE4Pvb/_old 2024-12-24 16:26:34.078143542 +0100 +++ /var/tmp/diff_new_pack.fE4Pvb/_new 2024-12-24 16:26:34.086143871 +0100 @@ -1,6 +1,6 @@ name: bitvec version: 1.1.5.0 -x-revision: 1 +x-revision: 2 cabal-version: 2.0 build-type: Simple license: BSD3 @@ -112,12 +112,12 @@ build-depends: base, bitvec, - primitive >=0.5 && <0.9, + primitive >=0.5 && <0.10, quickcheck-classes-base <0.7, quickcheck-classes >=0.6.1 && <0.7, vector >=0.11, tasty <1.6, - tasty-quickcheck <0.11 + tasty-quickcheck <0.12 default-language: Haskell2010 hs-source-dirs: test other-modules: @@ -141,10 +141,10 @@ build-depends: base, bitvec, - containers <0.7, + containers <0.8, random <1.3, tasty, - tasty-bench >=0.3.2 && <0.4, + tasty-bench >=0.3.2 && <0.5, vector type: exitcode-stdio-1.0 main-is: Bench.hs