update to 1.3.5
This commit is contained in:
parent
48ed03c97b
commit
007c3ebec3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user