From 2895939643cad766d671356f3d0f5b0016656a4c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 28 Aug 2015 18:14:08 +0900 Subject: [PATCH] 0.9.7 --- .gitignore | 1 + cabal-rpm.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5f1d761..bed2078 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /cabal-rpm-0.9.4.tar.gz /cabal-rpm-0.9.5.tar.gz /cabal-rpm-0.9.6.tar.gz +/cabal-rpm-0.9.7.tar.gz diff --git a/cabal-rpm.spec b/cabal-rpm.spec index 637abe2..afe55e6 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.6 -Release: 2%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: RPM packaging tool for Haskell Cabal-based packages License: GPLv3+ @@ -65,8 +65,8 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name} %files +%license COPYING %doc ChangeLog -%doc COPYING %doc README.md %{_bindir}/%{name} %{_bindir}/cblrpm @@ -75,6 +75,12 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name} %changelog +* Fri Aug 28 2015 Jens Petersen - 0.9.7-1 +- only list buildable executables in spec file +- bring back 'build' as an alias for 'local' +- use license macro +- do not warn about missing optional system programs + * Wed Jun 17 2015 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index e316184..1c800e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69b8b37b0acb133a1200d009956d63e1 cabal-rpm-0.9.6.tar.gz +2d66d846b8fb04edc35d825d671cc9f0 cabal-rpm-0.9.7.tar.gz