Hello community,

here is the log from the commit of package ghc-psqueues for openSUSE:Factory 
checked in at 2016-09-05 21:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-psqueues (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-psqueues.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-psqueues"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-psqueues/ghc-psqueues.changes        
2016-07-27 16:09:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-psqueues.new/ghc-psqueues.changes   
2016-09-05 21:20:44.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:32:50 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.2.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  psqueues-0.2.2.1.tar.gz

New:
----
  psqueues-0.2.2.2.tar.gz

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

Other differences:
------------------
++++++ ghc-psqueues.spec ++++++
--- /var/tmp/diff_new_pack.RJdbQF/_old  2016-09-05 21:20:45.000000000 +0200
+++ /var/tmp/diff_new_pack.RJdbQF/_new  2016-09-05 21:20:45.000000000 +0200
@@ -19,15 +19,14 @@
 %global pkg_name psqueues
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.2.1
+Version:        0.2.2.2
 Release:        0
 Summary:        Pure priority search queues
 License:        BSD-3-Clause
-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-deepseq-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
@@ -41,7 +40,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The psqueues package provides <http://en.wikipedia.org/wiki/Priority_queue
@@ -97,20 +95,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

++++++ psqueues-0.2.2.1.tar.gz -> psqueues-0.2.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psqueues-0.2.2.1/CHANGELOG 
new/psqueues-0.2.2.2/CHANGELOG
--- old/psqueues-0.2.2.1/CHANGELOG      2016-04-22 12:16:55.000000000 +0200
+++ new/psqueues-0.2.2.2/CHANGELOG      2016-07-24 14:44:55.000000000 +0200
@@ -1,3 +1,6 @@
+- 0.2.2.2
+    * Bump QuickCheck dependency bounds
+
 - 0.2.2.1
     * Fix benchmark compilation with stack
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psqueues-0.2.2.1/psqueues.cabal 
new/psqueues-0.2.2.2/psqueues.cabal
--- old/psqueues-0.2.2.1/psqueues.cabal 2016-04-22 12:16:55.000000000 +0200
+++ new/psqueues-0.2.2.2/psqueues.cabal 2016-07-24 14:44:55.000000000 +0200
@@ -1,5 +1,5 @@
 Name:          psqueues
-Version:       0.2.2.1
+Version:       0.2.2.2
 License:       BSD3
 License-file:  LICENSE
 Maintainer:    Jasper Van der Jeugt <jasper...@gmail.com>
@@ -129,7 +129,7 @@
 
     Build-depends:
           HUnit                      >= 1.2 && < 1.4
-        , QuickCheck                 >= 2.7 && < 2.9
+        , QuickCheck                 >= 2.7 && < 2.10
         , test-framework             >= 0.8 && < 0.9
         , test-framework-hunit       >= 0.3 && < 0.4
         , test-framework-quickcheck2 >= 0.3 && < 0.4


Reply via email to