Remove bundled Pod-Parser

This commit is contained in:
Petr Písař 2013-01-16 14:13:09 +01:00
parent add42744d7
commit 0494b1c582
1 changed files with 8 additions and 1 deletions

View File

@ -29,7 +29,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 246%{?dist} Release: 247%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -1044,6 +1044,7 @@ This module provides things that are useful in decoding Pod E<...> sequences.
Presumably, it should be used only by Pod parsers and/or formatters. Presumably, it should be used only by Pod parsers and/or formatters.
%if %{dual_life} || %{rebuild_from_scratch}
%package Pod-Parser %package Pod-Parser
Summary: Basic perl modules for handling Plain Old Documentation (POD) Summary: Basic perl modules for handling Plain Old Documentation (POD)
Group: Development/Libraries Group: Development/Libraries
@ -1059,6 +1060,7 @@ BuildArch: noarch
This software distribution contains the packages for using Perl5 POD (Plain This software distribution contains the packages for using Perl5 POD (Plain
Old Documentation). See the "perlpod" and "perlsyn" manual pages from your Old Documentation). See the "perlpod" and "perlsyn" manual pages from your
Perl5 distribution for more information about POD. Perl5 distribution for more information about POD.
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package Pod-Perldoc %package Pod-Perldoc
@ -2602,6 +2604,7 @@ sed \
%{privlib}/Pod/Escapes.pm %{privlib}/Pod/Escapes.pm
%{_mandir}/man3/Pod::Escapes.* %{_mandir}/man3/Pod::Escapes.*
%if %{dual_life} || %{rebuild_from_scratch}
%files Pod-Parser %files Pod-Parser
%{_bindir}/pod2usage %{_bindir}/pod2usage
%{_bindir}/podchecker %{_bindir}/podchecker
@ -2625,6 +2628,7 @@ sed \
%{_mandir}/man3/Pod::PlainText.* %{_mandir}/man3/Pod::PlainText.*
%{_mandir}/man3/Pod::Select.* %{_mandir}/man3/Pod::Select.*
%{_mandir}/man3/Pod::Usage.* %{_mandir}/man3/Pod::Usage.*
%endif
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files Pod-Perldoc %files Pod-Perldoc
@ -2750,6 +2754,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Wed Jan 16 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-247
- Remove bundled Pod-Parser
* Fri Jan 11 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-246 * Fri Jan 11 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-246
- Fix CVE-2012-6329 (misparsing of maketext strings) (bug #884354) - Fix CVE-2012-6329 (misparsing of maketext strings) (bug #884354)