update to 0.9.10

This commit is contained in:
Jens Petersen 2016-03-24 16:36:39 +09:00
parent 1ba35c93cf
commit b54d0af3a3
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/cabal-rpm-0.9.6.tar.gz
/cabal-rpm-0.9.7.tar.gz
/cabal-rpm-0.9.8.tar.gz
/cabal-rpm-0.9.10.tar.gz

View File

@ -1,8 +1,8 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
Name: cabal-rpm
Version: 0.9.8
Release: 2%{?dist}
Version: 0.9.10
Release: 1%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -77,6 +77,11 @@ rm %{buildroot}%{ghc_pkgdocdir}/COPYING
%changelog
* Thu Mar 24 2016 Jens Petersen <petersen@redhat.com> - 0.9.10-1
- update no longer tries to grep non-existent .git
- fix duplicate clibs
- tweaks for ghc-8.0 and suse
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
2a078a1f4e3d2b10610e9163f7dc1eec cabal-rpm-0.9.8.tar.gz
01606ce361c1b063ccbeaf05caa2125b cabal-rpm-0.9.10.tar.gz