Hello community,

here is the log from the commit of package ghc-scientific for openSUSE:Factory 
checked in at 2016-08-24 10:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-scientific (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-scientific.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-scientific"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-scientific/ghc-scientific.changes    
2016-07-21 08:05:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-scientific.new/ghc-scientific.changes       
2016-08-24 10:08:02.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 06:03:20 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.4.9 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  scientific-0.3.4.8.tar.gz

New:
----
  scientific-0.3.4.9.tar.gz

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

Other differences:
------------------
++++++ ghc-scientific.spec ++++++
--- /var/tmp/diff_new_pack.Gvl1UU/_old  2016-08-24 10:08:04.000000000 +0200
+++ /var/tmp/diff_new_pack.Gvl1UU/_new  2016-08-24 10:08:04.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name scientific
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.4.8
+Version:        0.3.4.9
 Release:        0
 Summary:        Numbers represented using scientific notation
 License:        BSD-3-Clause
@@ -27,7 +27,6 @@
 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-binary-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -46,7 +45,6 @@
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-smallcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 'Data.Scientific' provides the number type 'Scientific'. Scientific numbers are
@@ -102,9 +100,7 @@
 
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
+%cabal_test
 
 
 %post devel

++++++ scientific-0.3.4.8.tar.gz -> scientific-0.3.4.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/scientific-0.3.4.8/changelog 
new/scientific-0.3.4.9/changelog
--- old/scientific-0.3.4.8/changelog    2016-07-02 09:14:12.000000000 +0200
+++ new/scientific-0.3.4.9/changelog    2016-07-11 23:25:34.000000000 +0200
@@ -1,3 +1,6 @@
+0.3.4.9
+       * Support QuickCheck-2.9.
+
 0.3.4.8
        * Make bytestring-builder's installation conditional based on a Cabal 
flag.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/scientific-0.3.4.8/scientific.cabal 
new/scientific-0.3.4.9/scientific.cabal
--- old/scientific-0.3.4.8/scientific.cabal     2016-07-02 09:14:12.000000000 
+0200
+++ new/scientific-0.3.4.9/scientific.cabal     2016-07-11 23:25:34.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                scientific
-version:             0.3.4.8
+version:             0.3.4.9
 synopsis:            Numbers represented using scientific notation
 description:
   @Data.Scientific@ provides the number type 'Scientific'. Scientific numbers 
are
@@ -108,7 +108,7 @@
                , tasty-smallcheck >= 0.2   && < 0.9
                , tasty-quickcheck >= 0.8   && < 0.9
                , smallcheck       >= 1.0   && < 1.2
-               , QuickCheck       >= 2.5   && < 2.9
+               , QuickCheck       >= 2.5   && < 2.10
                , text             >= 0.8   && < 1.3
 
   if flag(bytestring-builder)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/scientific-0.3.4.8/test/test.hs 
new/scientific-0.3.4.9/test/test.hs
--- old/scientific-0.3.4.8/test/test.hs 2016-07-02 09:14:12.000000000 +0200
+++ new/scientific-0.3.4.9/test/test.hs 2016-07-11 23:25:34.000000000 +0200
@@ -252,7 +252,7 @@
   ]
 
 toBoundedIntegerConversion
-    :: forall i. (Integral i, Bounded i, Show i)
+    :: forall i. (Integral i, Bounded i)
     => i -> Scientific -> Bool
 toBoundedIntegerConversion _ s =
     case toBoundedInteger s :: Maybe i of


Reply via email to