Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-crypton-connection for openSUSE:Factory checked in at 2025-07-23 16:34:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-crypton-connection (Old) and /work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-connection" Wed Jul 23 16:34:43 2025 rev:6 rq:1295174 version:0.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-crypton-connection/ghc-crypton-connection.changes 2025-04-07 19:15:10.532346267 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.8875/ghc-crypton-connection.changes 2025-07-23 16:36:29.911088952 +0200 @@ -1,0 +2,8 @@ +Fri Jul 18 00:49:50 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update crypton-connection to version 0.4.5. + ## Version 0.4.5 + + * Swap `crypton-socks` for unmaintained `socks` dependency. + +------------------------------------------------------------------- Old: ---- crypton-connection-0.4.4.tar.gz New: ---- crypton-connection-0.4.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-crypton-connection.spec ++++++ --- /var/tmp/diff_new_pack.vPu4Cy/_old 2025-07-23 16:36:30.651117767 +0200 +++ /var/tmp/diff_new_pack.vPu4Cy/_new 2025-07-23 16:36:30.655117923 +0200 @@ -19,7 +19,7 @@ %global pkg_name crypton-connection %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.4.4 +Version: 0.4.5 Release: 0 Summary: Simple and easy network connection API License: BSD-3-Clause @@ -32,6 +32,8 @@ BuildRequires: ghc-bytestring-prof BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-prof +BuildRequires: ghc-crypton-socks-devel +BuildRequires: ghc-crypton-socks-prof BuildRequires: ghc-crypton-x509-store-devel BuildRequires: ghc-crypton-x509-store-prof BuildRequires: ghc-crypton-x509-system-devel @@ -41,8 +43,6 @@ BuildRequires: ghc-network-devel BuildRequires: ghc-network-prof BuildRequires: ghc-rpm-macros -BuildRequires: ghc-socks-devel -BuildRequires: ghc-socks-prof BuildRequires: ghc-tls-devel BuildRequires: ghc-tls-prof ExcludeArch: %{ix86} ++++++ crypton-connection-0.4.4.tar.gz -> crypton-connection-0.4.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-connection-0.4.4/CHANGELOG.md new/crypton-connection-0.4.5/CHANGELOG.md --- old/crypton-connection-0.4.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-connection-0.4.5/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # CHANGELOG +## Version 0.4.5 + +* Swap `crypton-socks` for unmaintained `socks` dependency. + ## Version 0.4.4 * Remove unused packages. @@ -30,4 +34,3 @@ ## Version 0.3.1 * The first release to support crypton. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-connection-0.4.4/crypton-connection.cabal new/crypton-connection-0.4.5/crypton-connection.cabal --- old/crypton-connection-0.4.4/crypton-connection.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-connection-0.4.5/crypton-connection.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: crypton-connection -Version: 0.4.4 +Version: 0.4.5 Description: Simple network library for all your connection needs. . @@ -29,7 +29,7 @@ , data-default , network >= 2.6.3 , tls >= 1.7 && < 2.2 - , socks >= 0.6 + , crypton-socks >= 0.6 , crypton-x509-store >= 1.5 , crypton-x509-system >= 1.5 Exposed-modules: Network.Connection