From a1120407207c076836214dba1873cf545c157cb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 22 Jan 2015 22:18:59 +0900 Subject: [PATCH] update to 0.13.3 --- .gitignore | 1 + ghc-tagsoup.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 098c6ea..49ddf2c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /tagsoup-0.12.6.tar.gz /tagsoup-0.12.8.tar.gz /tagsoup-0.13.1.tar.gz +/tagsoup-0.13.3.tar.gz diff --git a/ghc-tagsoup.spec b/ghc-tagsoup.spec index 791b05e..8fd7626 100644 --- a/ghc-tagsoup.spec +++ b/ghc-tagsoup.spec @@ -3,13 +3,13 @@ %global pkg_name tagsoup Name: ghc-%{pkg_name} -Version: 0.13.1 -Release: 3%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: Parsing and extracting from HTML/XML documents License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -20,11 +20,10 @@ BuildRequires: ghc-text-devel # 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. @@ -66,10 +65,14 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%doc README.md %doc tagsoup.htm %changelog +* Thu Jan 22 2015 Jens Petersen - 0.13.3-1 +- update to 0.13.3 + * Sat Aug 16 2014 Fedora Release Engineering - 0.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 9cdae64..43dddd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50374ef9f3bbb50d503a1981e94315f1 tagsoup-0.13.1.tar.gz +54fcc3e07995a419a4d2261aa96a47d0 tagsoup-0.13.3.tar.gz