commit ghc-blaze-html for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-blaze-html for openSUSE:Factory checked in at 2014-11-26 20:55:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-04-02 17:19:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-blaze-html.new/ghc-blaze-html.changes 2014-11-26 20:55:33.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 9 15:56:26 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 0.7.0.3 +* version bound for text (Haskell Platform 2014.2.0.0) +* compatibility with ghc-blaze-markup + +------------------------------------------------------------------- Old: ---- blaze-html-0.6.1.1.tar.gz New: ---- blaze-html-0.7.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-blaze-html.spec ++++++ --- /var/tmp/diff_new_pack.ufxfxD/_old 2014-11-26 20:55:34.000000000 +0100 +++ /var/tmp/diff_new_pack.ufxfxD/_new 2014-11-26 20:55:34.000000000 +0100 @@ -19,7 +19,7 @@ %global pkg_name blaze-html Name: ghc-blaze-html -Version: 0.6.1.1 +Version: 0.7.0.3 Release: 0 Summary: A blazingly fast HTML combinator library for Haskell License: BSD-3-Clause ++++++ blaze-html-0.6.1.1.tar.gz -> blaze-html-0.7.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blaze-html-0.6.1.1/CHANGELOG new/blaze-html-0.7.0.3/CHANGELOG --- old/blaze-html-0.6.1.1/CHANGELOG 1970-01-01 01:00:00.000000000 +0100 +++ new/blaze-html-0.7.0.3/CHANGELOG 2014-09-11 11:16:23.000000000 +0200 @@ -0,0 +1,12 @@ +- 0.7.0.3 + * Dependency bump to allow `text-1.2` + +- 0.7.0.2 + * Bump QuickCheck dependency to 2.7 + +- 0.7.0.1 + * Fix incorrect blaze-markup dependency in tests + +- 0.7.0.0 + * Bump blaze-markup so we get the (!?) operator for conditionally setting + attributes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blaze-html-0.6.1.1/blaze-html.cabal new/blaze-html-0.7.0.3/blaze-html.cabal --- old/blaze-html-0.6.1.1/blaze-html.cabal 2013-03-08 17:22:38.000000000 +0100 +++ new/blaze-html-0.7.0.3/blaze-html.cabal 2014-09-11 11:16:23.000000000 +0200 @@ -1,5 +1,5 @@ Name: blaze-html -Version: 0.6.1.1 +Version: 0.7.0.3 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3 @@ -19,6 +19,7 @@ Cabal-version: >= 1.8 Extra-source-files: + CHANGELOG src/Util/Sanitize.hs src/Util/GenerateHtmlCombinators.hs @@ -50,11 +51,11 @@ Text.Blaze.XHtml5.Attributes Build-depends: - base >= 4 && < 5, - blaze-builder >= 0.2 && < 0.4, - blaze-markup >= 0.5.1 && < 0.6, - bytestring >= 0.9 && < 0.11, - text >= 0.10 && < 0.12 + base >= 4 && < 5, + blaze-builder >= 0.2 && < 0.4, + blaze-markup >= 0.6 && < 0.7, + bytestring >= 0.9 && < 0.11, + text >= 0.10 && < 1.3 Test-suite blaze-html-tests Type: exitcode-stdio-1.0 @@ -69,7 +70,7 @@ Build-depends: HUnit >= 1.2 && < 1.3, - QuickCheck >= 2.4 && < 2.7, + QuickCheck >= 2.4 && < 2.8, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, @@ -77,9 +78,9 @@ -- Copied from regular dependencies... base >= 4 && < 5, blaze-builder >= 0.2 && < 0.4, - blaze-markup >= 0.5.1 && < 0.6, + blaze-markup >= 0.6 && < 0.7, bytestring >= 0.9 && < 0.11, - text >= 0.10 && < 0.12 + text >= 0.10 && < 1.3 Source-repository head Type: git -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de