Hello community,

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

Package is "ghc-hspec"

Tue Jul 24 17:19:39 2018 rev:5 rq:623788 version:2.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2018-05-30 
12:25:58.708993968 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new/ghc-hspec.changes 2018-07-24 
17:19:44.535096660 +0200
@@ -1,0 +2,26 @@
+Wed Jul 18 14:26:27 UTC 2018 - [email protected]
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+-------------------------------------------------------------------
+Tue Jul 17 19:30:59 UTC 2018 - [email protected]
+
+- Update hspec to version 2.5.5.
+  ## Changes in 2.5.5
+    - Use `module[line:column]` instead of `module:line:column` as default 
label
+      for `describe`/`it` (fixes #366)
+
+-------------------------------------------------------------------
+Fri Jul 13 14:31:33 UTC 2018 - [email protected]
+
+- Update hspec to version 2.5.4.
+  - Show how to rerun individual spec items on test failures (see #205)
+  - Treat character escapes like `\NUL` as single tokens on `--diff` (see #351)
+  - Allow a `/` at the beginning and at the end of an absolute path that is
+    passed to `--match` or `--skip`
+  - Use module:line:column as default label for describe/it (see #250)
+  - Warn if user is affected by https://ghc.haskell.org/trac/ghc/ticket/13285 
(see #329)
+  - Disable tests for Test.Hspec.Core.Timer (see #352)
+
+-------------------------------------------------------------------
@@ -66 +91,0 @@
-

Old:
----
  hspec-2.5.0.tar.gz

New:
----
  hspec-2.5.5.tar.gz

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

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.HCyJXb/_old  2018-07-24 17:19:46.075098639 +0200
+++ /var/tmp/diff_new_pack.HCyJXb/_new  2018-07-24 17:19:46.079098644 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hspec
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.5.0
+Version:        2.5.5
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.5.0.tar.gz -> hspec-2.5.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.0/CHANGES.markdown 
new/hspec-2.5.5/CHANGES.markdown
--- old/hspec-2.5.0/CHANGES.markdown    2018-03-14 10:18:45.000000000 +0100
+++ new/hspec-2.5.5/CHANGES.markdown    2018-07-16 22:34:31.000000000 +0200
@@ -1,23 +1,51 @@
+## Changes in 2.5.5
+  - Use `module[line:column]` instead of `module:line:column` as default label
+    for `describe`/`it` (fixes #366)
+
+## Changes in 2.5.4
+  - Show how to rerun individual spec items on test failures (see #205)
+
+## Changes in 2.5.3
+  - Treat character escapes like `\NUL` as single tokens on `--diff` (see #351)
+  - Allow a `/` at the beginning and at the end of an absolute path that is
+    passed to `--match` or `--skip`
+
+## Changes in 2.5.2
+  - Use module:line:column as default label for describe/it (see #250)
+  - Warn if user is affected by https://ghc.haskell.org/trac/ghc/ticket/13285 
(see #329)
+
+## Changes in 2.5.1
+  - Disable tests for Test.Hspec.Core.Timer (see #352)
+
 ## Changes in 2.5.0
+  - Add `sequential` (see #311)
   - Add support for `--diff` when `shouldBe` is uesd with
     `QuickCheck`-properties
-  - Add source locations when `shouldBe` is uesd with `QuickCheck`-properties
-  - Add `sequential` (see #311)
+  - Add source locations when `shouldBe` is uesd with `QuickCheck` properties
+  - Print `QuickCheck` labels on success (see #297)
+  - Retain output of `verbose`, `label`, `collect`, `classify`, etc. for
+    `QuickCheck` properties (see #257)
+  - Extract source location from error / undefined (see #316)
+  - Parse source locations from pattern match failures
+  - Include source column when formatting source locations
   - Colorize whitespaces with background color instead of foreground color with
     `--diff`
-  - Deprecate `--out`
-  - Removed deprecated module `Test.Hspec.HUnit`, use
-    `Test.Hspec.Contrib.HUnit` instead
   - Run `Test.Hspec.Core.Formatters.exampleProgress` in `FormatM` instead of
     `IO`
-  - Print QuickCheck labels on success (see #297)
-  - Include column when formatting source locations
-  - Extract source location from error / undefined (close #316)
-  - Remove BestEffort source locations
-  - Include duration for each spec item in new formatter API (see #315)
-  - Add location information to `pending`
   - Make sure that progress output is always cleared (fixes #301)
-  - Parse source locations from pattern match failures
+  - Add location information to `pending` (not used by any formatter yet)
+  - Include duration for each spec item in new formatter API (see #315) (not 
yet exposed)
+  - Removed deprecated module `Test.Hspec.HUnit`, use
+    `Test.Hspec.Contrib.HUnit` instead
+  - Deprecate `--out`
+  - Remove `BestEffort` source locations
+
+## Changes in 2.4.8
+  - compatibility with GHC 8.4.1-alpha3
+
+## Changes in 2.4.7
+  - compatibility with `QuickCheck-2.11.3` and up (note that `QuickCheck`
+    versions `2.11` to `2.11.2` are not fully supported)
 
 ## Changes in 2.4.6
   - compatibility with the upcoming version `4.11.0.0` of `base`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.0/LICENSE new/hspec-2.5.5/LICENSE
--- old/hspec-2.5.0/LICENSE     2018-03-14 10:18:45.000000000 +0100
+++ new/hspec-2.5.5/LICENSE     2018-07-16 22:34:31.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2017 Simon Hengel <[email protected]>
+Copyright (c) 2011-2018 Simon Hengel <[email protected]>
 Copyright (c) 2011-2012 Trystan Spangler <[email protected]>
 Copyright (c) 2011-2011 Greg Weber <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.5.0/hspec.cabal new/hspec-2.5.5/hspec.cabal
--- old/hspec-2.5.0/hspec.cabal 2018-03-14 10:18:45.000000000 +0100
+++ new/hspec-2.5.5/hspec.cabal 2018-07-16 22:34:31.000000000 +0200
@@ -1,19 +1,20 @@
--- This file has been generated from package.yaml by hpack version 0.25.0.
+cabal-version: >= 1.10
+
+-- This file has been generated from package.yaml by hpack version 0.29.5.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5973a094a7e1665acc54acbbf4e2edfaf3caf3f63f400d39fbbd281fa1479892
+-- hash: 32bbd6cd6fd8f6f99fe71a657a2c4674beba6789814e8c4138b399d69a8c02e4
 
 name:             hspec
-version:          2.5.0
+version:          2.5.5
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2011-2017 Simon Hengel,
+copyright:        (c) 2011-2018 Simon Hengel,
                   (c) 2011-2012 Trystan Spangler,
                   (c) 2011 Greg Weber
 maintainer:       Simon Hengel <[email protected]>
 build-type:       Simple
-cabal-version:    >= 1.10
 category:         Testing
 stability:        experimental
 bug-reports:      https://github.com/hspec/hspec/issues
@@ -32,7 +33,6 @@
                   * automatic discovery of test files
                   .
                   The Hspec Manual is at <http://hspec.github.io/>.
-
 extra-source-files:
     CHANGES.markdown
 
@@ -49,8 +49,8 @@
     , QuickCheck >=2.10
     , base ==4.*
     , call-stack
-    , hspec-core ==2.5.0
-    , hspec-discover ==2.5.0
+    , hspec-core ==2.5.5
+    , hspec-discover ==2.5.5
     , hspec-expectations ==0.8.2.*
     , transformers >=0.2.2.0
   exposed-modules:
@@ -77,8 +77,8 @@
     , call-stack
     , directory
     , hspec
-    , hspec-core ==2.5.0
-    , hspec-discover ==2.5.0
+    , hspec-core ==2.5.5
+    , hspec-discover ==2.5.5
     , hspec-expectations ==0.8.2.*
     , hspec-meta >=2.3.2
     , stringbuilder


Reply via email to