Hello community,
here is the log from the commit of package ghc-io-streams-haproxy for
openSUSE:Factory checked in at 2017-06-22 10:38:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-io-streams-haproxy (Old)
and /work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-io-streams-haproxy"
Thu Jun 22 10:38:01 2017 rev:3 rq:504081 version:1.0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-io-streams-haproxy/ghc-io-streams-haproxy.changes
2017-05-24 16:51:53.293708192 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new/ghc-io-streams-haproxy.changes
2017-06-22 10:38:04.689204146 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - [email protected]
+
+- Update to version 1.0.0.1 revision 2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-io-streams-haproxy.spec ++++++
--- /var/tmp/diff_new_pack.GHAwpq/_old 2017-06-22 10:38:05.341112241 +0200
+++ /var/tmp/diff_new_pack.GHAwpq/_new 2017-06-22 10:38:05.341112241 +0200
@@ -26,7 +26,7 @@
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
+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-devel
++++++ io-streams-haproxy.cabal ++++++
--- /var/tmp/diff_new_pack.GHAwpq/_old 2017-06-22 10:38:05.381106602 +0200
+++ /var/tmp/diff_new_pack.GHAwpq/_new 2017-06-22 10:38:05.381106602 +0200
@@ -1,6 +1,6 @@
name: io-streams-haproxy
version: 1.0.0.1
-x-revision: 1
+x-revision: 2
synopsis: HAProxy protocol 1.5 support for io-streams
description: HAProxy protocol version 1.5 support (see
@@ -36,7 +36,7 @@
other-modules: System.IO.Streams.Network.Internal.Address
c-sources: cbits/byteorder.c
- build-depends: base >= 4.5 && < 4.10,
+ build-depends: base >= 4.5 && < 4.11,
attoparsec >= 0.7 && < 0.14,
bytestring >= 0.9 && < 0.11,
io-streams >= 1.3 && < 1.5,