update to 0.9.3

This commit is contained in:
Jens Petersen 2015-02-05 16:59:47 +01:00
parent 579c12d718
commit 501056a31d
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/cabal-rpm-0.9.tar.gz
/cabal-rpm-0.9.1.tar.gz
/cabal-rpm-0.9.2.tar.gz
/cabal-rpm-0.9.3.tar.gz

View File

@ -1,8 +1,8 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
Name: cabal-rpm
Version: 0.9.2
Release: 2%{?dist}
Version: 0.9.3
Release: 1%{?dist}
Summary: RPM packaging tool for Haskell Cabal-based packages
License: GPLv3+
@ -69,6 +69,14 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
%changelog
* Thu Feb 5 2015 Jens Petersen <petersen@redhat.com> - 0.9.3-1
- make sure tarball destdir exists before copying
- update improvements: new-sources first, continue if patch fails, git commit changes
- sort executables and use %pkg_name in %ghc_fix_dynamic_rpath
- drop the debuginfo handling for C files
- ignore emacs temp ".#pkgname.spec" files
- improve output for listing missing packages
* Tue Feb 3 2015 Jens Petersen <petersen@redhat.com> - 0.9.2-2
- remove the old cblrpm-diff script

View File

@ -1 +1 @@
9170bc831c98c8be8441165fa580bddf cabal-rpm-0.9.2.tar.gz
91facf28a3203b615893d079cf4876ff cabal-rpm-0.9.3.tar.gz