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-03-28 11:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Sun Mar 28 11:55:50 2021 rev:15 rq:881535 version:2.7.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2021-01-27 
18:57:45.248388760 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.2401/ghc-hspec.changes    
2021-03-28 11:57:44.532297263 +0200
@@ -1,0 +2,7 @@
+Mon Mar 22 08:39:28 UTC 2021 - psim...@suse.com
+
+- Update hspec to version 2.7.9.
+  ## Changes in 2.7.9
+    - Re-export `aroundAll` and `aroundAllWith` in `Test.Hspec`
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.7.8.tar.gz

New:
----
  hspec-2.7.9.tar.gz

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

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.TzPB7A/_old  2021-03-28 11:57:45.012297689 +0200
+++ /var/tmp/diff_new_pack.TzPB7A/_new  2021-03-28 11:57:45.012297689 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name hspec
 Name:           ghc-%{pkg_name}
-Version:        2.7.8
+Version:        2.7.9
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.7.8.tar.gz -> hspec-2.7.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.7.8/CHANGES.markdown 
new/hspec-2.7.9/CHANGES.markdown
--- old/hspec-2.7.8/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.7.9/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,6 @@
+## Changes in 2.7.9
+  - Re-export `aroundAll` and `aroundAllWith` in `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.7.8/hspec.cabal new/hspec-2.7.9/hspec.cabal
--- old/hspec-2.7.8/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.7.9/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec
-version:          2.7.8
+version:          2.7.9
 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.7.8
-    , hspec-discover ==2.7.8
+    , hspec-core ==2.7.9
+    , hspec-discover ==2.7.9
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.7.8/src/Test/Hspec.hs 
new/hspec-2.7.9/src/Test/Hspec.hs
--- old/hspec-2.7.8/src/Test/Hspec.hs   2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.7.9/src/Test/Hspec.hs   2001-09-09 03:46:40.000000000 +0200
@@ -64,6 +64,8 @@
 , around
 , around_
 , aroundWith
+, aroundAll
+, aroundAllWith
 
 -- * Running a spec
 , hspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.7.8/version.yaml new/hspec-2.7.9/version.yaml
--- old/hspec-2.7.8/version.yaml        2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.7.9/version.yaml        2001-09-09 03:46:40.000000000 +0200
@@ -1 +1 @@
-&version 2.7.8
+&version 2.7.9

Reply via email to