Hello community,
here is the log from the commit of package ghc-unordered-containers for
openSUSE:Factory checked in at 2020-07-09 13:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unordered-containers"
Thu Jul 9 13:19:42 2020 rev:19 rq:819592 version:0.2.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2020-06-19 17:20:24.735373766 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.3060/ghc-unordered-containers.changes
2020-07-09 13:20:12.165427991 +0200
@@ -1,0 +2,42 @@
+Thu Jun 18 02:00:25 UTC 2020 - [email protected]
+
+- Update unordered-containers to version 0.2.11.0.
+ ## 0.2.11.0
+
+ * Add `HashMap.findWithDefault` (soft-deprecates `HashMap.lookupDefault`).
+ Thanks, Matt Renaud.
+
+ * Add `HashMap.fromListWithKey`. Thanks, Josef Svenningsson.
+
+ * Add more folding functions and use them in `Foldable` instances. Thanks,
+ David Feuer.
+
+ * Add `HashMap.!?`, a flipped version of `lookup`. Thanks, Matt Renaud.
+
+ * Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
+
+ * Add a `HasCallStack` constraint to `(!)`. Thanks, Roman Cheplyaka.
+
+ ### Bug fixes
+
+ * Fix a space leak affecting updates on keys with hash collisions. Thanks,
+ Neil Mitchell. ([#254])
+
+ * Get rid of some silly thunks that could be left lying around. ([#232]).
+ Thanks, David Feuer.
+
+ ### Other changes
+
+ * Speed up the `Hashable` instances for `HashMap` and `HashSet`. Thanks,
+ Edward Amsden.
+
+ * Remove a dependency cycle hack from the benchmark suite. Thanks,
+ Andrew Martin.
+
+ * Improve documentation. Thanks, Tristan McLeay, Li-yao Xia, Gareth Smith,
+ Simon Jakobi, Sergey Vinokurov, and likely others.
+
+ [#232]:
https://github.com/haskell-unordered-containers/unordered-containers/issues/232
+ [#254]:
https://github.com/haskell-unordered-containers/unordered-containers/issues/254
+
+-------------------------------------------------------------------
Old:
----
unordered-containers-0.2.10.0.tar.gz
unordered-containers.cabal
New:
----
unordered-containers-0.2.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.vixsIp/_old 2020-07-09 13:20:14.341434868 +0200
+++ /var/tmp/diff_new_pack.vixsIp/_new 2020-07-09 13:20:14.345434880 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unordered-containers
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,12 @@
%global pkg_name unordered-containers
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2.10.0
+Version: 0.2.11.0
Release: 0
Summary: Efficient hashing-based container types
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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
@@ -35,6 +34,7 @@
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-containers-devel
+BuildRequires: ghc-random-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
@@ -61,7 +61,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ unordered-containers-0.2.10.0.tar.gz ->
unordered-containers-0.2.11.0.tar.gz ++++++
++++ 1620 lines of diff (skipped)