Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hspec for openSUSE:Factory 
checked in at 2021-12-19 17:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Sun Dec 19 17:34:29 2021 rev:20 rq:933323 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2021-11-17 
01:13:55.858164822 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.2520/ghc-hspec.changes    
2021-12-19 17:34:43.588277194 +0100
@@ -1,0 +2,27 @@
+Tue Nov 16 19:50:38 UTC 2021 - [email protected]
+
+- Update hspec to version 2.9.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/hspec-2.9.1/src/CHANGES.markdown
+
+-------------------------------------------------------------------
+Mon Nov 15 06:57:13 UTC 2021 - [email protected]
+
+- Update hspec to version 2.9.0.
+  ## Changes in next
+    - Add ASCII fallbacks to "checks" formatter (fixes #512)
+    - Use `checks` formatter by default (to restore the old behavior use
+      `--format specdoc`)
+    - Allow to extend the list of available formatters for `--format`
+      (`configAvailableFormatters`)
+    - Add `getExpectedTotalCount` to `Test.Hspec.Core.Formatters.V2`
+    - Rename `formatConfigItemCount` to `formatConfigExpectedTotalCount`
+    - Rename `configFastFail` to `configFailFast`
+
+  ## Changes in 2.8.5
+    - hspec-core: Include help.txt in package tarball (close #568)
+    - hspec-discover: Require base >=4.5.0.0 (fixes #554)
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.8.4.tar.gz

New:
----
  hspec-2.9.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.mUkzGZ/_old  2021-12-19 17:34:44.008277490 +0100
+++ /var/tmp/diff_new_pack.mUkzGZ/_new  2021-12-19 17:34:44.012277492 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name hspec
 Name:           ghc-%{pkg_name}
-Version:        2.8.4
+Version:        2.9.1
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.8.4.tar.gz -> hspec-2.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.4/CHANGES.markdown 
new/hspec-2.9.1/CHANGES.markdown
--- old/hspec-2.8.4/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.9.1/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,21 @@
+## Changes in 2.9.1
+  - Recover unicode from `ExpectedButGot`
+  - Preserve unicode in `To rerun use: --match ...` output
+
+## Changes in 2.9.0
+  - Add ASCII fallbacks to "checks" formatter (fixes #512)
+  - Use `checks` formatter by default (to restore the old behavior use
+    `--format specdoc`)
+  - Allow to extend the list of available formatters for `--format`
+    (`configAvailableFormatters`)
+  - Add `getExpectedTotalCount` to `Test.Hspec.Core.Formatters.V2`
+  - Rename `formatConfigItemCount` to `formatConfigExpectedTotalCount`
+  - Rename `configFastFail` to `configFailFast`
+
+## Changes in 2.8.5
+  - hspec-core: Include help.txt in package tarball (close #568)
+  - hspec-discover: Require base >=4.5.0.0 (fixes #554)
+
 ## Changes in 2.8.4
   - Better support for GHC 9.2.1
   - Support for setting options by individual environment variables, e.g.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.4/hspec.cabal new/hspec-2.9.1/hspec.cabal
--- old/hspec-2.8.4/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.9.1/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.34.5.
 --
 -- see: https://github.com/sol/hpack
 
 name:             hspec
-version:          2.8.4
+version:          2.9.1
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2021 Simon Hengel,
@@ -45,8 +45,8 @@
   build-depends:
       QuickCheck >=2.12
     , base ==4.*
-    , hspec-core ==2.8.4
-    , hspec-discover ==2.8.4
+    , hspec-core ==2.9.1
+    , hspec-discover ==2.9.1
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.4/version.yaml new/hspec-2.9.1/version.yaml
--- old/hspec-2.8.4/version.yaml        2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.9.1/version.yaml        2001-09-09 03:46:40.000000000 +0200
@@ -1 +1 @@
-&version 2.8.4
+&version 2.9.1

Reply via email to