Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hedgehog-quickcheck for
openSUSE:Factory checked in at 2022-02-11 23:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hedgehog-quickcheck (Old)
and /work/SRC/openSUSE:Factory/.ghc-hedgehog-quickcheck.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hedgehog-quickcheck"
Fri Feb 11 23:09:02 2022 rev:2 rq:953469 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hedgehog-quickcheck/ghc-hedgehog-quickcheck.changes
2021-05-05 20:40:36.898756100 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hedgehog-quickcheck.new.1956/ghc-hedgehog-quickcheck.changes
2022-02-11 23:10:53.951204485 +0100
@@ -1,0 +2,6 @@
+Thu Jan 27 06:47:08 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hedgehog-quickcheck to version 0.1.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hedgehog-quickcheck.spec ++++++
--- /var/tmp/diff_new_pack.jL9BlC/_old 2022-02-11 23:10:54.403205791 +0100
+++ /var/tmp/diff_new_pack.jL9BlC/_new 2022-02-11 23:10:54.407205804 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hedgehog-quickcheck
#
-# 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
@@ -24,7 +24,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-QuickCheck-devel
BuildRequires: ghc-hedgehog-devel
++++++ hedgehog-quickcheck.cabal ++++++
--- /var/tmp/diff_new_pack.jL9BlC/_old 2022-02-11 23:10:54.455205942 +0100
+++ /var/tmp/diff_new_pack.jL9BlC/_new 2022-02-11 23:10:54.459205954 +0100
@@ -1,5 +1,5 @@
version: 0.1.1
-x-revision: 1
+x-revision: 2
name:
hedgehog-quickcheck
@@ -58,7 +58,7 @@
library
build-depends:
base >= 3 && < 5
- , hedgehog >= 0.5 && < 1.1
+ , hedgehog >= 0.5 && < 1.2
, QuickCheck >= 2.7 && < 2.15
, transformers >= 0.4 && < 0.6