bump release

This commit is contained in:
Jens Petersen 2015-02-03 07:16:17 +01:00
parent 94fb8307a9
commit 579c12d718
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,8 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: cabal-rpm
Version: 0.9.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -43,6 +40,7 @@ dependencies. The diff command compares the current spec file with a freshly
generated one and the update command updates the spec file to latest version
from Hackage.
%prep
%setup -q
@ -71,7 +69,7 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
%changelog
* Fri Jan 9 2015 Jens Petersen <petersen@redhat.com>
* Tue Feb 3 2015 Jens Petersen <petersen@redhat.com> - 0.9.2-2
- remove the old cblrpm-diff script
* Thu Dec 18 2014 Jens Petersen <petersen@redhat.com> - 0.9.2-1