Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-bloomfilter for openSUSE:Factory
checked in at 2022-08-01 21:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bloomfilter (Old)
and /work/SRC/openSUSE:Factory/.ghc-bloomfilter.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bloomfilter"
Mon Aug 1 21:29:35 2022 rev:5 rq:987022 version:2.0.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bloomfilter/ghc-bloomfilter.changes
2021-12-19 17:34:29.328267149 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-bloomfilter.new.1533/ghc-bloomfilter.changes
2022-08-01 21:29:41.713535328 +0200
@@ -1,0 +2,6 @@
+Mon May 2 18:30:49 UTC 2022 - Peter Simons <[email protected]>
+
+- Update bloomfilter to version 2.0.1.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-bloomfilter.spec ++++++
--- /var/tmp/diff_new_pack.pf1bap/_old 2022-08-01 21:29:42.245536854 +0200
+++ /var/tmp/diff_new_pack.pf1bap/_new 2022-08-01 21:29:42.249536866 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-bloomfilter
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,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-array-devel
BuildRequires: ghc-bytestring-devel
++++++ bloomfilter.cabal ++++++
--- /var/tmp/diff_new_pack.pf1bap/_old 2022-08-01 21:29:42.289536980 +0200
+++ /var/tmp/diff_new_pack.pf1bap/_new 2022-08-01 21:29:42.293536992 +0200
@@ -1,6 +1,6 @@
name: bloomfilter
version: 2.0.1.0
-x-revision: 1
+x-revision: 2
license: BSD3
license-file: LICENSE
author: Bryan O'Sullivan <[email protected]>
@@ -19,7 +19,7 @@
library
build-depends:
array,
- base >= 4.4 && < 5,
+ base >= 4.4 && < 4.16,
bytestring >= 0.9,
deepseq
exposed-modules: Data.BloomFilter