update to 2.6.1.0

This commit is contained in:
Ben Boeckel 2016-04-23 14:31:36 -04:00
parent 8a941de0a0
commit 8c0085aa79
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/network-uri-2.6.0.3.tar.gz
/network-uri-2.6.1.0.tar.gz

View File

@ -5,8 +5,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.6.0.3
Release: 3%{?dist}
Version: 2.6.1.0
Release: 1%{?dist}
Summary: URI manipulation
License: BSD
@ -52,8 +52,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm -vf %{buildroot}%{_docdir}/%{name}/LICENSE
rmdir -v %{buildroot}%{_docdir}/%{name}
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
@ -78,6 +78,9 @@ rmdir -v %{buildroot}%{_docdir}/%{name}
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 2.6.1.0-1
- update to 2.6.1.0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
1370aa94bb60da253616e23c4a849277 network-uri-2.6.0.3.tar.gz
c6ed1e8314a9b1674a3d118d9019a229 network-uri-2.6.1.0.tar.gz