Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-io-streams-haproxy for
openSUSE:Factory checked in at 2022-08-01 21:31:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-io-streams-haproxy (Old)
and /work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-io-streams-haproxy"
Mon Aug 1 21:31:08 2022 rev:4 rq:987139 version:1.0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-io-streams-haproxy/ghc-io-streams-haproxy.changes
2021-03-28 11:57:48.780301024 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new.1533/ghc-io-streams-haproxy.changes
2022-08-01 21:31:54.057915015 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 13:04:30 UTC 2022 - Peter Simons <[email protected]>
+
+- Update io-streams-haproxy to version 1.0.1.0 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-io-streams-haproxy.spec ++++++
--- /var/tmp/diff_new_pack.QJEvlg/_old 2022-08-01 21:31:54.865917333 +0200
+++ /var/tmp/diff_new_pack.QJEvlg/_new 2022-08-01 21:31:54.869917345 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-io-streams-haproxy
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel
@@ -61,7 +61,6 @@
%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-haproxy.cabal ++++++
--- /var/tmp/diff_new_pack.QJEvlg/_old 2022-08-01 21:31:54.941917551 +0200
+++ /var/tmp/diff_new_pack.QJEvlg/_new 2022-08-01 21:31:54.945917563 +0200
@@ -1,6 +1,6 @@
name: io-streams-haproxy
version: 1.0.1.0
-x-revision: 3
+x-revision: 5
synopsis: HAProxy protocol 1.5 support for io-streams
description: HAProxy protocol version 1.5 support (see
@@ -36,8 +36,8 @@
other-modules: System.IO.Streams.Network.Internal.Address
c-sources: cbits/byteorder.c
- build-depends: base >= 4.5 && < 4.15,
- attoparsec >= 0.7 && < 0.14,
+ build-depends: base >= 4.5 && < 4.16,
+ attoparsec >= 0.7 && < 0.15,
bytestring >= 0.9 && < 0.11,
io-streams >= 1.3 && < 1.6,
network >= 2.3 && < 3.2,