Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-vector-stream for
openSUSE:Factory checked in at 2024-10-28 15:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-stream (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-stream.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-stream"
Mon Oct 28 15:19:37 2024 rev:6 rq:1218577 version:0.1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-stream/ghc-vector-stream.changes
2024-03-27 20:44:04.436452561 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-vector-stream.new.2020/ghc-vector-stream.changes
2024-10-28 15:22:19.856475487 +0100
@@ -1,0 +2,6 @@
+Sat Oct 19 17:27:19 UTC 2024 - Peter Simons <[email protected]>
+
+- Update vector-stream to version 0.1.0.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-stream.spec ++++++
--- /var/tmp/diff_new_pack.EjlQz6/_old 2024-10-28 15:22:21.864559371 +0100
+++ /var/tmp/diff_new_pack.EjlQz6/_new 2024-10-28 15:22:21.864559371 +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/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-base-devel
BuildRequires: ghc-base-prof
++++++ vector-stream.cabal ++++++
--- /var/tmp/diff_new_pack.EjlQz6/_old 2024-10-28 15:22:21.904561041 +0100
+++ /var/tmp/diff_new_pack.EjlQz6/_new 2024-10-28 15:22:21.908561208 +0100
@@ -1,60 +1,60 @@
-Name: vector-stream
-Version: 0.1.0.1
-x-revision: 1
--- don't forget to update the changelog file!
-License: BSD3
-License-File: LICENSE
-Author: Roman Leshchinskiy <[email protected]>
-Maintainer: Haskell Libraries Team <[email protected]>
- Alexey Kuleshevich <[email protected]>,
- Aleksey Khudyakov <[email protected]>,
- Andrew Lelechenko <[email protected]>
-Copyright: (c) Roman Leshchinskiy 2008-2012
- Alexey Kuleshevich 2020-2022,
- Aleksey Khudyakov 2020-2022,
- Andrew Lelechenko 2020-2022
-Homepage: https://github.com/haskell/vector
-Bug-Reports: https://github.com/haskell/vector/issues
-Category: Data, Data Structures
-Synopsis: Efficient Streams
-Description:
- Simple yet powerful monadic streams that are used
- as a backbone for vector package fusion functionality.
-
-Tested-With:
- GHC == 8.0.2,
- GHC == 8.2.2,
- GHC == 8.4.4,
- GHC == 8.6.5,
- GHC == 8.8.4,
- GHC == 8.10.4,
- GHC == 9.0.2,
- GHC == 9.2.8,
- GHC == 9.4.6,
- GHC == 9.6.2
- GHC == 9.8.1
-
-Cabal-Version: >=1.10
-Build-Type: Simple
-
-Extra-Source-Files:
- changelog.md
- README.md
-
-Library
- Default-Language: Haskell2010
-
- Exposed-Modules:
- Data.Stream.Monadic
-
- Hs-Source-Dirs:
- src
-
- Build-Depends: base >= 4.9 && < 4.21
- , ghc-prim >= 0.2 && < 0.12
-
-source-repository head
- type: git
- location: https://github.com/haskell/vector.git
- subdir: vector-stream
+Name: vector-stream
+Version: 0.1.0.1
+x-revision: 2
+-- don't forget to update the changelog file!
+License: BSD3
+License-File: LICENSE
+Author: Roman Leshchinskiy <[email protected]>
+Maintainer: Haskell Libraries Team <[email protected]>
+ Alexey Kuleshevich <[email protected]>,
+ Aleksey Khudyakov <[email protected]>,
+ Andrew Lelechenko <[email protected]>
+Copyright: (c) Roman Leshchinskiy 2008-2012
+ Alexey Kuleshevich 2020-2022,
+ Aleksey Khudyakov 2020-2022,
+ Andrew Lelechenko 2020-2022
+Homepage: https://github.com/haskell/vector
+Bug-Reports: https://github.com/haskell/vector/issues
+Category: Data, Data Structures
+Synopsis: Efficient Streams
+Description:
+ Simple yet powerful monadic streams that are used
+ as a backbone for vector package fusion functionality.
+
+Tested-With:
+ GHC == 8.0.2,
+ GHC == 8.2.2,
+ GHC == 8.4.4,
+ GHC == 8.6.5,
+ GHC == 8.8.4,
+ GHC == 8.10.4,
+ GHC == 9.0.2,
+ GHC == 9.2.8,
+ GHC == 9.4.6,
+ GHC == 9.6.2
+ GHC == 9.8.1
+
+Cabal-Version: >=1.10
+Build-Type: Simple
+
+Extra-Source-Files:
+ changelog.md
+ README.md
+
+Library
+ Default-Language: Haskell2010
+
+ Exposed-Modules:
+ Data.Stream.Monadic
+
+ Hs-Source-Dirs:
+ src
+
+ Build-Depends: base >= 4.9 && < 4.22
+ , ghc-prim >= 0.2 && < 0.12
+
+source-repository head
+ type: git
+ location: https://github.com/haskell/vector.git
+ subdir: vector-stream