Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-connection for openSUSE:Factory checked in at 2023-06-22 23:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-connection (Old) and /work/SRC/openSUSE:Factory/.ghc-connection.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-connection" Thu Jun 22 23:25:19 2023 rev:19 rq:1094425 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-connection/ghc-connection.changes 2023-04-04 21:19:25.172807532 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-connection.new.15902/ghc-connection.changes 2023-06-22 23:25:43.205737235 +0200 @@ -1,0 +2,6 @@ +Thu Jun 8 02:05:51 UTC 2023 - Peter Simons <[email protected]> + +- Update connection to version 0.3.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-connection.spec ++++++ --- /var/tmp/diff_new_pack.lbtLKr/_old 2023-06-22 23:25:43.625739377 +0200 +++ /var/tmp/diff_new_pack.lbtLKr/_new 2023-06-22 23:25:43.633739418 +0200 @@ -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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ connection.cabal ++++++ --- /var/tmp/diff_new_pack.lbtLKr/_old 2023-06-22 23:25:43.677739642 +0200 +++ /var/tmp/diff_new_pack.lbtLKr/_new 2023-06-22 23:25:43.681739663 +0200 @@ -1,6 +1,6 @@ Name: connection Version: 0.3.1 -x-revision: 1 +x-revision: 2 Description: Simple network library for all your connection need. . @@ -17,7 +17,7 @@ Build-Type: Simple Category: Network stability: experimental -Cabal-Version: >=1.6 +Cabal-Version: >=1.8 Homepage: https://github.com/vincenthz/hs-connection extra-source-files: README.md CHANGELOG.md @@ -29,7 +29,7 @@ , containers , data-default-class , network >= 2.6.3 - , tls >= 1.4 + , tls >= 1.4 && < 1.7 , socks >= 0.6 , x509 >= 1.5 , x509-store >= 1.5
