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-03-27 20:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-stream (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-vector-stream.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-vector-stream"

Wed Mar 27 20:43:26 2024 rev:5 rq:1161320 version:0.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-stream/ghc-vector-stream.changes      
2024-01-10 21:51:41.414863347 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-vector-stream.new.1905/ghc-vector-stream.changes
    2024-03-27 20:44:04.436452561 +0100
@@ -1,0 +2,6 @@
+Sat Mar 16 14:37:07 UTC 2024 - Peter Simons <[email protected]>
+
+- Update vector-stream to version 0.1.0.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  vector-stream.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-vector-stream.spec ++++++
--- /var/tmp/diff_new_pack.Qkoz0c/_old  2024-03-27 20:44:04.848467752 +0100
+++ /var/tmp/diff_new_pack.Qkoz0c/_new  2024-03-27 20:44:04.848467752 +0100
@@ -25,6 +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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -63,6 +64,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ vector-stream.cabal ++++++
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

Reply via email to