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 2025-04-03 16:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls"
Thu Apr 3 16:49:48 2025 rev:27 rq:1266709 version:0.3.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes
2025-04-02 21:05:39.089055442 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.1907/ghc-http-client-tls.changes
2025-04-03 16:51:12.830251649 +0200
@@ -1,0 +2,6 @@
+Wed Mar 26 16:42:07 UTC 2025 - Peter Simons <[email protected]>
+
+- Update http-client-tls to version 0.3.6.4 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.Hu1jIu/_old 2025-04-03 16:51:13.306271702 +0200
+++ /var/tmp/diff_new_pack.Hu1jIu/_new 2025-04-03 16:51:13.306271702 +0200
@@ -26,7 +26,7 @@
License: MIT
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
++++++ http-client-tls.cabal ++++++
--- /var/tmp/diff_new_pack.Hu1jIu/_old 2025-04-03 16:51:13.346273387 +0200
+++ /var/tmp/diff_new_pack.Hu1jIu/_new 2025-04-03 16:51:13.350273555 +0200
@@ -1,6 +1,6 @@
name: http-client-tls
version: 0.3.6.4
-x-revision: 1
+x-revision: 2
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
@@ -22,7 +22,7 @@
, http-client >= 0.7.11
, crypton-connection
, network
- , tls >= 2.1.2
+ , tls (>=1.2 && < 2.1) || >= 2.1.2
, bytestring
, case-insensitive
, transformers