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-07-04 15:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-binary-instances (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.23466
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-binary-instances"
Tue Jul 4 15:22:13 2023 rev:10 rq:1096601 version:0.2.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-vector-binary-instances/ghc-vector-binary-instances.changes
2023-04-04 21:24:52.566710882 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-vector-binary-instances.new.23466/ghc-vector-binary-instances.changes
2023-07-04 15:22:49.706367348 +0200
@@ -1,0 +2,12 @@
+Sun Jun 25 20:36:17 UTC 2023 - Peter Simons <[email protected]>
+
+- Update vector-binary-instances to version 0.2.5.2 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Fri Jun 23 07:29:06 UTC 2023 - Peter Simons <[email protected]>
+
+- Update vector-binary-instances to version 0.2.5.2 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-binary-instances.spec ++++++
--- /var/tmp/diff_new_pack.3drp2n/_old 2023-07-04 15:22:50.398371506 +0200
+++ /var/tmp/diff_new_pack.3drp2n/_new 2023-07-04 15:22:50.402371530 +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/3.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-binary-instances.cabal ++++++
--- /var/tmp/diff_new_pack.3drp2n/_old 2023-07-04 15:22:50.446371795 +0200
+++ /var/tmp/diff_new_pack.3drp2n/_new 2023-07-04 15:22:50.450371818 +0200
@@ -1,7 +1,7 @@
Cabal-version: 3.0
Name: vector-binary-instances
Version: 0.2.5.2
-x-revision: 3
+x-revision: 5
Synopsis: Instances of Data.Binary for vector
Description:
Instances for Binary for the types defined in the vector package,
@@ -27,17 +27,32 @@
instances.
-- URL for the project homepage or repository.
-Homepage: https://github.com/bos/vector-binary-instances
-bug-reports: https://github.com/bos/vector-binary-instances/issues
+Homepage: https://github.com/haskell/vector-binary-instances
+bug-reports: https://github.com/haskell/vector-binary-instances/issues
License: BSD-3-Clause
License-file: LICENSE
Author: Don Stewart
Maintainer: [email protected], [email protected], Ben Gamari
<[email protected]>
-Tested-With: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.0.2,
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
Stability: Experimental
Category: Data
Build-type: Simple
+tested-with:
+ GHC == 9.6.2
+ GHC == 9.4.5
+ GHC == 9.2.8
+ 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 == 7.10.3
+ GHC == 7.8.4
+ GHC == 7.6.3
+ GHC == 7.4.2
+
Library
Ghc-options: -Wall
-- Modules exported by the library.
@@ -46,7 +61,7 @@
-- Packages needed in order to build this package.
Build-depends:
- base > 3 && < 4.18,
+ base >= 4.5 && < 5,
vector >= 0.6 && < 0.14,
binary >= 0.5 && < 0.11
Default-Language: Haskell2010
@@ -79,5 +94,5 @@
source-repository head
type: git
- location: https://github.com/bos/vector-binary-instances
+ location: https://github.com/haskell/vector-binary-instances