From 77a70b87de253b55e3f73143507c4767f4e24d2d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:26 +0100 Subject: [PATCH] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- perl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl.spec b/perl.spec index 250f73c..5d0ec76 100644 --- a/perl.spec +++ b/perl.spec @@ -79,7 +79,7 @@ License: GPL+ or Artistic Epoch: %{perl_epoch} Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 407%{?dist} +Release: 408%{?dist} Summary: Practical Extraction and Report Language Url: http://www.perl.org/ Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2 @@ -5208,6 +5208,9 @@ popd # Old changelog entries are preserved in CVS. %changelog +* Fri Feb 09 2018 Igor Gnatenko - 4:5.26.1-408 +- Escape macros in %%changelog + * Tue Feb 06 2018 Petr Pisar - 4:5.26.1-407 - Fix parsing braced subscript after parentheses (RT#8045) - Fix a heap use after free when moving a stack (RT#131954) @@ -5423,7 +5426,7 @@ popd * Wed Jun 22 2016 Petr Pisar - 4:5.24.0-368 - Do not use unitialized memory in $h{\const} warnings (RT#128189) - Fix precedence in hv_ename_delete (RT#128086) -- Do not treat %: as a stash (RT#128238) +- Do not treat %%: as a stash (RT#128238) * Mon Jun 20 2016 Petr Pisar - 4:5.24.0-367 - Fix compiling regular expressions like /\X*(?0)/ (RT#128109)