update to 0.9.1 release with recursive missingdeps command

- some bugfixes
This commit is contained in:
Jens Petersen 2014-08-26 18:20:25 +09:00
parent b6812f051b
commit 791107ed74
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/cabal-rpm-0.8.10.tar.gz
/cabal-rpm-0.8.11.tar.gz
/cabal-rpm-0.9.tar.gz
/cabal-rpm-0.9.1.tar.gz

View File

@ -4,8 +4,8 @@
%global debug_package %{nil}
Name: cabal-rpm
Version: 0.9
Release: 2%{?dist}
Version: 0.9.1
Release: 1%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -70,6 +70,12 @@ ln -s cblrpm-diff %{buildroot}%{_bindir}/%{name}-diff
%changelog
* Tue Aug 26 2014 Jens Petersen <petersen@redhat.com> - 0.9.1-1
- missingdeps now lists missing dependencies recursively
- do not assume package order when testing if dependencies installed
- check ~/.cabal/packages/ exists before looking for tarballs
- pass actual executable names to ghc_fix_dynamic_rpath
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
08c16e69ed644f0063d947a2cb4d6b6e cabal-rpm-0.9.tar.gz
6cf85be4cf0b726edcec0b8e22959ba2 cabal-rpm-0.9.1.tar.gz