Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-http-client-tls for openSUSE:Factory checked in at 2022-02-15 23:57:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old) and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls" Tue Feb 15 23:57:29 2022 rev:22 rq:954687 version:0.3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes 2022-02-11 23:11:06.199239909 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1956/ghc-http-client-tls.changes 2022-02-15 23:57:56.208321286 +0100 @@ -1,0 +2,9 @@ +Fri Feb 11 03:01:27 UTC 2022 - Peter Simons <psim...@suse.com> + +- Update http-client-tls to version 0.3.6.1. + ## 0.3.6.1 + + * [#482](https://github.com/snoyberg/http-client/issues/482): + Raise lower bound on `http-client` to fix build. + +------------------------------------------------------------------- Old: ---- http-client-tls-0.3.6.tar.gz New: ---- http-client-tls-0.3.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-http-client-tls.spec ++++++ --- /var/tmp/diff_new_pack.otYeHp/_old 2022-02-15 23:57:56.584322325 +0100 +++ /var/tmp/diff_new_pack.otYeHp/_new 2022-02-15 23:57:56.588322336 +0100 @@ -19,7 +19,7 @@ %global pkg_name http-client-tls %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.6 +Version: 0.3.6.1 Release: 0 Summary: Http-client backend using the connection package and tls library License: MIT ++++++ http-client-tls-0.3.6.tar.gz -> http-client-tls-0.3.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-client-tls-0.3.6/ChangeLog.md new/http-client-tls-0.3.6.1/ChangeLog.md --- old/http-client-tls-0.3.6/ChangeLog.md 2022-02-04 15:24:11.000000000 +0100 +++ new/http-client-tls-0.3.6.1/ChangeLog.md 2022-02-11 03:59:48.000000000 +0100 @@ -1,5 +1,10 @@ # Changelog for http-client-tls +## 0.3.6.1 + +* [#482](https://github.com/snoyberg/http-client/issues/482): + Raise lower bound on `http-client` to fix build. + ## 0.3.6 * Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-client-tls-0.3.6/http-client-tls.cabal new/http-client-tls-0.3.6.1/http-client-tls.cabal --- old/http-client-tls-0.3.6/http-client-tls.cabal 2022-02-04 15:22:59.000000000 +0100 +++ new/http-client-tls-0.3.6.1/http-client-tls.cabal 2022-02-11 03:59:48.000000000 +0100 @@ -1,5 +1,5 @@ name: http-client-tls -version: 0.3.6 +version: 0.3.6.1 synopsis: http-client backend using the connection package and tls library description: Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>. homepage: https://github.com/snoyberg/http-client @@ -18,7 +18,7 @@ other-extensions: ScopedTypeVariables build-depends: base >= 4.10 && < 5 , data-default-class - , http-client >= 0.5.0 + , http-client >= 0.7.11 , connection >= 0.2.5 , network , tls >= 1.2