From fb483128e2684252ecc6f48e955ea1dd8e710ef1 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 23 Apr 2016 12:14:23 -0400 Subject: [PATCH] update to 0.13.9 - sync with cabal-rpm-0.9.10 --- .gitignore | 1 + ghc-tagsoup.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f385eb7..024e5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /tagsoup-0.13.1.tar.gz /tagsoup-0.13.3.tar.gz /tagsoup-0.13.8.tar.gz +/tagsoup-0.13.9.tar.gz diff --git a/ghc-tagsoup.spec b/ghc-tagsoup.spec index 1dd0edb..55ee54c 100644 --- a/ghc-tagsoup.spec +++ b/ghc-tagsoup.spec @@ -3,9 +3,9 @@ %global pkg_name tagsoup Name: ghc-%{pkg_name} -Version: 0.13.8 +Version: 0.13.9 Release: 1%{?dist} -Summary: Parsing and extracting from HTML/XML documents +Summary: Parsing and extracting information from (possibly malformed) HTML/XML documents License: BSD Url: https://hackage.haskell.org/package/%{pkg_name} @@ -51,6 +51,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -61,7 +63,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -69,6 +71,10 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Apr 23 2016 Ben Boeckel - 0.13.9-1 +- update to 0.13.9 +- sync with cabal-rpm-0.9.10 + * Thu Mar 03 2016 Adam Williamson - 0.13.8-1 - new release 0.13.8 (latest pandoc needs at least 0.13.7) diff --git a/sources b/sources index 1da1258..12f86f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4abe8dfb1ab6e8144e779b276bb0ca5f tagsoup-0.13.8.tar.gz +9eccd6492f9a5575c50620bbc1f36e9d tagsoup-0.13.9.tar.gz