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 2026-06-28 21:06:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-aws (Old) and /work/SRC/openSUSE:Factory/.ghc-aws.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aws" Sun Jun 28 21:06:05 2026 rev:13 rq:1362004 version:0.25.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-aws/ghc-aws.changes 2026-06-22 17:44:06.640611554 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-aws.new.11887/ghc-aws.changes 2026-06-28 21:06:43.838471446 +0200 @@ -1,0 +2,8 @@ +Wed Jun 24 21:23:36 UTC 2026 - Peter Simons <[email protected]> + +- Update aws to version 0.25.3. + - Switch from memory to ram to allow building with http-client-tls 0.4.x + +- Obsoletes "0001-switch-from-memory-or-ram-to-allow-building-with-htt.patch". + +------------------------------------------------------------------- Old: ---- 0001-switch-from-memory-or-ram-to-allow-building-with-htt.patch aws-0.25.2.tar.gz New: ---- aws-0.25.3.tar.gz ----------(Old B)---------- Old: - Obsoletes "0001-switch-from-memory-or-ram-to-allow-building-with-htt.patch". ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-aws.spec ++++++ --- /var/tmp/diff_new_pack.uTwAaB/_old 2026-06-28 21:06:44.490493416 +0200 +++ /var/tmp/diff_new_pack.uTwAaB/_new 2026-06-28 21:06:44.494493551 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-aws # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.25.2 +Version: 0.25.3 Release: 0 Summary: Amazon Web Services (AWS) for Haskell License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Patch01: 0001-switch-from-memory-or-ram-to-allow-building-with-htt.patch BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-aeson-prof @@ -74,8 +73,6 @@ BuildRequires: ghc-http-types-prof BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-lifted-base-prof -BuildRequires: ghc-memory-devel -BuildRequires: ghc-memory-prof BuildRequires: ghc-monad-control-devel BuildRequires: ghc-monad-control-prof BuildRequires: ghc-mtl-devel @@ -86,6 +83,8 @@ BuildRequires: ghc-network-prof BuildRequires: ghc-old-locale-devel BuildRequires: ghc-old-locale-prof +BuildRequires: ghc-ram-devel +BuildRequires: ghc-ram-prof BuildRequires: ghc-resourcet-devel BuildRequires: ghc-resourcet-prof BuildRequires: ghc-rpm-macros @@ -132,7 +131,7 @@ %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>. +<https://github.com/haskell-pkg-janitors/aws/blob/master/README.md>. %package devel Summary: Haskell %{pkg_name} library development files ++++++ aws-0.25.2.tar.gz -> aws-0.25.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-0.25.2/CHANGELOG.md new/aws-0.25.3/CHANGELOG.md --- old/aws-0.25.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/aws-0.25.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -5,6 +5,8 @@ most users. I recommend using smart constructors and {} matching syntax whenever possible when interacting with aws types. +- 0.25.3 + - Switch from memory to ram to allow building with http-client-tls 0.4.x - 0.25.2 - S3: Add RestoreObject command - 0.25.1 @@ -16,6 +18,7 @@ - Removed support for building with network-2.x, and removed the NetworkBSD build flag. + 0.24 series ----------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-0.25.2/README.md new/aws-0.25.3/README.md --- old/aws-0.25.2/README.md 2001-09-09 03:46:40.000000000 +0200 +++ new/aws-0.25.3/README.md 2001-09-09 03:46:40.000000000 +0200 @@ -20,7 +20,7 @@ directory: ``` {.bash} -$ git clone https://github.com/aristidb/aws.git +$ git clone https://github.com/haskell-pkg-janitors/aws.git $ cd aws $ cabal install ``` @@ -115,7 +115,7 @@ Resources ========= -- [aws on Github](https://github.com/aristidb/aws) +- [aws on Github](https://github.com/haskell-pkg-janitors/aws) - [aws on Hackage](http://hackage.haskell.org/package/aws) (includes reference documentation) - [Official Amazon Web Services website](http://aws.amazon.com/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-0.25.2/aws.cabal new/aws-0.25.3/aws.cabal --- old/aws-0.25.2/aws.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/aws-0.25.3/aws.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,8 @@ Name: aws -Version: 0.25.2 +Version: 0.25.3 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 +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/haskell-pkg-janitors/aws/blob/master/README.md>. +Homepage: http://github.com/haskell-pkg-janitors/aws License: BSD3 License-file: LICENSE Author: Aristid Breitkreuz, contributors see README @@ -18,12 +18,12 @@ Source-repository this type: git - location: https://github.com/aristidb/aws.git - tag: 0.25.2 + location: https://github.com/haskell-pkg-janitors/aws.git + tag: 0.25.3 Source-repository head type: git - location: https://github.com/aristidb/aws.git + location: https://github.com/haskell-pkg-janitors/aws.git Flag Examples Description: Build the examples. @@ -145,10 +145,10 @@ directory >= 1.0 && < 2.0, filepath >= 1.1 && < 1.6, http-conduit >= 2.3 && < 2.4, - http-client-tls >= 0.3 && < 0.4, + http-client-tls >= 0.4 && < 0.5, http-types >= 0.7 && < 1.0, lifted-base >= 0.1 && < 0.3, - memory, + ram, monad-control >= 0.3, exceptions >= 0.8 && < 0.11, mtl == 2.*,
