Hello community, here is the log from the commit of package ghc-html-conduit for openSUSE:Factory checked in at 2016-11-10 13:21:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-html-conduit (Old) and /work/SRC/openSUSE:Factory/.ghc-html-conduit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-html-conduit" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-html-conduit/ghc-html-conduit.changes 2016-11-01 09:55:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-html-conduit.new/ghc-html-conduit.changes 2016-11-10 13:21:57.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Sep 26 06:51:56 UTC 2016 - [email protected] + +- Update to version 1.2.1.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- html-conduit-1.2.1.tar.gz New: ---- html-conduit-1.2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-html-conduit.spec ++++++ --- /var/tmp/diff_new_pack.P4tOiJ/_old 2016-11-10 13:21:58.000000000 +0100 +++ /var/tmp/diff_new_pack.P4tOiJ/_new 2016-11-10 13:21:58.000000000 +0100 @@ -19,15 +19,14 @@ %global pkg_name html-conduit %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.1 +Version: 1.2.1.1 Release: 0 Summary: Parse HTML documents using xml-conduit datatypes License: MIT -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-conduit-extra-devel @@ -44,7 +43,6 @@ BuildRequires: ghc-HUnit-devel BuildRequires: ghc-hspec-devel %endif -# End cabal-rpm deps %description This package uses tagstream-conduit for its parser. It automatically balances @@ -66,20 +64,14 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache ++++++ html-conduit-1.2.1.tar.gz -> html-conduit-1.2.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/html-conduit-1.2.1/ChangeLog.md new/html-conduit-1.2.1.1/ChangeLog.md --- old/html-conduit-1.2.1/ChangeLog.md 2015-11-12 18:40:38.000000000 +0100 +++ new/html-conduit-1.2.1.1/ChangeLog.md 2016-09-23 10:34:26.000000000 +0200 @@ -1,3 +1,7 @@ +## 1.2.1.1 + +* Allow xml-conduit 1.4 + ## 1.2.1 * Add strict and lazy text parsing [#66](https://github.com/snoyberg/xml/pull/66) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/html-conduit-1.2.1/html-conduit.cabal new/html-conduit-1.2.1.1/html-conduit.cabal --- old/html-conduit-1.2.1/html-conduit.cabal 2015-11-12 18:40:38.000000000 +0100 +++ new/html-conduit-1.2.1.1/html-conduit.cabal 2016-09-23 10:34:26.000000000 +0200 @@ -1,5 +1,5 @@ Name: html-conduit -Version: 1.2.1 +Version: 1.2.1.1 Synopsis: Parse HTML documents using xml-conduit datatypes. Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Homepage: https://github.com/snoyberg/xml @@ -22,7 +22,7 @@ , resourcet >= 0.3 && < 1.2 , conduit >= 1.0 && < 1.3 , conduit-extra >= 1.1.1 - , xml-conduit >= 1.3 && < 1.4 + , xml-conduit >= 1.3 && < 1.5 , tagstream-conduit >= 0.5.5.3 && < 0.6 , xml-types >= 0.3 && < 0.4
