Hello community,

here is the log from the commit of package ghc-io-streams for openSUSE:Factory 
checked in at 2017-04-11 09:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-io-streams (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-io-streams.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-io-streams"

Tue Apr 11 09:42:40 2017 rev:3 rq:485135 version:1.3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-io-streams/ghc-io-streams.changes    
2017-03-24 02:18:48.084286654 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-io-streams.new/ghc-io-streams.changes       
2017-04-11 09:42:41.382045770 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:38:33 UTC 2017 - [email protected]
+
+- Update to version 1.3.6.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  io-streams-1.3.6.0.tar.gz
  io-streams.cabal

New:
----
  io-streams-1.3.6.1.tar.gz

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

Other differences:
------------------
++++++ ghc-io-streams.spec ++++++
--- /var/tmp/diff_new_pack.u09Hp7/_old  2017-04-11 09:42:46.549315825 +0200
+++ /var/tmp/diff_new_pack.u09Hp7/_new  2017-04-11 09:42:46.553315260 +0200
@@ -19,14 +19,13 @@
 %global pkg_name io-streams
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.3.6.0
+Version:        1.3.6.1
 Release:        0
 Summary:        Simple, composable, and easy-to-use stream I/O
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
 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-attoparsec-devel
 BuildRequires:  ghc-bytestring-builder-devel
@@ -124,7 +123,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ io-streams-1.3.6.0.tar.gz -> io-streams-1.3.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/io-streams-1.3.6.0/changelog.md 
new/io-streams-1.3.6.1/changelog.md
--- old/io-streams-1.3.6.0/changelog.md 2017-01-13 21:51:17.000000000 +0100
+++ new/io-streams-1.3.6.1/changelog.md 2017-03-24 22:43:21.000000000 +0100
@@ -1,3 +1,6 @@
+# Version 1.3.6.1
+- Bumped dependencies on `time` and `process`.
+
 # Version 1.3.6.0
   - Added new fold functions:
   ```haskell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/io-streams-1.3.6.0/io-streams.cabal 
new/io-streams-1.3.6.1/io-streams.cabal
--- old/io-streams-1.3.6.0/io-streams.cabal     2017-01-13 21:51:17.000000000 
+0100
+++ new/io-streams-1.3.6.1/io-streams.cabal     2017-03-24 22:43:21.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:                io-streams
-Version:             1.3.6.0
+Version:             1.3.6.1
 License:             BSD3
 License-file:        LICENSE
 Category:            Data, Network, IO-Streams
@@ -123,11 +123,11 @@
                      bytestring-builder >= 0.10  && <0.11,
                      network            >= 2.3   && <2.7,
                      primitive          >= 0.2   && <0.7,
-                     process            >= 1.1   && <1.5,
+                     process            >= 1.1   && <1.7,
                      text               >= 0.10  && <1.3,
-                     time               >= 1.2   && <1.7,
+                     time               >= 1.2   && <1.9,
                      transformers       >= 0.2   && <0.6,
-                     vector             >= 0.7   && <0.12,
+                     vector             >= 0.7   && <0.13,
                      zlib-bindings      >= 0.1   && <0.2
 
   if impl(ghc >= 7.2)
@@ -208,11 +208,11 @@
                      mtl                >= 2     && <3,
                      network            >= 2.3   && <2.7,
                      primitive          >= 0.2   && <0.7,
-                     process            >= 1.1   && <1.5,
+                     process            >= 1.1   && <1.7,
                      text               >= 0.10  && <1.3,
-                     time               >= 1.2   && <1.7,
+                     time               >= 1.2   && <1.9,
                      transformers       >= 0.2   && <0.6,
-                     vector             >= 0.7   && <0.12,
+                     vector             >= 0.7   && <0.13,
                      zlib-bindings      >= 0.1   && <0.2,
 
                      HUnit                      >= 1.2      && <2,


Reply via email to