[perl] Disable GDBM support temporarily to build new GDBM

Petr Pisar ppisar at fedoraproject.org
Wed Sep 21 10:47:10 UTC 2011


commit 7776baf5cf66edaa210e89dca6a9bc258d034808
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 21 12:46:34 2011 +0200

    Disable GDBM support temporarily to build new GDBM

 perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 6f47bd3..ee8b36a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -15,14 +15,14 @@
 %global perl5_testdir   %{_libexecdir}/perl5-tests
 
 # We can bootstrap without gdbm
-%bcond_without gdbm
+%bcond_with gdbm
 # We can skip %%check phase
 %bcond_without test
 
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        189%{?dist}
+Release:        190%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -2202,6 +2202,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Sep 21 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.1-190
+- Disable GDBM support temporarily to build new GDBM
+
 * Thu Sep 15 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.1-189
 - Correct perl-CGI list of Provides
 - Make tests optional


More information about the scm-commits mailing list