Hello community,
here is the log from the commit of package ghc-simple-sendfile for
openSUSE:Factory checked in at 2016-06-25 02:21:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-simple-sendfile (Old)
and /work/SRC/openSUSE:Factory/.ghc-simple-sendfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-simple-sendfile"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-simple-sendfile/ghc-simple-sendfile.changes
2016-05-31 12:24:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-simple-sendfile.new/ghc-simple-sendfile.changes
2016-06-25 02:21:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 09:25:29 UTC 2016 - [email protected]
+
+- update to 0.2.25
+
+-------------------------------------------------------------------
Old:
----
simple-sendfile-0.2.24.tar.gz
New:
----
simple-sendfile-0.2.25.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-simple-sendfile.spec ++++++
--- /var/tmp/diff_new_pack.1GDwG2/_old 2016-06-25 02:21:59.000000000 +0200
+++ /var/tmp/diff_new_pack.1GDwG2/_new 2016-06-25 02:21:59.000000000 +0200
@@ -20,7 +20,7 @@
%bcond_with tests
Name: ghc-simple-sendfile
-Version: 0.2.24
+Version: 0.2.25
Release: 0
Summary: Cross platform library for the sendfile system call
Group: System/Libraries
++++++ simple-sendfile-0.2.24.tar.gz -> simple-sendfile-0.2.25.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/simple-sendfile-0.2.24/simple-sendfile.cabal
new/simple-sendfile-0.2.25/simple-sendfile.cabal
--- old/simple-sendfile-0.2.24/simple-sendfile.cabal 2016-05-24
03:02:09.000000000 +0200
+++ new/simple-sendfile-0.2.25/simple-sendfile.cabal 2016-06-14
07:21:03.000000000 +0200
@@ -1,5 +1,5 @@
Name: simple-sendfile
-Version: 0.2.24
+Version: 0.2.25
Author: Kazu Yamamoto <[email protected]>
Maintainer: Kazu Yamamoto <[email protected]>
License: BSD3
@@ -48,7 +48,7 @@
Other-Modules: Network.Sendfile.Fallback
Build-Depends: conduit >= 1.0 && < 1.3
, conduit-extra >= 1.0 && < 1.2
- , transformers >= 0.2.2 && < 0.5
+ , transformers >= 0.2.2 && < 0.6
, resourcet
Test-Suite spec