Hello community,

here is the log from the commit of package ghc-blaze-html for openSUSE:Factory 
checked in at 2015-05-21 08:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-26 20:55:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-html.new/ghc-blaze-html.changes       
2015-05-21 08:35:18.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 20 12:44:49 UTC 2015 - [email protected]
+
+- update to 0.8.0.2
+* Relax blaze-builder dependency to include 0.3 again
+* Add `itemscope` and `itemprop` attributes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-blaze-html.spec ++++++
--- /var/tmp/diff_new_pack.JTwKnV/_old  2015-05-21 08:35:19.000000000 +0200
+++ /var/tmp/diff_new_pack.JTwKnV/_new  2015-05-21 08:35:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-html
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name blaze-html
 
 Name:           ghc-blaze-html
-Version:        0.7.0.3
+Version:        0.8.0.2
 Release:        0
 Summary:        A blazingly fast HTML combinator library for Haskell
 License:        BSD-3-Clause

++++++ blaze-html-0.7.0.3.tar.gz -> blaze-html-0.8.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-html-0.7.0.3/CHANGELOG 
new/blaze-html-0.8.0.2/CHANGELOG
--- old/blaze-html-0.7.0.3/CHANGELOG    2014-09-11 11:16:23.000000000 +0200
+++ new/blaze-html-0.8.0.2/CHANGELOG    2015-03-23 10:38:58.000000000 +0100
@@ -1,3 +1,16 @@
+- 0.8.0.2
+    * Relax blaze-builder dependency to include 0.3 again
+
+- 0.8.0.1
+    * Bump QuickCheck dependency to 2.8
+
+- 0.8.0.0
+    * Bump blaze-builder dependency to 0.4
+
+- 0.7.1.0
+    * Add `itemscope` and `itemprop` attributes
+    * Constraint `blaze-markup` dependency
+
 - 0.7.0.3
     * Dependency bump to allow `text-1.2`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-html-0.7.0.3/blaze-html.cabal 
new/blaze-html-0.8.0.2/blaze-html.cabal
--- old/blaze-html-0.7.0.3/blaze-html.cabal     2014-09-11 11:16:23.000000000 
+0200
+++ new/blaze-html-0.8.0.2/blaze-html.cabal     2015-03-23 10:38:58.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:         blaze-html
-Version:      0.7.0.3
+Version:      0.8.0.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
 License:      BSD3
@@ -52,8 +52,8 @@
 
   Build-depends:
     base          >= 4    && < 5,
-    blaze-builder >= 0.2  && < 0.4,
-    blaze-markup  >= 0.6  && < 0.7,
+    blaze-builder >= 0.3  && < 0.5,
+    blaze-markup  >= 0.7  && < 0.8,
     bytestring    >= 0.9  && < 0.11,
     text          >= 0.10 && < 1.3
 
@@ -70,17 +70,17 @@
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.3,
-    QuickCheck                 >= 2.4 && < 2.8,
+    QuickCheck                 >= 2.4 && < 2.9,
     containers                 >= 0.3 && < 0.6,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
     test-framework-quickcheck2 >= 0.3 && < 0.4,
     -- Copied from regular dependencies...
-    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
+    base          >= 4    && < 5,
+    blaze-builder >= 0.3  && < 0.5,
+    blaze-markup  >= 0.7  && < 0.8,
+    bytestring    >= 0.9  && < 0.11,
+    text          >= 0.10 && < 1.3
 
 Source-repository head
   Type:     git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/blaze-html-0.7.0.3/src/Text/Blaze/Html5/Attributes.hs 
new/blaze-html-0.8.0.2/src/Text/Blaze/Html5/Attributes.hs
--- old/blaze-html-0.7.0.3/src/Text/Blaze/Html5/Attributes.hs   2014-09-11 
11:16:23.000000000 +0200
+++ new/blaze-html-0.8.0.2/src/Text/Blaze/Html5/Attributes.hs   2015-03-23 
10:38:58.000000000 +0100
@@ -53,6 +53,8 @@
     , ismap
     , item
     , itemprop
+    , itemscope
+    , itemtype
     , keytype
     , label
     , lang
@@ -1029,6 +1031,42 @@
 
 -- WARNING: The next block of code was automatically generated by
 -- src/Util/GenerateHtmlCombinators.hs:249
