From 19e1a4bd99b9447a395a9b0c91d4f49798a3c064 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Feb 2015 17:45:15 +0100 Subject: [PATCH] remove %'s from previous changelog --- cabal-rpm.spec | 7 +++++-- 1 file 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 - 0.9.3-2 +- remove %'s from previous 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 +- 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