Escape macros in %changelog

Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-09 09:05:28 +01:00
parent 35f6a37dab
commit ab16a294c1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.27-6
- Escape macros in %%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 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