Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-io-streams for openSUSE:Factory 
checked in at 2021-03-28 11:55:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-io-streams (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-io-streams.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-io-streams"

Sun Mar 28 11:55:56 2021 rev:4 rq:881539 version:1.5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-io-streams/ghc-io-streams.changes    
2021-02-16 22:48:33.702562151 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-io-streams.new.2401/ghc-io-streams.changes  
2021-03-28 11:57:47.964300302 +0200
@@ -1,0 +2,11 @@
+Thu Mar 25 15:43:10 UTC 2021 - Ond??ej S??kup <mimi...@gmail.com>
+
+- relax overconstrained deps on attoparsec 
+
+-------------------------------------------------------------------
+Sun Mar 14 22:47:22 UTC 2021 - psim...@suse.com
+
+- Update io-streams to version 1.5.2.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-io-streams.spec ++++++
--- /var/tmp/diff_new_pack.UtvlIP/_old  2021-03-28 11:57:48.572300840 +0200
+++ /var/tmp/diff_new_pack.UtvlIP/_new  2021-03-28 11:57:48.572300840 +0200
@@ -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-attoparsec-devel
 BuildRequires:  ghc-bytestring-builder-devel
@@ -123,6 +123,7 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
+cabal-tweak-dep-ver 'attoparsec' '<0.14' '<0.15'
 
 %build
 %ghc_lib_build

++++++ io-streams.cabal ++++++
--- /var/tmp/diff_new_pack.UtvlIP/_old  2021-03-28 11:57:48.624300886 +0200
+++ /var/tmp/diff_new_pack.UtvlIP/_new  2021-03-28 11:57:48.624300886 +0200
@@ -1,6 +1,6 @@
 Name:                io-streams
 Version:             1.5.2.0
-x-revision: 1
+x-revision: 2
 License:             BSD3
 License-file:        LICENSE
 Category:            Data, Network, IO-Streams
@@ -128,7 +128,7 @@
   Other-modules:     System.IO.Streams.Internal.Attoparsec,
                      System.IO.Streams.Internal.Search
 
-  Build-depends:     base               >= 4     && <5,
+  Build-depends:     base               >= 4     && <4.15,
                      attoparsec         >= 0.10  && <0.14,
                      bytestring         >= 0.9   && <0.12,
                      bytestring-builder >= 0.10  && <0.11,

Reply via email to