diff --git a/.gitignore b/.gitignore index 42e081e..8f3c4f1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /cabal-rpm-0.9.7.tar.gz /cabal-rpm-0.9.8.tar.gz /cabal-rpm-0.9.10.tar.gz +/cabal-rpm-0.9.11.tar.gz diff --git a/cabal-rpm.spec b/cabal-rpm.spec index ec6192c..0f97c12 100644 --- a/cabal-rpm.spec +++ b/cabal-rpm.spec @@ -1,7 +1,7 @@ # https://fedoraproject.org/wiki/Packaging:Haskell Name: cabal-rpm -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?dist} Summary: RPM packaging tool for Haskell Cabal-based packages @@ -77,6 +77,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/COPYING %changelog +* Fri May 6 2016 Jens Petersen - 0.9.11-1 +- update to 0.9.11 + * Thu Mar 24 2016 Jens Petersen - 0.9.10-1 - update no longer tries to grep non-existent .git - fix duplicate clibs diff --git a/sources b/sources index 9de482c..e05a678 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01606ce361c1b063ccbeaf05caa2125b cabal-rpm-0.9.10.tar.gz +d3183e12703dfa12a3065e7179ac0c0b cabal-rpm-0.9.11.tar.gz