update to 0.13.9

- sync with cabal-rpm-0.9.10
This commit is contained in:
Ben Boeckel 2016-04-23 12:14:23 -04:00
parent 3b2112b8ca
commit fb483128e2
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mathstuf@gmail.com> - 0.13.9-1
- update to 0.13.9
- sync with cabal-rpm-0.9.10
* Thu Mar 03 2016 Adam Williamson <awilliam@redhat.com> - 0.13.8-1
- new release 0.13.8 (latest pandoc needs at least 0.13.7)

View File

@ -1 +1 @@
4abe8dfb1ab6e8144e779b276bb0ca5f tagsoup-0.13.8.tar.gz
9eccd6492f9a5575c50620bbc1f36e9d tagsoup-0.13.9.tar.gz