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 2026-06-10 16:09:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unordered-containers"
Wed Jun 10 16:09:21 2026 rev:37 rq:1358469 version:0.2.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2025-12-22 22:53:09.634718101 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.2375/ghc-unordered-containers.changes
2026-06-10 16:14:17.317269276 +0200
@@ -1,0 +2,6 @@
+Sun Dec 28 19:02:34 UTC 2025 - Peter Simons <[email protected]>
+
+- Update unordered-containers to version 0.2.21 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.5lh4jo/_old 2026-06-10 16:14:20.177387800 +0200
+++ /var/tmp/diff_new_pack.5lh4jo/_new 2026-06-10 16:14:20.177387800 +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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ unordered-containers.cabal ++++++
--- /var/tmp/diff_new_pack.5lh4jo/_old 2026-06-10 16:14:20.229389956 +0200
+++ /var/tmp/diff_new_pack.5lh4jo/_new 2026-06-10 16:14:20.233390121 +0200
@@ -1,6 +1,6 @@
name: unordered-containers
version: 0.2.21
-x-revision: 1
+x-revision: 2
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
@@ -61,7 +61,7 @@
hashable >= 1.4 && < 1.6
if impl(ghc)
build-depends:
- template-haskell >= 2.16 && < 2.24
+ template-haskell >= 2.16 && < 2.25
default-language: Haskell2010