Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-vector-th-unbox for openSUSE:Factory checked in at 2024-04-28 21:49:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vector-th-unbox (Old) and /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-th-unbox" Sun Apr 28 21:49:22 2024 rev:16 rq:1170356 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vector-th-unbox/ghc-vector-th-unbox.changes 2023-10-18 21:26:27.826339375 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.1880/ghc-vector-th-unbox.changes 2024-04-29 09:09:49.217568538 +0200 @@ -1,0 +2,6 @@ +Fri Apr 19 21:22:16 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update vector-th-unbox to version 0.2.2 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vector-th-unbox.spec ++++++ --- /var/tmp/diff_new_pack.a6pTaI/_old 2024-04-29 09:09:49.677585280 +0200 +++ /var/tmp/diff_new_pack.a6pTaI/_new 2024-04-29 09:09:49.677585280 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-vector-th-unbox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ vector-th-unbox.cabal ++++++ --- /var/tmp/diff_new_pack.a6pTaI/_old 2024-04-29 09:09:49.721586881 +0200 +++ /var/tmp/diff_new_pack.a6pTaI/_new 2024-04-29 09:09:49.725587026 +0200 @@ -1,6 +1,6 @@ name: vector-th-unbox version: 0.2.2 -x-revision: 5 +x-revision: 6 synopsis: Deriver for Data.Vector.Unboxed using Template Haskell description: A Template Haskell deriver for unboxed vectors, given a pair of coercion @@ -18,17 +18,17 @@ build-type: Simple cabal-version: >= 1.10 tested-with: - GHC == 8.0, - GHC == 8.2, - GHC == 8.4, - GHC == 8.6, - GHC == 8.8, - GHC == 8.10, - GHC == 9.0, - GHC == 9.2, - GHC == 9.4, + GHC == 9.8, GHC == 9.6, - GHC == 9.8 + GHC == 9.4, + GHC == 9.2, + GHC == 9.0, + GHC == 8.10, + GHC == 8.8, + GHC == 8.6, + GHC == 8.4, + GHC == 8.2, + GHC == 8.0 extra-source-files: CHANGELOG.md README.md @@ -43,8 +43,8 @@ Data.Vector.Unboxed.Deriving build-depends: - base >= 4.9 && < 4.20, - template-haskell >= 2.5 && <2.22, + base >= 4.9 && < 4.21, + template-haskell >= 2.5 && <2.23, vector >= 0.7.1 && <0.14 test-suite sanity