update to 0.9.5

This commit is contained in:
Jens Petersen 2015-04-20 22:34:12 +09:00
parent 15705cf517
commit 92ab5e5494
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/cabal-rpm-0.9.2.tar.gz
/cabal-rpm-0.9.3.tar.gz
/cabal-rpm-0.9.4.tar.gz
/cabal-rpm-0.9.5.tar.gz

View File

@ -1,8 +1,8 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
Name: cabal-rpm
Version: 0.9.4
Release: 2%{?dist}
Version: 0.9.5
Release: 1%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -75,6 +75,13 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
%changelog
* Mon Apr 20 2015 Jens Petersen <petersen@fedoraproject.org> - 0.9.5-1
- fix for dnf repoquery
- create SOURCES/ for tarball
- fixes for Cabal-1.22
- nogpgcheck for Fedora 22+
- warn about hidden backup spec files
* Tue Feb 24 2015 Jens Petersen <petersen@redhat.com> - 0.9.4-2
- require dnf-plugins-core instead of yum-utils for F22+

View File

@ -1 +1 @@
6aca9fa3cf3ff86da03a498300641c18 cabal-rpm-0.9.4.tar.gz
e53289666483ecb12ada95fb39be60e8 cabal-rpm-0.9.5.tar.gz