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-08-25 20:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Wed Aug 25 20:57:28 2021 rev:18 rq:912747 version:2.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2021-06-01 
10:40:29.593122715 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.1899/ghc-hspec.changes    
2021-08-25 20:58:44.929118608 +0200
@@ -1,0 +2,9 @@
+Fri Aug 13 09:52:18 UTC 2021 - [email protected]
+
+- Update hspec to version 2.8.3.
+  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.8.3/src/CHANGES.markdown
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.8.2.tar.gz

New:
----
  hspec-2.8.3.tar.gz

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

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.Uh423E/_old  2021-08-25 20:58:45.337118072 +0200
+++ /var/tmp/diff_new_pack.Uh423E/_new  2021-08-25 20:58:45.341118067 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name hspec
 Name:           ghc-%{pkg_name}
-Version:        2.8.2
+Version:        2.8.3
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.8.2.tar.gz -> hspec-2.8.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.2/CHANGES.markdown 
new/hspec-2.8.3/CHANGES.markdown
--- old/hspec-2.8.2/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.8.3/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,9 @@
+## Changes in 2.8.3
+  - Better support for `--color=auto` on Windows
+  - Add support for spec hooks to `hspec-discover` (via `SpecHooks.hs`)
+  - Propagate exceptions from `Test.Hspec.Core.Format.monadic`
+  - Re-export `aroundAll_` from `Test.Hspec`
+
 ## Changes in 2.8.2
   - Add `mapSubject` and `ignoreSubject`
 
@@ -25,7 +31,7 @@
   - Add `exampleStarted` to `Formatter` API
 
 ## Changes in 2.7.9
-  - Re-export `aroundAll` and `aroundAllWith` in `Test.Hspec`
+  - Re-export `aroundAll` and `aroundAllWith` from `Test.Hspec`
 
 ## Changes in 2.7.8
   - Add `aroundAll` / `aroundAllWith` (see #255)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.2/hspec.cabal new/hspec-2.8.3/hspec.cabal
--- old/hspec-2.8.2/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.8.3/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec
-version:          2.8.2
+version:          2.8.3
 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.2
-    , hspec-discover ==2.8.2
+    , hspec-core ==2.8.3
+    , hspec-discover ==2.8.3
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.2/src/Test/Hspec.hs 
new/hspec-2.8.3/src/Test/Hspec.hs
--- old/hspec-2.8.2/src/Test/Hspec.hs   2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.8.3/src/Test/Hspec.hs   2001-09-09 03:46:40.000000000 +0200
@@ -65,6 +65,7 @@
 , around_
 , aroundWith
 , aroundAll
+, aroundAll_
 , aroundAllWith
 , mapSubject
 , ignoreSubject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.8.2/version.yaml new/hspec-2.8.3/version.yaml
--- old/hspec-2.8.2/version.yaml        2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.8.3/version.yaml        2001-09-09 03:46:40.000000000 +0200
@@ -1 +1 @@
-&version 2.8.2
+&version 2.8.3

Reply via email to