Hello community,

here is the log from the commit of package ghc-xml for openSUSE:Factory checked 
in at 2015-05-21 08:13:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xml (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-xml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-xml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-xml/ghc-xml.changes  2014-04-02 
17:19:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml.new/ghc-xml.changes     2015-05-21 
08:13:35.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 09:22:35 UTC 2015 - [email protected]
+
+- update tp 1.3.14
+* no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  xml-1.3.13.tar.gz

New:
----
  xml-1.3.14.tar.gz

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

Other differences:
------------------
++++++ ghc-xml.spec ++++++
--- /var/tmp/diff_new_pack.Nffkee/_old  2015-05-21 08:13:36.000000000 +0200
+++ /var/tmp/diff_new_pack.Nffkee/_new  2015-05-21 08:13:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-xml
 #
-# Copyright (c) 2013 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 xml
 
 Name:           ghc-xml
-Version:        1.3.13
+Version:        1.3.14
 Release:        0
 Summary:        A simple XML library
 License:        BSD-3-Clause

++++++ xml-1.3.13.tar.gz -> xml-1.3.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-1.3.13/Text/XML/Light/Lexer.hs 
new/xml-1.3.14/Text/XML/Light/Lexer.hs
--- old/xml-1.3.13/Text/XML/Light/Lexer.hs      2013-04-01 18:42:03.000000000 
+0200
+++ new/xml-1.3.14/Text/XML/Light/Lexer.hs      2015-02-23 22:42:30.000000000 
+0100
@@ -139,7 +139,7 @@
 
 tag              :: LString -> [Token]
 tag ((p,'/') : cs)    = let (n,ds) = qualName (dropSpace cs)
-                        in TokEnd p n : case ds of
+                        in TokEnd p n : case (dropSpace ds) of
                                           (_,'>') : es -> tokens' es
                                           -- tag was not properly closed...
                                           _        -> tokens' ds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-1.3.13/Text/XML/Light/Output.hs 
new/xml-1.3.14/Text/XML/Light/Output.hs
--- old/xml-1.3.13/Text/XML/Light/Output.hs     2013-04-01 18:42:03.000000000 
+0200
+++ new/xml-1.3.14/Text/XML/Light/Output.hs     2015-02-23 22:42:30.000000000 
+0100
@@ -36,7 +36,7 @@
   , prettify      :: Bool
   }
 
--- | Default pretty orinting configutaion.
+-- | Default pretty orinting configuration.
 --  * Always use abbreviate empty tags.
 defaultConfigPP :: ConfigPP
 defaultConfigPP = ConfigPP { shortEmptyTag = const True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-1.3.13/xml.cabal new/xml-1.3.14/xml.cabal
--- old/xml-1.3.13/xml.cabal    2013-04-01 18:42:03.000000000 +0200
+++ new/xml-1.3.14/xml.cabal    2015-02-23 22:42:30.000000000 +0100
@@ -1,5 +1,5 @@
 Name:            xml
-Version:         1.3.13
+Version:         1.3.14
 Homepage:        http://code.galois.com
 Synopsis:        A simple XML library.
 Description:     A simple XML library.


Reply via email to