Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-servant-server for openSUSE:Factory checked in at 2024-05-28 17:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-servant-server (Old) and /work/SRC/openSUSE:Factory/.ghc-servant-server.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-servant-server" Tue May 28 17:28:54 2024 rev:11 rq:1177136 version:0.20 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-servant-server/ghc-servant-server.changes 2023-12-05 17:04:08.867207880 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-servant-server.new.24587/ghc-servant-server.changes 2024-05-28 17:29:52.206315538 +0200 @@ -1,0 +2,6 @@ +Thu May 16 21:43:26 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update servant-server to version 0.20 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-servant-server.spec ++++++ --- /var/tmp/diff_new_pack.c5epNk/_old 2024-05-28 17:29:53.414359714 +0200 +++ /var/tmp/diff_new_pack.c5epNk/_new 2024-05-28 17:29:53.418359860 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-servant-server # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel ++++++ servant-server.cabal ++++++ --- /var/tmp/diff_new_pack.c5epNk/_old 2024-05-28 17:29:53.462361469 +0200 +++ /var/tmp/diff_new_pack.c5epNk/_new 2024-05-28 17:29:53.466361615 +0200 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: servant-server version: 0.20 -x-revision: 4 +x-revision: 5 synopsis: A family of combinators for defining webservices APIs and serving them category: Servant, Web @@ -86,7 +86,7 @@ , http-types >= 0.12.2 && < 0.13 , network-uri >= 2.6.1.0 && < 2.8 , monad-control >= 1.0.2.3 && < 1.1 - , network >= 2.8 && < 3.2 + , network >= 2.8 && < 3.3 , sop-core >= 0.4.0.0 && < 0.6 , string-conversions >= 0.4.0.1 && < 0.5 , resourcet >= 1.2.2 && < 1.4 @@ -116,7 +116,7 @@ build-depends: aeson >= 1.4.1.0 && < 3 - , warp >= 3.2.25 && < 3.4 + , warp >= 3.2.25 && < 3.5 test-suite spec type: exitcode-stdio-1.0