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 2022-10-13 15:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-th-unbox (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-th-unbox"
Thu Oct 13 15:43:35 2022 rev:13 rq:1008546 version:0.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-th-unbox/ghc-vector-th-unbox.changes
2021-12-19 17:34:23.184262822 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.2275/ghc-vector-th-unbox.changes
2022-10-13 15:43:52.822941163 +0200
@@ -1,0 +2,12 @@
+Tue Aug 9 09:48:18 UTC 2022 - Peter Simons <[email protected]>
+
+- Update vector-th-unbox to version 0.2.2 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Tue Aug 9 06:04:27 UTC 2022 - Peter Simons <[email protected]>
+
+- Update vector-th-unbox to version 0.2.2 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-th-unbox.spec ++++++
--- /var/tmp/diff_new_pack.PUxgmF/_old 2022-10-13 15:43:55.310946020 +0200
+++ /var/tmp/diff_new_pack.PUxgmF/_new 2022-10-13 15:43:55.318946036 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-vector-th-unbox
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel
++++++ vector-th-unbox.cabal ++++++
--- /var/tmp/diff_new_pack.PUxgmF/_old 2022-10-13 15:43:55.358946114 +0200
+++ /var/tmp/diff_new_pack.PUxgmF/_new 2022-10-13 15:43:55.362946122 +0200
@@ -1,6 +1,6 @@
name: vector-th-unbox
version: 0.2.2
-x-revision: 1
+x-revision: 3
synopsis: Deriver for Data.Vector.Unboxed using Template Haskell
description:
A Template Haskell deriver for unboxed vectors, given a pair of coercion
@@ -36,9 +36,9 @@
Data.Vector.Unboxed.Deriving
build-depends:
- base >= 4.9 && < 4.17,
- template-haskell >= 2.5 && <2.19,
- vector >= 0.7.1 && <0.13
+ base >= 4.9 && < 4.18,
+ template-haskell >= 2.5 && <2.20,
+ vector >= 0.7.1 && <0.14
test-suite sanity
default-language: Haskell2010