Hello community,

here is the log from the commit of package ghc-tasty-golden for 
openSUSE:Factory checked in at 2016-11-10 13:26:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-golden (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty-golden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty-golden"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-golden/ghc-tasty-golden.changes        
2016-11-02 12:42:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tasty-golden.new/ghc-tasty-golden.changes   
2016-11-10 13:26:40.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:10:12 UTC 2016 - psim...@suse.com
+
+- Update to version 2.3.1.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  tasty-golden-2.3.1.tar.gz

New:
----
  tasty-golden-2.3.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-tasty-golden.spec ++++++
--- /var/tmp/diff_new_pack.d1cRcg/_old  2016-11-10 13:26:41.000000000 +0100
+++ /var/tmp/diff_new_pack.d1cRcg/_new  2016-11-10 13:26:41.000000000 +0100
@@ -19,15 +19,14 @@
 %global pkg_name tasty-golden
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.3.1
+Version:        2.3.1.1
 Release:        0
 Summary:        Golden tests support for tasty
 License:        MIT
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -46,7 +45,6 @@
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-temporary-rc-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides support for «golden testing». A golden test is an IO
@@ -68,20 +66,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ tasty-golden-2.3.1.tar.gz -> tasty-golden-2.3.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-golden-2.3.1/CHANGELOG.md 
new/tasty-golden-2.3.1.1/CHANGELOG.md
--- old/tasty-golden-2.3.1/CHANGELOG.md 2015-11-26 18:20:50.000000000 +0100
+++ new/tasty-golden-2.3.1.1/CHANGELOG.md       2016-08-25 08:41:14.000000000 
+0200
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 2.3.1.1
+---------------
+
+Fix compatibility with `optparse-applicative-0.13`
+
 Version 2.3.1
 -------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-golden-2.3.1/Test/Tasty/Golden/Internal.hs 
new/tasty-golden-2.3.1.1/Test/Tasty/Golden/Internal.hs
--- old/tasty-golden-2.3.1/Test/Tasty/Golden/Internal.hs        2015-11-18 
10:45:02.000000000 +0100
+++ new/tasty-golden-2.3.1.1/Test/Tasty/Golden/Internal.hs      2016-08-25 
08:34:36.000000000 +0200
@@ -6,6 +6,7 @@
 import Control.Exception
 import Data.Typeable (Typeable)
 import Options.Applicative
+import Data.Monoid
 import Data.Tagged
 import Data.Proxy
 import System.IO.Error (isDoesNotExistError)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-golden-2.3.1/tasty-golden.cabal 
new/tasty-golden-2.3.1.1/tasty-golden.cabal
--- old/tasty-golden-2.3.1/tasty-golden.cabal   2015-11-26 18:20:47.000000000 
+0100
+++ new/tasty-golden-2.3.1.1/tasty-golden.cabal 2016-08-25 08:36:28.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                tasty-golden
-version:             2.3.1
+version:             2.3.1.1
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».


Reply via email to