[cabal-rpm] remove %'s from previous changelog

Jens Petersen petersen at fedoraproject.org
Thu Feb 5 16:45:46 UTC 2015


commit 19e1a4bd99b9447a395a9b0c91d4f49798a3c064
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Feb 5 17:45:15 2015 +0100

    remove %'s from previous changelog

 cabal-rpm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cabal-rpm.spec b/cabal-rpm.spec
index be38fb8..6d03097 100644
--- a/cabal-rpm.spec
+++ b/cabal-rpm.spec
@@ -2,7 +2,7 @@
 
 Name:           cabal-rpm
 Version:        0.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM packaging tool for Haskell Cabal-based packages
 
 License:        GPLv3+
@@ -69,10 +69,13 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
 
 
 %changelog
+* Thu Feb  5 2015 Jens Petersen <petersen at redhat.com> - 0.9.3-2
+- remove %'s from previous changelog
+
 * Thu Feb  5 2015 Jens Petersen <petersen at 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
+- 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


More information about the scm-commits mailing list