Enable GDBM support again to build against new gdbm 1.9.1

This commit is contained in:
Petr Písař 2011-10-03 11:08:18 +02:00
parent 33e133bd19
commit 4e3960a32a
1 changed files with 5 additions and 2 deletions

View File

@ -15,14 +15,14 @@
%global perl5_testdir %{_libexecdir}/perl5-tests %global perl5_testdir %{_libexecdir}/perl5-tests
# We can bootstrap without gdbm # We can bootstrap without gdbm
%bcond_with gdbm %bcond_without gdbm
# We can skip %%check phase # We can skip %%check phase
%bcond_without test %bcond_without test
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: 191%{?dist} Release: 192%{?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
@ -2208,6 +2208,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Mon Oct 03 2011 Petr Pisar <ppisar@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@redhat.com> - 4:5.14.1-191 * Fri Sep 30 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.1-191
- Disable NDBM support temporarily too as it's provided by gdbm package - Disable NDBM support temporarily too as it's provided by gdbm package