Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-servant-client-core for
openSUSE:Factory checked in at 2023-01-18 13:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-servant-client-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-servant-client-core.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-servant-client-core"
Wed Jan 18 13:10:31 2023 rev:7 rq:1059106 version:0.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-servant-client-core/ghc-servant-client-core.changes
2022-08-01 21:31:58.969929108 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-servant-client-core.new.32243/ghc-servant-client-core.changes
2023-01-18 13:10:55.924864101 +0100
@@ -1,0 +2,6 @@
+Thu Oct 27 19:16:04 UTC 2022 - Peter Simons <[email protected]>
+
+- Update servant-client-core to version 0.19 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-servant-client-core.spec ++++++
--- /var/tmp/diff_new_pack.GhxIwg/_old 2023-01-18 13:10:56.552867823 +0100
+++ /var/tmp/diff_new_pack.GhxIwg/_new 2023-01-18 13:10:56.556867847 +0100
@@ -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/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-base-compat-devel
++++++ servant-client-core.cabal ++++++
--- /var/tmp/diff_new_pack.GhxIwg/_old 2023-01-18 13:10:56.612868179 +0100
+++ /var/tmp/diff_new_pack.GhxIwg/_new 2023-01-18 13:10:56.612868179 +0100
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: servant-client-core
version: 0.19
-x-revision: 3
+x-revision: 4
synopsis: Core functionality and class for client function
generation for servant APIs
category: Servant, Web
@@ -46,19 +46,19 @@
other-modules:
Servant.Client.Core.Internal
- -- Bundled with GHC: Lower bound to not force re-installs
+ -- Bundled with GHC: Lower bound to not force re-installs
-- text and mtl are bundled starting with GHC-8.4
--
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
- base >= 4.9 && < 4.17
+ base >= 4.9 && < 4.18
, bytestring >= 0.10.8.1 && < 0.12
, constraints >= 0.2 && < 0.14
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, text >= 1.2.3.0 && < 2.1
, transformers >= 0.5.2.0 && < 0.6
- , template-haskell >= 2.11.1.0 && < 2.19
+ , template-haskell >= 2.11.1.0 && < 2.20
if !impl(ghc >= 8.2)
build-depends: