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 2024-11-02 16:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls"
Sat Nov 2 16:12:32 2024 rev:25 rq:1220197 version:0.3.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes
2023-11-23 21:43:08.236992165 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.2020/ghc-http-client-tls.changes
2024-11-02 16:12:48.797833706 +0100
@@ -1,0 +2,8 @@
+Sun Oct 27 07:49:17 UTC 2024 - Peter Simons <[email protected]>
+
+- Update http-client-tls to version 0.3.6.4.
+ ## 0.3.6.4
+
+ * data-default-class -> data-default
[#546](https://github.com/snoyberg/http-client/pull/546/files)
+
+-------------------------------------------------------------------
Old:
----
http-client-tls-0.3.6.3.tar.gz
New:
----
http-client-tls-0.3.6.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.9X9hRr/_old 2024-11-02 16:12:49.305854796 +0100
+++ /var/tmp/diff_new_pack.9X9hRr/_new 2024-11-02 16:12:49.305854796 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client-tls
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.6.3
+Version: 0.3.6.4
Release: 0
Summary: Http-client backend using the connection package and tls
library
License: MIT
@@ -39,8 +39,8 @@
BuildRequires: ghc-crypton-connection-prof
BuildRequires: ghc-crypton-devel
BuildRequires: ghc-crypton-prof
-BuildRequires: ghc-data-default-class-devel
-BuildRequires: ghc-data-default-class-prof
+BuildRequires: ghc-data-default-devel
+BuildRequires: ghc-data-default-prof
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-http-client-devel
++++++ http-client-tls-0.3.6.3.tar.gz -> http-client-tls-0.3.6.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-tls-0.3.6.3/ChangeLog.md
new/http-client-tls-0.3.6.4/ChangeLog.md
--- old/http-client-tls-0.3.6.3/ChangeLog.md 2023-08-17 06:44:36.000000000
+0200
+++ new/http-client-tls-0.3.6.4/ChangeLog.md 2024-10-27 08:48:51.000000000
+0100
@@ -1,5 +1,9 @@
# Changelog for http-client-tls
+## 0.3.6.4
+
+* data-default-class -> data-default
[#546](https://github.com/snoyberg/http-client/pull/546/files)
+
## 0.3.6.3
* catching up to tls 1.8.0
[#515](https://github.com/snoyberg/http-client/pull/515)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-tls-0.3.6.3/Network/HTTP/Client/TLS.hs
new/http-client-tls-0.3.6.4/Network/HTTP/Client/TLS.hs
--- old/http-client-tls-0.3.6.3/Network/HTTP/Client/TLS.hs 2023-08-17
06:44:13.000000000 +0200
+++ new/http-client-tls-0.3.6.4/Network/HTTP/Client/TLS.hs 2024-10-27
08:47:50.000000000 +0100
@@ -26,7 +26,7 @@
import Control.Applicative ((<|>))
import Control.Arrow (first)
import System.Environment (getEnvironment)
-import Data.Default.Class
+import Data.Default
import Network.HTTP.Client hiding (host, port)
import Network.HTTP.Client.Internal hiding (host, port)
import Control.Exception
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-tls-0.3.6.3/http-client-tls.cabal
new/http-client-tls-0.3.6.4/http-client-tls.cabal
--- old/http-client-tls-0.3.6.3/http-client-tls.cabal 2023-08-17
06:44:23.000000000 +0200
+++ new/http-client-tls-0.3.6.4/http-client-tls.cabal 2024-10-27
08:48:01.000000000 +0100
@@ -1,5 +1,5 @@
name: http-client-tls
-version: 0.3.6.3
+version: 0.3.6.4
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
@@ -17,7 +17,7 @@
exposed-modules: Network.HTTP.Client.TLS
other-extensions: ScopedTypeVariables
build-depends: base >= 4.10 && < 5
- , data-default-class
+ , data-default
, http-client >= 0.7.11
, crypton-connection
, network