Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hspec-smallcheck for
openSUSE:Factory checked in at 2022-08-01 21:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec-smallcheck (Old)
and /work/SRC/openSUSE:Factory/.ghc-hspec-smallcheck.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hspec-smallcheck"
Mon Aug 1 21:29:58 2022 rev:11 rq:987050 version:0.5.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hspec-smallcheck/ghc-hspec-smallcheck.changes
2020-12-22 11:40:50.337583697 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hspec-smallcheck.new.1533/ghc-hspec-smallcheck.changes
2022-08-01 21:30:09.285614430 +0200
@@ -1,0 +2,6 @@
+Thu May 12 16:11:26 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hspec-smallcheck to version 0.5.3.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
hspec-smallcheck-0.5.2.tar.gz
New:
----
hspec-smallcheck-0.5.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hspec-smallcheck.spec ++++++
--- /var/tmp/diff_new_pack.ngKkwm/_old 2022-08-01 21:30:10.473617838 +0200
+++ /var/tmp/diff_new_pack.ngKkwm/_new 2022-08-01 21:30:10.481617861 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hspec-smallcheck
#
-# Copyright (c) 2020 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
@@ -19,7 +19,7 @@
%global pkg_name hspec-smallcheck
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.5.2
+Version: 0.5.3
Release: 0
Summary: SmallCheck support for the Hspec testing framework
License: MIT
++++++ hspec-smallcheck-0.5.2.tar.gz -> hspec-smallcheck-0.5.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hspec-smallcheck-0.5.2/hspec-smallcheck.cabal
new/hspec-smallcheck-0.5.3/hspec-smallcheck.cabal
--- old/hspec-smallcheck-0.5.2/hspec-smallcheck.cabal 2018-03-27
11:01:30.000000000 +0200
+++ new/hspec-smallcheck-0.5.3/hspec-smallcheck.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,17 +1,16 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
---
--- hash: 8fef08d4c8338bfb32b5436d390cd7aa3453e20b39652a3a405efff6e4a0ffcc
name: hspec-smallcheck
-version: 0.5.2
+version: 0.5.3
license: MIT
license-file: LICENSE
copyright: (c) 2013-2018 Simon Hengel
maintainer: Simon Hengel <[email protected]>
build-type: Simple
-cabal-version: >= 1.10
category: Testing
bug-reports: https://github.com/hspec/hspec-smallcheck/issues
homepage: http://hspec.github.io/
@@ -36,7 +35,7 @@
HUnit
, base >=4.5.0.0 && <5
, call-stack
- , hspec-core >=2.5.0
+ , hspec-core >=2.10.0
, smallcheck >=1.1
default-language: Haskell2010
@@ -53,7 +52,7 @@
, base >=4.5.0.0 && <5
, call-stack
, hspec
- , hspec-core >=2.5.0
+ , hspec-core >=2.10.0
, hspec-smallcheck
, smallcheck >=1.1
default-language: Haskell2010
@@ -61,6 +60,8 @@
test-suite spec
type: exitcode-stdio-1.0
ghc-options: -Wall
+ build-tool-depends:
+ hspec-discover:hspec-discover
hs-source-dirs:
src
test
@@ -79,6 +80,6 @@
, base-orphans
, call-stack
, hspec
- , hspec-core >=2.5.0
+ , hspec-core >=2.10.0
, smallcheck >=1.1
default-language: Haskell2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hspec-smallcheck-0.5.2/src/Test/Hspec/SmallCheck.hs
new/hspec-smallcheck-0.5.3/src/Test/Hspec/SmallCheck.hs
--- old/hspec-smallcheck-0.5.2/src/Test/Hspec/SmallCheck.hs 2018-03-27
11:01:30.000000000 +0200
+++ new/hspec-smallcheck-0.5.3/src/Test/Hspec/SmallCheck.hs 2001-09-09
03:46:40.000000000 +0200
@@ -50,7 +50,7 @@
modifyIORef counter succ
n <- readIORef counter
reportProgress (n, 0)
- r <- smallCheckWithHook (paramsSmallCheckDepth c) hook p
+ r <- smallCheckWithHook (fromMaybe 5 $ paramsSmallCheckDepth c) hook p
return . Result "" $ case r of
Just e -> case T.parseResult (ppFailure e) of
(m, Just (T.Failure loc reason)) -> Failure loc $ case reason of