Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-http-api-data for
openSUSE:Factory checked in at 2021-09-10 23:41:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-api-data (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-api-data.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-api-data"
Fri Sep 10 23:41:09 2021 rev:25 rq:917487 version:0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes
2021-04-10 15:28:29.246456809 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-api-data.new.1899/ghc-http-api-data.changes
2021-09-10 23:41:25.370566508 +0200
@@ -1,0 +2,6 @@
+Thu Sep 2 08:33:15 UTC 2021 - [email protected]
+
+- Update http-api-data to version 0.4.3 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-api-data.spec ++++++
--- /var/tmp/diff_new_pack.MGHhst/_old 2021-09-10 23:41:26.154567342 +0200
+++ /var/tmp/diff_new_pack.MGHhst/_new 2021-09-10 23:41:26.154567342 +0200
@@ -25,7 +25,7 @@
License: BSD-2-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-attoparsec-devel
BuildRequires: ghc-attoparsec-iso8601-devel
++++++ http-api-data.cabal ++++++
--- /var/tmp/diff_new_pack.MGHhst/_old 2021-09-10 23:41:26.202567393 +0200
+++ /var/tmp/diff_new_pack.MGHhst/_new 2021-09-10 23:41:26.206567398 +0200
@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: http-api-data
version: 0.4.3
-x-revision: 2
+x-revision: 3
synopsis: Converting to/from HTTP API data like URL pieces, headers and
query parameters.
category: Web
@@ -49,7 +49,7 @@
, bytestring >= 0.10.4.0 && < 0.12
, containers >= 0.5.5.1 && < 0.7
, text >= 1.2.3.0 && < 1.3
- , transformers >= 0.3 && < 0.6
+ , transformers >= 0.3 && < 0.7
-- so Semigroup Builder exists
if impl(ghc >= 8.0)
@@ -59,7 +59,7 @@
build-depends:
attoparsec >= 0.13.2.2 && < 0.15
, attoparsec-iso8601 >= 1.0.2.0 && < 1.1
- , base-compat >= 0.10.5 && < 0.12
+ , base-compat >= 0.10.5 && < 0.13
, cookie >= 0.4.3 && < 0.5
, hashable >= 1.2.7.0 && < 1.4
, http-types >= 0.12.3 && < 0.13
@@ -98,7 +98,7 @@
hs-source-dirs: test
ghc-options: -Wall
default-language: Haskell2010
- build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.8
+ build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.9
-- inherited depndencies
build-depends:
base
@@ -115,7 +115,7 @@
build-depends: nats
build-depends: HUnit >= 1.6.0.0 && <1.7
- , hspec >= 2.7.1 && <2.8
+ , hspec >= 2.7.1 && <2.9
, QuickCheck >= 2.13.1 && <2.15
, quickcheck-instances >= 0.3.25.2 && <0.4