Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-HTTP for openSUSE:Factory checked in at 2023-10-15 19:28:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-HTTP (Old) and /work/SRC/openSUSE:Factory/.ghc-HTTP.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HTTP" Sun Oct 15 19:28:06 2023 rev:38 rq:1117833 version:4000.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-HTTP/ghc-HTTP.changes 2023-04-04 21:20:53.285355903 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new.20540/ghc-HTTP.changes 2023-10-15 19:30:14.758745339 +0200 @@ -1,0 +2,6 @@ +Sat Oct 7 14:15:01 UTC 2023 - Peter Simons <[email protected]> + +- Update HTTP to version 4000.4.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-HTTP.spec ++++++ --- /var/tmp/diff_new_pack.4k9RjC/_old 2023-10-15 19:30:15.694779057 +0200 +++ /var/tmp/diff_new_pack.4k9RjC/_new 2023-10-15 19:30:15.694779057 +0200 @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof ++++++ HTTP.cabal ++++++ --- /var/tmp/diff_new_pack.4k9RjC/_old 2023-10-15 19:30:15.730780354 +0200 +++ /var/tmp/diff_new_pack.4k9RjC/_new 2023-10-15 19:30:15.738780642 +0200 @@ -1,7 +1,7 @@ Cabal-Version: >= 1.10 Name: HTTP Version: 4000.4.1 -x-revision: 2 +x-revision: 3 Build-type: Simple License: BSD3 License-file: LICENSE @@ -58,9 +58,22 @@ Extra-Source-Files: CHANGES tested-with: - GHC==9.2.1, GHC==9.0.1, - GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, - GHC==7.10.3, GHC==7.8.4, GHC==7.6.3 + GHC == 9.8.0 + GHC == 9.6.3 + GHC == 9.4.7 + GHC == 9.2.8 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 + -- 2023-10-04: Dropping GHC < 7.10 from CI + -- because they need the ubuntu-18.04 image incompatible with latest 'node' + -- GHC == 7.8.4 + -- GHC == 7.6.3 Source-Repository head type: git @@ -110,9 +123,9 @@ -- note the test harness constraints should be kept in sync with these -- where dependencies are shared build-depends: - base >= 4.6.0.0 && < 4.19 + base >= 4.6.0.0 && < 4.20 , array >= 0.3.0.2 && < 0.6 - , bytestring >= 0.9.1.5 && < 0.12 + , bytestring >= 0.9.1.5 && < 0.13 , parsec >= 2.0 && < 3.2 , time >= 1.1.2.3 && < 1.13 , transformers >= 0.2.0.0 && < 0.7 @@ -157,7 +170,7 @@ , mtl , network -- extra dependencies - , deepseq >= 1.3.0.0 && < 1.5 + , deepseq >= 1.3.0.0 && < 1.6 , httpd-shed >= 0.4 && < 0.5 , HUnit >= 1.2.0.1 && < 1.7 , pureMD5 >= 0.2.4 && < 2.2