+--
+-- | Combinator for the @itemscope@ attribute.
+--
+-- Example:
+--
+-- > div ! itemscope "bar" $ "Hello."
+--
+-- Result:
+--
+-- > <div itemscope="bar">Hello.</div>
+--
+itemscope :: AttributeValue  -- ^ Attribute value.
+          -> Attribute       -- ^ Resulting attribute.
+itemscope = attribute "itemscope" " itemscope=\""
+{-# INLINE itemscope #-}
+
+-- WARNING: The next block of code was automatically generated by
+-- src/Util/GenerateHtmlCombinators.hs:249
+--
+-- | Combinator for the @itemtype@ attribute.
+--
+-- Example:
+--
+-- > div ! itemtype "bar" $ "Hello."
+--
+-- Result:
+--
+-- > <div itemtype="bar">Hello.</div>
+--
+itemtype :: AttributeValue  -- ^ Attribute value.
+         -> Attribute       -- ^ Resulting attribute.
+itemtype = attribute "itemtype" " itemtype=\""
+{-# INLINE itemtype #-}
+
+-- WARNING: The next block of code was automatically generated by
+-- src/Util/GenerateHtmlCombinators.hs:249
 --
 -- | Combinator for the @keytype@ attribute.
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/blaze-html-0.7.0.3/src/Text/Blaze/XHtml5/Attributes.hs 
new/blaze-html-0.8.0.2/src/Text/Blaze/XHtml5/Attributes.hs
--- old/blaze-html-0.7.0.3/src/Text/Blaze/XHtml5/Attributes.hs  2014-09-11 
11:16:23.000000000 +0200
+++ new/blaze-html-0.8.0.2/src/Text/Blaze/XHtml5/Attributes.hs  2015-03-23 
10:38:58.000000000 +0100
@@ -53,6 +53,8 @@
     , ismap
     , item
     , itemprop
+    , itemscope
+    , itemtype
     , keytype
     , label
     , lang
@@ -1029,6 +1031,42 @@
 
 -- WARNING: The next block of code was automatically generated by
 -- src/Util/GenerateHtmlCombinators.hs:249
+--
+-- | Combinator for the @itemscope@ attribute.
+--
+-- Example:
+--
+-- > div ! itemscope "bar" $ "Hello."
+--
+-- Result:
+--
+-- > <div itemscope="bar">Hello.</div>
+--
+itemscope :: AttributeValue  -- ^ Attribute value.
+          -> Attribute       -- ^ Resulting attribute.
+itemscope = attribute "itemscope" " itemscope=\""
+{-# INLINE itemscope #-}
+
+-- WARNING: The next block of code was automatically generated by
+-- src/Util/GenerateHtmlCombinators.hs:249
+--
+-- | Combinator for the @itemtype@ attribute.
+--
+-- Example:
+--
+-- > div ! itemtype "bar" $ "Hello."
+--
+-- Result:
+--
+-- > <div itemtype="bar">Hello.</div>
+--
+itemtype :: AttributeValue  -- ^ Attribute value.
+         -> Attribute       -- ^ Resulting attribute.
+itemtype = attribute "itemtype" " itemtype=\""
+{-# INLINE itemtype #-}
+
+-- WARNING: The next block of code was automatically generated by
+-- src/Util/GenerateHtmlCombinators.hs:249
 --
 -- | Combinator for the @keytype@ attribute.
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/blaze-html-0.7.0.3/src/Util/GenerateHtmlCombinators.hs 
new/blaze-html-0.8.0.2/src/Util/GenerateHtmlCombinators.hs
--- old/blaze-html-0.7.0.3/src/Util/GenerateHtmlCombinators.hs  2014-09-11 
11:16:23.000000000 +0200
+++ new/blaze-html-0.8.0.2/src/Util/GenerateHtmlCombinators.hs  2015-03-23 
10:38:58.000000000 +0100
@@ -428,6 +428,7 @@
         , "form", "formaction", "formenctype", "formmethod", "formnovalidate"
         , "formtarget", "headers", "height", "hidden", "high", "href"
         , "hreflang", "http-equiv", "icon", "id", "ismap", "item", "itemprop"
+        , "itemscope", "itemtype"
         , "keytype", "label", "lang", "list", "loop", "low", "manifest", "max"
         , "maxlength", "media", "method", "min", "multiple", "name"
         , "novalidate", "onbeforeonload", "onbeforeprint", "onblur", 
"oncanplay"


Reply via email to