[perl/rc/master] perl_bootstrap macro is distributed in perl-srpm-macros now

Petr Pisar ppisar at fedoraproject.org
Wed Jun 6 14:45:07 UTC 2012


commit 746bac5a49b40cdea3918354d9b80cbab38fdab3
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 6 16:35:04 2012 +0200

    perl_bootstrap macro is distributed in perl-srpm-macros now

 macros.perl |    9 ---------
 perl.spec   |    5 ++++-
 2 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/macros.perl b/macros.perl
index 1094f62..dc10c03 100644
--- a/macros.perl
+++ b/macros.perl
@@ -49,15 +49,6 @@ export PERL_MM_USE_DEFAULT=1
 }
 
 #############################################################################
-# Perl bootstrap
-# For rebuild of Perl and all related packages is needed switch, which enable
-# only vital build requires. This could help cyclic dependencies, for example:
-# perl-Test-Minimum-Version <-> perl-Perl-Minimum-Version
-# Defined for bootstraping, undefined otherwise. Usage:
-# %%if !%%{defined perl_bootstrap} ... %%endif
-#perl_bootstrap 1
-
-#############################################################################
 # Macros to assist with generating a "-tests" subpackage in a semi-automatic
 # manner.
 #
diff --git a/perl.spec b/perl.spec
index af72de9..135c38b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -26,7 +26,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        219%{?dist}
+Release:        220%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -2459,6 +2459,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Jun 06 2012 Petr Pisar <ppisar at redhat.com> - 4:5.16.0-220
+- perl_bootstrap macro is distributed in perl-srpm-macros now
+
 * Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 4:5.16.0-219
 - Own zipdetails and IO::Compress::FAQ by perl-IO-Compress
 


More information about the scm-commits mailing list