Hello community,

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

Package is "ghc-tagsoup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tagsoup/ghc-tagsoup.changes  2014-04-02 
17:18:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagsoup.new/ghc-tagsoup.changes     
2015-05-21 08:13:11.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 19:21:25 UTC 2015 - mimi...@gmail.com
+
+- update to 0.13.3
+* #562, treat <script> specially as per HTML5
+* #616, extend to all HTML5 entities
+* Optimise lookupNamedEntity
+* Replace escapeXMLChar with escapeXML
+* Change all Entity functions to return String, not Int or Char
+
+-------------------------------------------------------------------

Old:
----
  _service
  tagsoup-0.12.8.tar.gz

New:
----
  tagsoup-0.13.3.tar.gz

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

Other differences:
------------------
++++++ ghc-tagsoup.spec ++++++
--- /var/tmp/diff_new_pack.RW4K9d/_old  2015-05-21 08:13:11.000000000 +0200
+++ /var/tmp/diff_new_pack.RW4K9d/_new  2015-05-21 08:13:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tagsoup
 #
-# 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
@@ -18,15 +18,15 @@
 
 %global pkg_name tagsoup
 
-Name:           ghc-tagsoup
-Version:        0.12.8
+Name:           ghc-%{pkg_name}
+Version:        0.13.3
 Release:        0
 Summary:        Parsing and extracting information from (possibly malformed) 
HTML/XML documents
 License:        BSD-3-Clause
 Group:          System/Libraries
 
-Url:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Url:            https://hackage.haskell.org/package/%{pkg_name}
+Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -38,10 +38,10 @@
 # End cabal-rpm deps
 
 %description
-TagSoup is a library for parsing HTML/XML. It supports the HTML 5 
specification,
-and can be used to parse either well-formed XML, or unstructured and malformed 
HTML
-from the web. The library also provides useful functions to extract information
-from an HTML document, making it ideal for screen-scraping.
+TagSoup is a library for parsing HTML/XML. It supports the HTML 5
+specification, and can be used to parse either well-formed XML, or unstructured
+and malformed HTML from the web. The library also provides useful functions to
+extract information from an HTML document, making it ideal for screen-scraping.
 
 Users should start from the "Text.HTML.TagSoup" module.
 
@@ -49,18 +49,13 @@
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
-Requires:       ghc-compiler
-Requires(post): ghc-compiler
-Requires(postun): ghc-compiler
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
-TagSoup is a library for parsing HTML/XML. It supports the HTML 5 
specification,
-and can be used to parse either well-formed XML, or unstructured and malformed 
HTML
-from the web. The library also provides useful functions to extract information
-from an HTML document, making it ideal for screen-scraping.
-
-Users should start from the "Text.HTML.TagSoup" module.
+This package provides the Haskell %{pkg_name} library development files.
 
 
 %prep
@@ -84,5 +79,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.md
 
 %changelog

++++++ tagsoup-0.12.8.tar.gz -> tagsoup-0.13.3.tar.gz ++++++
++++ 3388 lines of diff (skipped)


Reply via email to