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 2023-10-18 21:26:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vector-th-unbox (Old) and /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.31755 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-th-unbox" Wed Oct 18 21:26:08 2023 rev:15 rq:1118493 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vector-th-unbox/ghc-vector-th-unbox.changes 2023-04-04 21:24:54.950724381 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.31755/ghc-vector-th-unbox.changes 2023-10-18 21:26:27.826339375 +0200 @@ -1,0 +2,6 @@ +Thu Oct 12 21:03:11 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update vector-th-unbox to version 0.2.2 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vector-th-unbox.spec ++++++ --- /var/tmp/diff_new_pack.4t88Qw/_old 2023-10-18 21:26:28.302356619 +0200 +++ /var/tmp/diff_new_pack.4t88Qw/_new 2023-10-18 21:26:28.302356619 +0200 @@ -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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.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.4t88Qw/_old 2023-10-18 21:26:28.338357923 +0200 +++ /var/tmp/diff_new_pack.4t88Qw/_new 2023-10-18 21:26:28.346358213 +0200 @@ -1,6 +1,6 @@ name: vector-th-unbox version: 0.2.2 -x-revision: 4 +x-revision: 5 synopsis: Deriver for Data.Vector.Unboxed using Template Haskell description: A Template Haskell deriver for unboxed vectors, given a pair of coercion @@ -17,19 +17,18 @@ category: Data build-type: Simple cabal-version: >= 1.10 - tested-with: - GHC == 9.6.1 - GHC == 9.4.4 - GHC == 9.2.7 - GHC == 9.0.2 - GHC == 8.10.7 - GHC == 8.8.4 - GHC == 8.6.5 - GHC == 8.4.4 - GHC == 8.2.2 - GHC == 8.0.2 - + 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.6, + GHC == 9.8 extra-source-files: CHANGELOG.md README.md @@ -44,8 +43,8 @@ Data.Vector.Unboxed.Deriving build-depends: - base >= 4.9 && < 4.19, - template-haskell >= 2.5 && <2.21, + base >= 4.9 && < 4.20, + template-haskell >= 2.5 && <2.22, vector >= 0.7.1 && <0.14 test-suite sanity