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 2026-06-10 16:02:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls"
Wed Jun 10 16:02:23 2026 rev:28 rq:1358394 version:0.3.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes
2025-04-03 16:51:12.830251649 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.2375/ghc-http-client-tls.changes
2026-06-10 16:04:49.649744949 +0200
@@ -1,0 +2,6 @@
+Sun Mar 8 21:03:08 UTC 2026 - Peter Simons <[email protected]>
+
+- Update http-client-tls to version 0.3.6.4 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.8zFUnX/_old 2026-06-10 16:04:52.201850709 +0200
+++ /var/tmp/diff_new_pack.8zFUnX/_new 2026-06-10 16:04:52.213851206 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client-tls
#
-# 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: 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/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-base-devel
BuildRequires: ghc-base-prof
++++++ http-client-tls.cabal ++++++
--- /var/tmp/diff_new_pack.8zFUnX/_old 2026-06-10 16:04:52.545864965 +0200
+++ /var/tmp/diff_new_pack.8zFUnX/_new 2026-06-10 16:04:52.581866457 +0200
@@ -1,6 +1,6 @@
name: http-client-tls
version: 0.3.6.4
-x-revision: 2
+x-revision: 3
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
@@ -27,7 +27,7 @@
, case-insensitive
, transformers
, http-types
- , crypton
+ , crypton < 1.1
, memory
, exceptions
, containers