[perl] Enable GDBM support again to build against new gdbm 1.9.1

Petr Pisar ppisar at fedoraproject.org
Mon Oct 3 09:09:04 UTC 2011


commit 4e3960a32acfdfcb90b1aee87f7a0fb4c4d4695e
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 3 11:08:18 2011 +0200

    Enable GDBM support again to build against new gdbm 1.9.1

 perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 20a21f0..95e0c0d 100644
--- a/perl.spec
+++ b/perl.spec
@@ -15,14 +15,14 @@
 %global perl5_testdir   %{_libexecdir}/perl5-tests
 
 # We can bootstrap without gdbm
-%bcond_with gdbm
+%bcond_without 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:        191%{?dist}
+Release:        192%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -2208,6 +2208,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Oct 03 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.1-192
+- Enable GDBM support again to build against new gdbm 1.9.1
+
 * Fri Sep 30 2011 Petr Pisar <ppisar at redhat.com> - 4:5.14.1-191
 - Disable NDBM support temporarily too as it's provided by gdbm package
 


More information about the scm-commits mailing list