update to 0.9.4, support dnf and update for anongit

This commit is contained in:
Jens Petersen 2015-02-17 23:03:08 +09:00
parent b43e863247
commit abb9dfcf16
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
Name: cabal-rpm
Version: 0.9.3
Release: 2%{?dist}
Version: 0.9.4
Release: 1%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -71,8 +71,10 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
%changelog
* Mon Feb 16 2015 Jens Petersen <petersen@redhat.com>
- cblrpm update uses rpmdevtools
* Tue Feb 17 2015 Jens Petersen <petersen@fedoraproject.org> - 0.9.4-1
- use dnf if installed instead of yum for install and repoquery (#1156553)
- update now only commits changes and adds new source if git origin is ssh
- cblrpm update needs rpmdevtools
* Thu Feb 5 2015 Jens Petersen <petersen@redhat.com> - 0.9.3-2
- remove %'s from previous changelog

View File

@ -1 +1 @@
91facf28a3203b615893d079cf4876ff cabal-rpm-0.9.3.tar.gz
6aca9fa3cf3ff86da03a498300641c18 cabal-rpm-0.9.4.tar.gz