update to 0.13.3

This commit is contained in:
Jens Petersen 2015-01-22 22:18:59 +09:00
parent 20b8ad319b
commit a112040720
3 changed files with 14 additions and 10 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/tagsoup-0.12.6.tar.gz /tagsoup-0.12.6.tar.gz
/tagsoup-0.12.8.tar.gz /tagsoup-0.12.8.tar.gz
/tagsoup-0.13.1.tar.gz /tagsoup-0.13.1.tar.gz
/tagsoup-0.13.3.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name tagsoup %global pkg_name tagsoup
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.13.1 Version: 0.13.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Parsing and extracting from HTML/XML documents Summary: Parsing and extracting from HTML/XML documents
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -20,11 +20,10 @@ BuildRequires: ghc-text-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
TagSoup is a library for parsing HTML/XML. TagSoup is a library for parsing HTML/XML. It supports the HTML 5
It supports the HTML 5 specification, and can be used to parse specification, and can be used to parse either well-formed XML, or unstructured
either well-formed XML, or unstructured and malformed HTML from the web. and malformed HTML from the web. The library also provides useful functions to
The library also provides useful functions to extract information from extract information from an HTML document, making it ideal for screen-scraping.
an HTML document, making it ideal for screen-scraping.
Users should start from the "Text.HTML.TagSoup" module. 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 %files devel -f %{name}-devel.files
%doc README.md
%doc tagsoup.htm %doc tagsoup.htm
%changelog %changelog
* Thu Jan 22 2015 Jens Petersen <petersen@redhat.com> - 0.13.3-1
- update to 0.13.3
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-3 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
50374ef9f3bbb50d503a1981e94315f1 tagsoup-0.13.1.tar.gz 54fcc3e07995a419a4d2261aa96a47d0 tagsoup-0.13.3.tar.gz