Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-aws for openSUSE:Factory checked 
in at 2025-01-28 16:41:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aws (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-aws.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-aws"

Tue Jan 28 16:41:03 2025 rev:11 rq:1240773 version:0.24.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aws/ghc-aws.changes  2024-12-20 
23:10:16.855634350 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aws.new.2316/ghc-aws.changes        
2025-01-28 16:41:15.791262028 +0100
@@ -1,0 +2,8 @@
+Mon Jan 20 23:50:32 UTC 2025 - Peter Simons <[email protected]>
+
+- Update aws to version 0.24.4.
+  -   0.24.4
+      - Support filepath 1.5
+      - Support data-default 0.8
+
+-------------------------------------------------------------------

Old:
----
  aws-0.24.3.tar.gz

New:
----
  aws-0.24.4.tar.gz

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

Other differences:
------------------
++++++ ghc-aws.spec ++++++
--- /var/tmp/diff_new_pack.uGfhmG/_old  2025-01-28 16:41:16.311283320 +0100
+++ /var/tmp/diff_new_pack.uGfhmG/_new  2025-01-28 16:41:16.315283485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aws
 #
-# 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
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.24.3
+Version:        0.24.4
 Release:        0
 Summary:        Amazon Web Services (AWS) for Haskell
 License:        BSD-3-Clause
@@ -161,8 +161,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver data-default '< 0.8' ' < 1'
-cabal-tweak-dep-ver filepath '< 1.5' ' < 2'
 
 %build
 %ghc_lib_build

++++++ aws-0.24.3.tar.gz -> aws-0.24.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-0.24.3/CHANGELOG.md new/aws-0.24.4/CHANGELOG.md
--- old/aws-0.24.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200
+++ new/aws-0.24.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200
@@ -5,6 +5,9 @@
 most users. I recommend using smart constructors and {} matching syntax
 whenever possible when interacting with aws types.
 
+-   0.24.4
+    - Support filepath 1.5
+    - Support data-default 0.8
 -   0.24.3
     - [breaking change] Added s3UserAgent constructor to S3Configuration
     - S3: Add GetBucketVersioning command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-0.24.3/aws.cabal new/aws-0.24.4/aws.cabal
--- old/aws-0.24.3/aws.cabal    2001-09-09 03:46:40.000000000 +0200
+++ new/aws-0.24.4/aws.cabal    2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.24.3
+Version:             0.24.4
 Synopsis:            Amazon Web Services (AWS) for Haskell
 Description:         Bindings for Amazon Web Services (AWS), with the aim of 
supporting all AWS services. To see a high level overview of the library, see 
the README at <https://github.com/aristidb/aws/blob/master/README.md>.
 Homepage:            http://github.com/aristidb/aws
@@ -144,9 +144,9 @@
                        conduit-extra        >= 1.3     && < 1.4,
                        containers           >= 0.4,
                        cryptonite           >= 0.11,
-                       data-default         >= 0.5.3   && < 0.8,
+                       data-default         >= 0.5.3   && < 0.9,
                        directory            >= 1.0     && < 2.0,
-                       filepath             >= 1.1     && < 1.5,
+                       filepath             >= 1.1     && < 1.6,
                        http-conduit         >= 2.3     && < 2.4,
                        http-client-tls      >= 0.3     && < 0.4,
                        http-types           >= 0.7     && < 1.0,

Reply via email to