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-12-29 11:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unordered-containers"
Sun Dec 29 11:56:35 2024 rev:34 rq:1233716 version:0.2.20
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2024-08-16 12:23:55.723727194 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.1881/ghc-unordered-containers.changes
2024-12-29 11:56:50.748686145 +0100
@@ -1,0 +2,6 @@
+Sat Dec 21 13:10:41 UTC 2024 - Peter Simons <[email protected]>
+
+- Update unordered-containers to version 0.2.20 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.mwpH0r/_old 2024-12-29 11:56:51.904733551 +0100
+++ /var/tmp/diff_new_pack.mwpH0r/_new 2024-12-29 11:56:51.904733551 +0100
@@ -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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ unordered-containers.cabal ++++++
--- /var/tmp/diff_new_pack.mwpH0r/_old 2024-12-29 11:56:51.952735520 +0100
+++ /var/tmp/diff_new_pack.mwpH0r/_new 2024-12-29 11:56:51.956735684 +0100
@@ -1,6 +1,6 @@
name: unordered-containers
version: 0.2.20
-x-revision: 3
+x-revision: 4
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
@@ -61,7 +61,7 @@
base >= 4.10 && < 5,
deepseq >= 1.4.3,
hashable >= 1.4 && < 1.6,
- template-haskell < 2.23
+ template-haskell < 2.24
default-language: Haskell2010