Hello community,
here is the log from the commit of package ghc-bsb-http-chunked for
openSUSE:Factory checked in at 2020-09-30 19:53:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bsb-http-chunked (Old)
and /work/SRC/openSUSE:Factory/.ghc-bsb-http-chunked.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bsb-http-chunked"
Wed Sep 30 19:53:22 2020 rev:4 rq:838490 version:0.0.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-bsb-http-chunked/ghc-bsb-http-chunked.changes
2020-09-07 21:29:15.193212488 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-bsb-http-chunked.new.4249/ghc-bsb-http-chunked.changes
2020-09-30 19:53:29.864736775 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 02:00:35 UTC 2020 - [email protected]
+
+- Update bsb-http-chunked to version 0.0.0.4 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-bsb-http-chunked.spec ++++++
--- /var/tmp/diff_new_pack.vsO1LE/_old 2020-09-30 19:53:31.452738195 +0200
+++ /var/tmp/diff_new_pack.vsO1LE/_new 2020-09-30 19:53:31.456738199 +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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ bsb-http-chunked.cabal ++++++
--- /var/tmp/diff_new_pack.vsO1LE/_old 2020-09-30 19:53:31.492738231 +0200
+++ /var/tmp/diff_new_pack.vsO1LE/_new 2020-09-30 19:53:31.492738231 +0200
@@ -1,6 +1,6 @@
Name: bsb-http-chunked
Version: 0.0.0.4
-x-revision: 2
+x-revision: 3
Synopsis: Chunked HTTP transfer encoding for bytestring builders
Description: This library contains functions for encoding [bytestring
@@ -38,7 +38,7 @@
Library
exposed-modules: Data.ByteString.Builder.HTTP.Chunked
build-depends: base >= 4.8 && < 5,
- bytestring >= 0.10.2 && < 0.11
+ bytestring >= 0.10.2 && < 0.12
ghc-options: -Wall -O2
if impl(ghc >= 8.0)
ghc-options: -Wcompat