bump release
This commit is contained in:
parent
94fb8307a9
commit
579c12d718
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user