From ab16a294c1c00ba5fc38aa7ddce38db52d241f0b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:28 +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-namespace-clean.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index b717719..ec1a207 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -4,7 +4,7 @@ Name: perl-namespace-clean Summary: Keep your namespace tidy Version: 0.27 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/namespace-clean/ Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-%{version}.tar.gz @@ -85,6 +85,9 @@ make test %{_mandir}/man3/namespace::clean.3* %changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.27-6 +- Escape macros in %%changelog + * Fri Feb 09 2018 Fedora Release Engineering - 0.27-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -176,7 +179,7 @@ make test - Update to 0.23 - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with new Module::Runtime versions (≥ 0.012) on perl 5.10 due to incorrect hook - firing due to %^H localisation + firing due to %%^H localisation - Fix failures on 5.13.6 due to incorrect version number threshold (CPAN RT#74683) - Don't need to remove empty directories from buildroot @@ -192,7 +195,7 @@ make test - Simplify the ≥ 5.10 PP variant even more - move the hook from DESTROY into DELETE - Force explicit callback invocation order on 5.8 PP - - Replace the %^H tie approach with fieldhashes, which fixes all known + - Replace the %%^H tie approach with fieldhashes, which fixes all known corner cases and caveats on supported perls ≥ 5.8.1 (CPAN RT#73402) - Compile away the debugger fixup on perls ≥ 5.15.5 - Only BR:/R: Sub::Identify and Sub::Name for perl versions where they're