update to 1.3.5

This commit is contained in:
Jens Petersen 2016-06-26 20:20:43 +09:00
parent 48ed03c97b
commit 007c3ebec3
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/xml-conduit-1.3.1.tar.gz
/xml-conduit-1.3.2.tar.gz
/xml-conduit-1.3.5.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name xml-conduit
@ -5,8 +6,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.3.2
Release: 2%{?dist}
Version: 1.3.5
Release: 1%{?dist}
Summary: XML parsing and rendering with conduit
License: MIT
@ -71,6 +72,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%prep
%setup -q -n %{pkg_name}-%{version}
@ -109,6 +112,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.3.5-1
- update to 1.3.5
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9183c443f1d0a9693db8d72e6eef1690 xml-conduit-1.3.2.tar.gz
1d7df1a75616085cf79744faa7229916 xml-conduit-1.3.5.tar.gz