Hello community,

here is the log from the commit of package ghc-blaze-html for openSUSE:Factory 
checked in at 2016-08-25 09:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-html (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-html.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-html"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-html/ghc-blaze-html.changes    
2016-07-21 08:07:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-html.new/ghc-blaze-html.changes       
2016-08-25 09:57:40.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:39:00 UTC 2016 - [email protected]
+
+- Update to version 0.8.1.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  blaze-html-0.8.1.1.tar.gz

New:
----
  blaze-html-0.8.1.2.tar.gz

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

Other differences:
------------------
++++++ ghc-blaze-html.spec ++++++
--- /var/tmp/diff_new_pack.w6Va7g/_old  2016-08-25 09:57:41.000000000 +0200
+++ /var/tmp/diff_new_pack.w6Va7g/_new  2016-08-25 09:57:41.000000000 +0200
@@ -19,15 +19,14 @@
 %global pkg_name blaze-html
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.1.1
+Version:        0.8.1.2
 Release:        0
 Summary:        A blazingly fast HTML combinator library for Haskell
 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-blaze-builder-devel
 BuildRequires:  ghc-blaze-markup-devel
 BuildRequires:  ghc-bytestring-devel
@@ -42,7 +41,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A blazingly fast HTML combinator library for the Haskell programming language.
@@ -63,20 +61,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

++++++ blaze-html-0.8.1.1.tar.gz -> blaze-html-0.8.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-html-0.8.1.1/CHANGELOG 
new/blaze-html-0.8.1.2/CHANGELOG
--- old/blaze-html-0.8.1.1/CHANGELOG    2015-09-28 11:48:01.000000000 +0200
+++ new/blaze-html-0.8.1.2/CHANGELOG    2016-07-24 14:57:22.000000000 +0200
@@ -1,3 +1,6 @@
+- 0.8.1.2
+    * Bump QuickCheck dependency to 2.9
+
 - 0.8.1.1
     * Bump HUnit dependency to 1.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-html-0.8.1.1/blaze-html.cabal 
new/blaze-html-0.8.1.2/blaze-html.cabal
--- old/blaze-html-0.8.1.1/blaze-html.cabal     2015-09-28 11:48:01.000000000 
+0200
+++ new/blaze-html-0.8.1.2/blaze-html.cabal     2016-07-24 14:57:22.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:         blaze-html
-Version:      0.8.1.1
+Version:      0.8.1.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
@@ -70,7 +70,7 @@
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.4,
-    QuickCheck                 >= 2.4 && < 2.9,
+    QuickCheck                 >= 2.4 && < 2.10,
     containers                 >= 0.3 && < 0.6,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,


Reply via email to