Hello community,
here is the log from the commit of package ghc-unordered-containers for
openSUSE:Factory checked in at 2017-01-18 21:44:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
and /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unordered-containers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2016-07-27 16:11:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new/ghc-unordered-containers.changes
2017-01-18 21:44:36.088864755 +0100
@@ -1,0 +2,5 @@
+Sun Jan 8 21:12:39 UTC 2017 - [email protected]
+
+- Update to version 0.2.7.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
unordered-containers-0.2.7.1.tar.gz
New:
----
unordered-containers-0.2.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unordered-containers.spec ++++++
--- /var/tmp/diff_new_pack.veAOId/_old 2017-01-18 21:44:36.732773677 +0100
+++ /var/tmp/diff_new_pack.veAOId/_new 2017-01-18 21:44:36.736773112 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unordered-containers
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,14 @@
%global pkg_name unordered-containers
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2.7.1
+Version: 0.2.7.2
Release: 0
Summary: Efficient hashing-based container types
License: BSD-3-Clause
-Group: System/Libraries
+Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-rpm-macros
@@ -41,7 +40,6 @@
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
-# End cabal-rpm deps
%description
Efficient hashing-based container types. The containers have been optimized for
@@ -66,20 +64,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
@@ -93,5 +85,6 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
+%doc CHANGES.md
%changelog
++++++ unordered-containers-0.2.7.1.tar.gz ->
unordered-containers-0.2.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unordered-containers-0.2.7.1/CHANGES.md
new/unordered-containers-0.2.7.2/CHANGES.md
--- old/unordered-containers-0.2.7.1/CHANGES.md 2016-06-09 02:00:11.000000000
+0200
+++ new/unordered-containers-0.2.7.2/CHANGES.md 2016-12-24 04:26:14.000000000
+0100
@@ -1,3 +1,9 @@
+## 0.2.7.2
+
+ * Don't use -fregs-graphs
+
+ * Fix benchmark compilation on stack.
+
## 0.2.7.1
* Fix linker error related to popcnt.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/unordered-containers-0.2.7.1/unordered-containers.cabal
new/unordered-containers-0.2.7.2/unordered-containers.cabal
--- old/unordered-containers-0.2.7.1/unordered-containers.cabal 2016-06-09
02:00:11.000000000 +0200
+++ new/unordered-containers-0.2.7.2/unordered-containers.cabal 2016-12-24
04:26:14.000000000 +0100
@@ -1,5 +1,5 @@
name: unordered-containers
-version: 0.2.7.1
+version: 0.2.7.2
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
@@ -49,8 +49,6 @@
ghc-options: -Wall -O2
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
- if impl(ghc > 6.10)
- ghc-options: -fregs-graph
if flag(debug)
cpp-options: -DASSERTS
@@ -150,6 +148,14 @@
type: exitcode-stdio-1.0
other-modules:
+ Data.HashMap.Array
+ Data.HashMap.Base
+ Data.HashMap.Lazy
+ Data.HashMap.PopCount
+ Data.HashMap.Strict
+ Data.HashMap.Unsafe
+ Data.HashMap.UnsafeShift
+ Data.HashSet
Util.ByteString
Util.Int
Util.String