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-04-07 19:15:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypton-connection (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-connection"
Mon Apr 7 19:15:09 2025 rev:5 rq:1267451 version:0.4.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-crypton-connection/ghc-crypton-connection.changes
2024-12-20 23:10:49.744988933 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.1907/ghc-crypton-connection.changes
2025-04-07 19:15:10.532346267 +0200
@@ -1,0 +2,9 @@
+Sun Mar 30 01:44:29 UTC 2025 - Peter Simons <[email protected]>
+
+- Update crypton-connection to version 0.4.4.
+ ## Version 0.4.4
+
+ * Remove unused packages.
+ [#8](https://github.com/kazu-yamamoto/crypton-connection/pull/8)
+
+-------------------------------------------------------------------
Old:
----
crypton-connection-0.4.3.tar.gz
New:
----
crypton-connection-0.4.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypton-connection.spec ++++++
--- /var/tmp/diff_new_pack.7eclnm/_old 2025-04-07 19:15:11.112370612 +0200
+++ /var/tmp/diff_new_pack.7eclnm/_new 2025-04-07 19:15:11.116370780 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-crypton-connection
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name crypton-connection
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
-Version: 0.4.3
+Version: 0.4.4
Release: 0
Summary: Simple and easy network connection API
License: BSD-3-Clause
@@ -28,20 +28,14 @@
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
-BuildRequires: ghc-basement-devel
-BuildRequires: ghc-basement-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-devel
BuildRequires: ghc-containers-prof
-BuildRequires: ghc-crypton-x509-devel
-BuildRequires: ghc-crypton-x509-prof
BuildRequires: ghc-crypton-x509-store-devel
BuildRequires: ghc-crypton-x509-store-prof
BuildRequires: ghc-crypton-x509-system-devel
BuildRequires: ghc-crypton-x509-system-prof
-BuildRequires: ghc-crypton-x509-validation-devel
-BuildRequires: ghc-crypton-x509-validation-prof
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-data-default-prof
BuildRequires: ghc-network-devel
++++++ crypton-connection-0.4.3.tar.gz -> crypton-connection-0.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/crypton-connection-0.4.3/CHANGELOG.md
new/crypton-connection-0.4.4/CHANGELOG.md
--- old/crypton-connection-0.4.3/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/crypton-connection-0.4.4/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,10 @@
# CHANGELOG
+## Version 0.4.4
+
+* Remove unused packages.
+ [#8](https://github.com/kazu-yamamoto/crypton-connection/pull/8)
+
## Version 0.4.3
* Creating the `Internal` module and export the `ConnectionContext`
constructor.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/crypton-connection-0.4.3/crypton-connection.cabal
new/crypton-connection-0.4.4/crypton-connection.cabal
--- old/crypton-connection-0.4.3/crypton-connection.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/crypton-connection-0.4.4/crypton-connection.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
Name: crypton-connection
-Version: 0.4.3
+Version: 0.4.4
Description:
Simple network library for all your connection needs.
.
@@ -24,17 +24,14 @@
Library
Default-Language: Haskell2010
Build-Depends: base >= 3 && < 5
- , basement
, bytestring
, containers
, data-default
, network >= 2.6.3
, tls >= 1.7 && < 2.2
, socks >= 0.6
- , crypton-x509 >= 1.5
, crypton-x509-store >= 1.5
, crypton-x509-system >= 1.5
- , crypton-x509-validation >= 1.5
Exposed-modules: Network.Connection
Network.Connection.Internal
Other-modules: Network.Connection.Types