Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2023-06-22 23:25:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-conduit.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-conduit"

Thu Jun 22 23:25:26 2023 rev:29 rq:1094435 version:2.3.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes        
2023-04-04 21:20:57.761381249 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-conduit.new.15902/ghc-http-conduit.changes 
    2023-06-22 23:25:52.217783196 +0200
@@ -1,0 +2,12 @@
+Fri Jun  9 08:19:08 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update http-conduit to version 2.3.8.2.
+  ## 2.3.8.2
+
+  * Add missing `crypton-connection` dependency
+
+  ## 2.3.8.1
+
+  * Drop `connection` dependency
+
+-------------------------------------------------------------------

Old:
----
  http-conduit-2.3.8.tar.gz

New:
----
  http-conduit-2.3.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-http-conduit.spec ++++++
--- /var/tmp/diff_new_pack.Xgcsyz/_old  2023-06-22 23:25:52.721785767 +0200
+++ /var/tmp/diff_new_pack.Xgcsyz/_new  2023-06-22 23:25:52.725785787 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.3.8
+Version:        2.3.8.2
 Release:        0
 Summary:        HTTP client package with conduit interface and HTTPS support
 License:        BSD-2-Clause
@@ -62,10 +62,10 @@
 BuildRequires:  ghc-blaze-builder-prof
 BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-case-insensitive-prof
-BuildRequires:  ghc-connection-devel
-BuildRequires:  ghc-connection-prof
 BuildRequires:  ghc-cookie-devel
 BuildRequires:  ghc-cookie-prof
+BuildRequires:  ghc-crypton-connection-devel
+BuildRequires:  ghc-crypton-connection-prof
 BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-data-default-class-prof
 BuildRequires:  ghc-hspec-devel

++++++ http-conduit-2.3.8.tar.gz -> http-conduit-2.3.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.8/ChangeLog.md 
new/http-conduit-2.3.8.2/ChangeLog.md
--- old/http-conduit-2.3.8/ChangeLog.md 2021-02-21 07:16:45.000000000 +0100
+++ new/http-conduit-2.3.8.2/ChangeLog.md       2023-06-09 10:18:50.000000000 
+0200
@@ -1,5 +1,13 @@
 # ChangeLog for http-conduit
 
+## 2.3.8.2
+
+* Add missing `crypton-connection` dependency
+
+## 2.3.8.1
+
+* Drop `connection` dependency
+
 ## 2.3.8
 
 * Adds `setRequestBearerAuth` convenience function. Note that this is only 
available for `http-client` versions 0.7.6 or greater. 
[#457](https://github.com/snoyberg/http-client/pull/457/files)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.8/http-conduit.cabal 
new/http-conduit-2.3.8.2/http-conduit.cabal
--- old/http-conduit-2.3.8/http-conduit.cabal   2021-02-21 07:16:45.000000000 
+0100
+++ new/http-conduit-2.3.8.2/http-conduit.cabal 2023-06-09 10:18:50.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:   >= 1.10
 name:            http-conduit
-version:         2.3.8
+version:         2.3.8.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <mich...@snoyman.com>
@@ -10,7 +10,7 @@
 category:        Web, Conduit
 stability:       Stable
 build-type:      Simple
-homepage:        http://www.yesodweb.com/book/http-conduit
+homepage:        https://github.com/snoyberg/http-client
 extra-source-files: test/main.hs
                   , test/CookieTest.hs
                   , multipart-example.bin
@@ -63,7 +63,7 @@
                  , HUnit
                  , hspec >= 1.3
                  , data-default-class
-                 , connection >= 0.2
+                 , crypton-connection
                  , warp-tls
                  , tls < 1.5 || >= 1.5.2
                  , time

Reply via email to