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 2026-06-10 16:05:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-servant-server (Old) and /work/SRC/openSUSE:Factory/.ghc-servant-server.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-servant-server" Wed Jun 10 16:05:57 2026 rev:17 rq:1358435 version:0.20.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-servant-server/ghc-servant-server.changes 2025-07-02 12:09:30.466733310 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-servant-server.new.2375/ghc-servant-server.changes 2026-06-10 16:09:55.798431850 +0200 @@ -1,0 +2,6 @@ +Mon May 4 07:19:05 UTC 2026 - Peter Simons <[email protected]> + +- Update servant-server to version 0.20.3.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-servant-server.spec ++++++ --- /var/tmp/diff_new_pack.AImYmV/_old 2026-06-10 16:09:58.530545070 +0200 +++ /var/tmp/diff_new_pack.AImYmV/_new 2026-06-10 16:09:58.530545070 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-servant-server # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel ++++++ servant-server.cabal ++++++ --- /var/tmp/diff_new_pack.AImYmV/_old 2026-06-10 16:09:58.658550375 +0200 +++ /var/tmp/diff_new_pack.AImYmV/_new 2026-06-10 16:09:58.666550706 +0200 @@ -1,7 +1,7 @@ cabal-version: 3.0 name: servant-server version: 0.20.3.0 -x-revision: 1 +x-revision: 4 synopsis: A family of combinators for defining webservices APIs and serving them @@ -128,7 +128,7 @@ -- Servant dependencies -- strict dependency as we re-export 'servant' things. build-depends: - , http-api-data >=0.4.1 && <0.7 + , http-api-data >=0.4.1 && <0.8 , servant >=0.20.3 && <0.21 -- Other dependencies: Lower bound around what is in the latest Stackage LTS. @@ -145,7 +145,7 @@ , tagged >=0.8.6 && <0.9 , transformers-base >=0.4.5.2 && <0.5 , wai >=3.2.2.1 && <3.3 - , wai-app-static >=3.1.6.2 && <3.2 + , wai-app-static >=3.1.6.2 && <3.3 , word8 >=0.1.3 && <0.2 hs-source-dirs: src @@ -204,11 +204,11 @@ build-depends: , aeson >=1.4.1.0 && <3 , directory >=1.3.0.0 && <1.4 - , hspec >=2.6.0 && <2.12 - , hspec-wai >=0.10.1 && <0.12 + , hspec >=2.6.0 && <3 + , hspec-wai >=0.10.1 && <0.13 , should-not-typecheck >=2.1.0 && <2.2 , temporary >=1.3 && <1.4 , wai-extra >=3.0.24.3 && <3.2 - build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12 + build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <3
