Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-vector-binary-instances for
openSUSE:Factory checked in at 2023-01-18 13:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-binary-instances (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.32243
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-binary-instances"
Wed Jan 18 13:10:55 2023 rev:8 rq:1059125 version:0.2.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-vector-binary-instances/ghc-vector-binary-instances.changes
2022-10-13 15:43:51.466938516 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.32243/ghc-vector-binary-instances.changes
2023-01-18 13:11:21.820977354 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 23:34:53 UTC 2022 - Peter Simons <[email protected]>
+
+- Update vector-binary-instances to version 0.2.5.2 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-binary-instances.spec ++++++
--- /var/tmp/diff_new_pack.OfddtU/_old 2023-01-18 13:11:23.088982266 +0100
+++ /var/tmp/diff_new_pack.OfddtU/_new 2023-01-18 13:11:23.092982281 +0100
@@ -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/2.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-binary-devel
BuildRequires: ghc-rpm-macros
++++++ vector-binary-instances.cabal ++++++
--- /var/tmp/diff_new_pack.OfddtU/_old 2023-01-18 13:11:23.124982405 +0100
+++ /var/tmp/diff_new_pack.OfddtU/_new 2023-01-18 13:11:23.128982421 +0100
@@ -1,7 +1,7 @@
Cabal-version: 3.0
Name: vector-binary-instances
Version: 0.2.5.2
-x-revision: 2
+x-revision: 3
Synopsis: Instances of Data.Binary for vector
Description:
Instances for Binary for the types defined in the vector package,
@@ -46,7 +46,7 @@
-- Packages needed in order to build this package.
Build-depends:
- base > 3 && < 4.17,
+ base > 3 && < 4.18,
vector >= 0.6 && < 0.14,
binary >= 0.5 && < 0.11
Default-Language: Haskell2010