diff --git a/.gitignore b/.gitignore index 9548787..25b0a9f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/cabal-rpm.spec b/cabal-rpm.spec index 44058ae..be38fb8 100644 --- a/cabal-rpm.spec +++ b/cabal-rpm.spec @@ -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 - 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 - 0.9.2-2 - remove the old cblrpm-diff script diff --git a/sources b/sources index 0011d08..0c5f714 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9170bc831c98c8be8441165fa580bddf cabal-rpm-0.9.2.tar.gz +91facf28a3203b615893d079cf4876ff cabal-rpm-0.9.3.tar.gz