Hello community,

here is the log from the commit of package ghc-hspec for openSUSE:Factory 
checked in at 2018-10-25 08:16:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Thu Oct 25 08:16:39 2018 rev:6 rq:642865 version:2.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2018-07-24 
17:19:44.535096660 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new/ghc-hspec.changes 2018-10-25 
08:17:19.208045076 +0200
@@ -1,0 +2,13 @@
+Wed Oct 10 19:24:12 UTC 2018 - [email protected]
+
+- Update hspec to version 2.5.8.
+  ## Changes in 2.5.8
+     - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see 
#380)
+
+  ## Changes in 2.5.7
+     - GHC 8.6.1 related changes
+
+  ## Changes in 2.5.6
+     - Compatibility with `QuickCheck-2.12`
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.5.5.tar.gz

New:
----
  hspec-2.5.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.VCkg8s/_old  2018-10-25 08:17:19.692044865 +0200
+++ /var/tmp/diff_new_pack.VCkg8s/_new  2018-10-25 08:17:19.696044863 +0200
@@ -12,14 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name hspec
-%bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.5.5
+Version:        2.5.8
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT
@@ -27,19 +26,11 @@
 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
-BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-call-stack-devel
 BuildRequires:  ghc-hspec-core-devel
 BuildRequires:  ghc-hspec-discover-devel
 BuildRequires:  ghc-hspec-expectations-devel
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-transformers-devel
-%if %{with tests}
-BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-hspec-meta-devel
-BuildRequires:  ghc-stringbuilder-devel
-%endif
 
 %description
 Hspec is a testing framework for Haskell. It is inspired by the Ruby library
@@ -75,9 +66,6 @@
 %install
 %ghc_lib_install
 
-%check
-%cabal_test
-
 %post devel
 %ghc_pkg_recache
 

++++++ hspec-2.5.5.tar.gz -> hspec-2.5.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.5/CHANGES.markdown 
new/hspec-2.5.8/CHANGES.markdown
--- old/hspec-2.5.5/CHANGES.markdown    2018-07-16 22:34:31.000000000 +0200
+++ new/hspec-2.5.8/CHANGES.markdown    2018-09-30 20:45:37.000000000 +0200
@@ -1,3 +1,12 @@
+## Changes in 2.5.8
+   - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see 
#380)
+
+## Changes in 2.5.7
+   - GHC 8.6.1 related changes
+
+## Changes in 2.5.6
+   - Compatibility with `QuickCheck-2.12`
+
 ## Changes in 2.5.5
   - Use `module[line:column]` instead of `module:line:column` as default label
     for `describe`/`it` (fixes #366)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.5/hspec.cabal new/hspec-2.5.8/hspec.cabal
--- old/hspec-2.5.5/hspec.cabal 2018-07-16 22:34:31.000000000 +0200
+++ new/hspec-2.5.8/hspec.cabal 2018-09-30 20:45:37.000000000 +0200
@@ -1,13 +1,13 @@
-cabal-version: >= 1.10
+cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.29.5.
+-- This file has been generated from package.yaml by hpack version 0.30.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 32bbd6cd6fd8f6f99fe71a657a2c4674beba6789814e8c4138b399d69a8c02e4
+-- hash: 40b85ddf44dc97639bb3e671d45d8dfb9cb7a6e2f2636b617e83d9db15d63374
 
 name:             hspec
-version:          2.5.5
+version:          2.5.8
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2018 Simon Hengel,
@@ -45,14 +45,11 @@
   hs-source-dirs:
       src
   build-depends:
-      HUnit >=1.5.0.0
-    , QuickCheck >=2.10
+      QuickCheck >=2.10
     , base ==4.*
-    , call-stack
-    , hspec-core ==2.5.5
-    , hspec-discover ==2.5.5
+    , hspec-core ==2.5.8
+    , hspec-discover ==2.5.8
     , hspec-expectations ==0.8.2.*
-    , transformers >=0.2.2.0
   exposed-modules:
       Test.Hspec
       Test.Hspec.Core
@@ -63,26 +60,3 @@
   other-modules:
       Paths_hspec
   default-language: Haskell2010
-
-test-suite spec
-  type: exitcode-stdio-1.0
-  ghc-options: -Wall
-  hs-source-dirs:
-      test
-  main-is: Spec.hs
-  build-depends:
-      HUnit >=1.5.0.0
-    , QuickCheck >=2.10
-    , base ==4.*
-    , call-stack
-    , directory
-    , hspec
-    , hspec-core ==2.5.5
-    , hspec-discover ==2.5.5
-    , hspec-expectations ==0.8.2.*
-    , hspec-meta >=2.3.2
-    , stringbuilder
-    , transformers >=0.2.2.0
-  other-modules:
-      Paths_hspec
-  default-language: Haskell2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.5/src/Test/Hspec/QuickCheck.hs 
new/hspec-2.5.8/src/Test/Hspec/QuickCheck.hs
--- old/hspec-2.5.5/src/Test/Hspec/QuickCheck.hs        2018-07-16 
22:34:31.000000000 +0200
+++ new/hspec-2.5.8/src/Test/Hspec/QuickCheck.hs        2018-09-30 
20:45:37.000000000 +0200
@@ -2,9 +2,11 @@
 {-# LANGUAGE ConstraintKinds #-}
 module Test.Hspec.QuickCheck (
 -- * Params
-  modifyMaxSuccess
+  modifyArgs
+, modifyMaxSuccess
 , modifyMaxDiscardRatio
 , modifyMaxSize
+, modifyMaxShrinks
 
 -- * Shortcuts
 , prop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.5/test/Spec.hs new/hspec-2.5.8/test/Spec.hs
--- old/hspec-2.5.5/test/Spec.hs        2018-07-16 22:34:31.000000000 +0200
+++ new/hspec-2.5.8/test/Spec.hs        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-{-# OPTIONS_GHC -F -pgmF hspec-meta-discover #-}


Reply via email to