Hello community,

here is the log from the commit of package ghc-hspec for openSUSE:Factory 
checked in at 2019-01-25 22:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Fri Jan 25 22:43:15 2019 rev:8 rq:667136 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2018-11-09 
07:52:02.683874766 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.28833/ghc-hspec.changes   
2019-01-25 22:43:15.539236062 +0100
@@ -1,0 +2,15 @@
+Fri Jan 18 03:02:27 UTC 2019 - psim...@suse.com
+
+- Update hspec to version 2.7.0.
+  ## Changes in 2.7.0
+      - Add `--focused-only` (see #390)
+      - Add `--fail-on-focused` (see #389)
+
+-------------------------------------------------------------------
+Tue Jan  1 19:13:21 UTC 2019 - psim...@suse.com
+
+- Update hspec to version 2.6.1.
+  ## Changes in 2.6.1
+     - Add `Test.Hspec.Runner.runSpec` (see #216)
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.6.0.tar.gz

New:
----
  hspec-2.7.0.tar.gz

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

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.ZkGxVe/_old  2019-01-25 22:43:15.923235589 +0100
+++ /var/tmp/diff_new_pack.ZkGxVe/_new  2019-01-25 22:43:15.923235589 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hspec
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %global pkg_name hspec
 Name:           ghc-%{pkg_name}
-Version:        2.6.0
+Version:        2.7.0
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.6.0.tar.gz -> hspec-2.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.6.0/CHANGES.markdown 
new/hspec-2.7.0/CHANGES.markdown
--- old/hspec-2.6.0/CHANGES.markdown    2018-11-04 02:37:57.000000000 +0100
+++ new/hspec-2.7.0/CHANGES.markdown    2019-01-17 15:25:10.000000000 +0100
@@ -1,3 +1,10 @@
+## Changes in 2.7.0
+    - Add `--focused-only` (see #390)
+    - Add `--fail-on-focused` (see #389)
+
+## Changes in 2.6.1
+   - Add `Test.Hspec.Runner.runSpec` (see #216)
+
 ## Changes in 2.6.0
    - Allow to focus individual spec items (see #319)
    - Do not calculate diff on `--no-diff` (see #332)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.6.0/LICENSE new/hspec-2.7.0/LICENSE
--- old/hspec-2.6.0/LICENSE     2018-11-04 02:37:57.000000000 +0100
+++ new/hspec-2.7.0/LICENSE     2019-01-17 15:25:10.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2018 Simon Hengel <s...@typeful.net>
+Copyright (c) 2011-2019 Simon Hengel <s...@typeful.net>
 Copyright (c) 2011-2012 Trystan Spangler <trysta...@comcast.net>
 Copyright (c) 2011-2011 Greg Weber <g...@gregweber.info>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.6.0/hspec.cabal new/hspec-2.7.0/hspec.cabal
--- old/hspec-2.6.0/hspec.cabal 2018-11-04 02:37:57.000000000 +0100
+++ new/hspec-2.7.0/hspec.cabal 2019-01-17 15:25:10.000000000 +0100
@@ -4,13 +4,13 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f6583555d5f4a1fddb54a7003125379b4bc4dc0603254ef4afbcacfc19ffa3ae
+-- hash: cbd5b42655073f0e10b2e4d6e6beb478338ec6e50bbd4991aa2e85f121ea9142
 
 name:             hspec
-version:          2.6.0
+version:          2.7.0
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2011-2018 Simon Hengel,
+copyright:        (c) 2011-2019 Simon Hengel,
                   (c) 2011-2012 Trystan Spangler,
                   (c) 2011 Greg Weber
 maintainer:       Simon Hengel <s...@typeful.net>
@@ -44,10 +44,10 @@
   hs-source-dirs:
       src
   build-depends:
-      QuickCheck >=2.10
+      QuickCheck >=2.12
     , base ==4.*
-    , hspec-core ==2.6.0
-    , hspec-discover ==2.6.0
+    , hspec-core ==2.7.0
+    , hspec-discover ==2.7.0
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec


Reply via email to