Conflict perl-podlators with perl before sub-packaging

This commit is contained in:
Petr Písař 2012-09-24 15:54:05 +00:00
parent c76ec85596
commit b665a2c042

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: 238%{?dist} Release: 239%{?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
@ -1097,6 +1097,7 @@ Requires: perl(Pod::Simple) >= 3.06
Requires: perl(Pod::Text::Color) Requires: perl(Pod::Text::Color)
Requires: perl(Pod::Text::Overstrike) Requires: perl(Pod::Text::Overstrike)
Requires: perl(Pod::Text::Termcap) Requires: perl(Pod::Text::Termcap)
Conflicts: perl < 4:5.16.1-234
%description podlators %description podlators
This package contains Pod::Man and Pod::Text modules which convert POD input This package contains Pod::Man and Pod::Text modules which convert POD input
@ -2726,6 +2727,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Mon Sep 24 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-239
- Conflict perl-podlators with perl before sub-packaging (bug #856516)
* Fri Sep 21 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-238 * Fri Sep 21 2012 Petr Pisar <ppisar@redhat.com> - 4:5.16.1-238
- Do not leak with attribute on my variable (bug #858966) - Do not leak with attribute on my variable (bug #858966)
- Allow operator after numeric keyword argument (bug #859328) - Allow operator after numeric keyword argument (bug #859328)