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 2022-10-13 15:43:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-binary-instances (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-binary-instances"
Thu Oct 13 15:43:33 2022 rev:7 rq:1008545 version:0.2.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-vector-binary-instances/ghc-vector-binary-instances.changes
2021-11-11 21:38:39.792986726 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.2275/ghc-vector-binary-instances.changes
2022-10-13 15:43:51.466938516 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 14:18:29 UTC 2022 - Peter Simons <[email protected]>
+
+- Update vector-binary-instances to version 0.2.5.2 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-binary-instances.spec ++++++
--- /var/tmp/diff_new_pack.P780sy/_old 2022-10-13 15:43:52.278940101 +0200
+++ /var/tmp/diff_new_pack.P780sy/_new 2022-10-13 15:43:52.278940101 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-vector-binary-instances
#
-# 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/2.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.P780sy/_old 2022-10-13 15:43:52.334940211 +0200
+++ /var/tmp/diff_new_pack.P780sy/_new 2022-10-13 15:43:52.338940218 +0200
@@ -1,7 +1,7 @@
Cabal-version: 3.0
Name: vector-binary-instances
Version: 0.2.5.2
-x-revision: 1
+x-revision: 2
Synopsis: Instances of Data.Binary for vector
Description:
Instances for Binary for the types defined in the vector package,
@@ -47,7 +47,7 @@
-- Packages needed in order to build this package.
Build-depends:
base > 3 && < 4.17,
- vector >= 0.6 && < 0.13,
+ vector >= 0.6 && < 0.14,
binary >= 0.5 && < 0.11
Default-Language: Haskell2010