Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unordered-containers for
openSUSE:Factory checked in at 2024-08-16 12:23:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unordered-containers"
Fri Aug 16 12:23:28 2024 rev:33 rq:1194022 version:0.2.20
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2024-05-22 21:32:13.469424998 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.2698/ghc-unordered-containers.changes
2024-08-16 12:23:55.723727194 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 18:49:50 UTC 2024 - Peter Simons <[email protected]>
+
+- Update unordered-containers to version 0.2.20 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.kcxSKi/_old 2024-08-16 12:23:56.171745813 +0200
+++ /var/tmp/diff_new_pack.kcxSKi/_new 2024-08-16 12:23:56.171745813 +0200
@@ -26,7 +26,7 @@
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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ unordered-containers.cabal ++++++
--- /var/tmp/diff_new_pack.kcxSKi/_old 2024-08-16 12:23:56.219747808 +0200
+++ /var/tmp/diff_new_pack.kcxSKi/_new 2024-08-16 12:23:56.223747974 +0200
@@ -1,6 +1,6 @@
name: unordered-containers
version: 0.2.20
-x-revision: 2
+x-revision: 3
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
@@ -60,7 +60,7 @@
build-depends:
base >= 4.10 && < 5,
deepseq >= 1.4.3,
- hashable >= 1.4 && < 1.5,
+ hashable >= 1.4 && < 1.6,
template-haskell < 2.23
default-language: Haskell2010