Hello community,

here is the log from the commit of package ghc-tagsoup for openSUSE:Factory 
checked in at 2018-05-30 12:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tagsoup (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tagsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tagsoup"

Wed May 30 12:14:16 2018 rev:14 rq:607896 version:0.14.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tagsoup/ghc-tagsoup.changes  2017-09-15 
22:16:10.243436632 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagsoup.new/ghc-tagsoup.changes     
2018-05-30 12:27:26.681990028 +0200
@@ -1,0 +2,10 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update tagsoup to version 0.14.6.
+  * Fix up source positions on bogus <! markers
+  * Fix up source positions on bogus <? markers
+  * #71, fix up source positions on bogus comments
+  * #70, fix up source positions on comments
+  * #66, make sure positions are correct for lone & characters
+
+-------------------------------------------------------------------

Old:
----
  tagsoup-0.14.1.tar.gz

New:
----
  tagsoup-0.14.6.tar.gz

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

Other differences:
------------------
++++++ ghc-tagsoup.spec ++++++
--- /var/tmp/diff_new_pack.ZoBcpt/_old  2018-05-30 12:27:27.361966347 +0200
+++ /var/tmp/diff_new_pack.ZoBcpt/_new  2018-05-30 12:27:27.361966347 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tagsoup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,8 +17,9 @@
 
 
 %global pkg_name tagsoup
+%bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.14.1
+Version:        0.14.6
 Release:        0
 Summary:        Parsing and extracting information from (possibly malformed) 
HTML/XML documents
 License:        BSD-3-Clause
@@ -30,6 +31,13 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+%if %{with tests}
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-time-devel
+%endif
 
 %description
 TagSoup is a library for parsing HTML/XML. It supports the HTML 5
@@ -59,6 +67,9 @@
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
+
 %post devel
 %ghc_pkg_recache
 
@@ -66,7 +77,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc CHANGES.txt README.md

++++++ tagsoup-0.14.1.tar.gz -> tagsoup-0.14.6.tar.gz ++++++
++++ 9188 lines of diff (skipped)


Reply via email to