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 2022-02-11 23:07:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-api-data (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-api-data.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-api-data"
Fri Feb 11 23:07:55 2022 rev:27 rq:953395 version:0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes
2021-12-19 17:34:33.796270297 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-http-api-data.new.1956/ghc-http-api-data.changes
2022-02-11 23:09:49.247017341 +0100
@@ -1,0 +2,6 @@
+Tue Jan 4 00:30:26 UTC 2022 - Peter Simons <[email protected]>
+
+- Update http-api-data to version 0.4.3 revision 6.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-api-data.spec ++++++
--- /var/tmp/diff_new_pack.J8hpr7/_old 2022-02-11 23:09:49.847019077 +0100
+++ /var/tmp/diff_new_pack.J8hpr7/_new 2022-02-11 23:09:49.847019077 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-api-data
#
-# 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-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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.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.J8hpr7/_old 2022-02-11 23:09:49.911019262 +0100
+++ /var/tmp/diff_new_pack.J8hpr7/_new 2022-02-11 23:09:49.915019274 +0100
@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: http-api-data
version: 0.4.3
-x-revision: 4
+x-revision: 6
synopsis: Converting to/from HTTP API data like URL pieces, headers and
query parameters.
category: Web
@@ -49,7 +49,7 @@
build-depends: base >= 4.7 && < 4.17
, bytestring >= 0.10.4.0 && < 0.12
, containers >= 0.5.5.1 && < 0.7
- , text >= 1.2.3.0 && < 1.3
+ , text >= 1.2.3.0 && < 1.3 || >=2.0 &&
<2.1
, transformers >= 0.3 && < 0.7
-- so Semigroup Builder exists
@@ -75,7 +75,7 @@
void >= 0.7.3 && < 0.8
if !impl(ghc >= 8.0)
- build-depends: semigroups >= 0.18.5 && < 0.20
+ build-depends: semigroups >= 0.18.5 && < 0.21
if flag(use-text-show)
cpp-options: -DUSE_TEXT_SHOW