Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-servant-client for openSUSE:Factory checked in at 2023-01-18 13:10:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-servant-client (Old) and /work/SRC/openSUSE:Factory/.ghc-servant-client.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-servant-client" Wed Jan 18 13:10:30 2023 rev:8 rq:1059105 version:0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-servant-client/ghc-servant-client.changes 2022-08-01 21:32:05.109946723 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-servant-client.new.32243/ghc-servant-client.changes 2023-01-18 13:10:54.724856987 +0100 @@ -1,0 +2,6 @@ +Thu Oct 27 19:17:35 UTC 2022 - Peter Simons <[email protected]> + +- Update servant-client to version 0.19 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-servant-client.spec ++++++ --- /var/tmp/diff_new_pack.ZXCDpn/_old 2023-01-18 13:10:55.412861065 +0100 +++ /var/tmp/diff_new_pack.ZXCDpn/_new 2023-01-18 13:10:55.416861089 +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-base-compat-devel BuildRequires: ghc-bytestring-devel ++++++ servant-client.cabal ++++++ --- /var/tmp/diff_new_pack.ZXCDpn/_old 2023-01-18 13:10:55.488861516 +0100 +++ /var/tmp/diff_new_pack.ZXCDpn/_new 2023-01-18 13:10:55.492861540 +0100 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: servant-client version: 0.19 -x-revision: 3 +x-revision: 4 synopsis: Automatic derivation of querying functions for servant category: Servant, Web @@ -42,14 +42,14 @@ -- Bundled with GHC: Lower bound to not force re-installs -- text and mtl are bundled starting with GHC-8.4 build-depends: - base >= 4.9 && < 4.17 + base >= 4.9 && < 4.18 , bytestring >= 0.10.8.1 && < 0.12 , containers >= 0.5.7.1 && < 0.7 , deepseq >= 1.4.2.0 && < 1.5 , mtl >= 2.2.2 && < 2.3 , stm >= 2.4.5.1 && < 2.6 , text >= 1.2.3.0 && < 2.1 - , time >= 1.6.0.1 && < 1.12 + , time >= 1.6.0.1 && < 1.13 , transformers >= 0.5.2.0 && < 0.6 if !impl(ghc >= 8.2)
