[perl] Conflict perl-autodie with older perl

Petr Pisar ppisar at fedoraproject.org
Fri Mar 22 15:14:36 UTC 2013


commit f4d737c40d89957c2f79b66ab1cdc90f0cc73847
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Mar 22 09:55:14 2013 +0100

    Conflict perl-autodie with older perl

 perl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index b7db292..861824b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        264%{?dist}
+Release:        265%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -311,6 +311,7 @@ Requires:       perl(B)
 Requires:       perl(Fcntl)
 Requires:       perl(overload)
 Requires:       perl(POSIX)
+Conflicts:      perl < 4:5.16.2-259
 
 %description autodie
 The "autodie" and "Fatal" pragma provides a convenient way to replace
@@ -3227,6 +3228,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Mar 22 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-265
+- Conflict perl-autodie with older perl (bug #911226)
+
 * Thu Mar 21 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-264
 - Sub-package constant (bug #924169)
 - Sub-package DB_File (bug #924351)


More information about the scm-commits mailing list