summaryrefslogtreecommitdiff
path: root/Build-tools/Do-rpm
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2001-01-21 16:38:36 +0100
committerunknown <monty@work.mysql.com>2001-01-21 16:38:36 +0100
commitf24513ea4d981259838f027b6b2770897fa55b41 (patch)
tree12f8ecb1403f79c5369fbea64725bf0e750008b9 /Build-tools/Do-rpm
parentab9646ca6c4fcfdbe902fe93d2959f2461ee7405 (diff)
downloadmariadb-git-f24513ea4d981259838f027b6b2770897fa55b41.tar.gz
Updates from 3.23.30
Build-tools/Do-compile: Added binary suffix Stage are now names, not numbers Build-tools/Do-patch-file: Changed to use unified diff Build-tools/Do-rpm: Updated to new DBI/DBD versions BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools/Do-rpm')
-rwxr-xr-xBuild-tools/Do-rpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-rpm b/Build-tools/Do-rpm
index accf330df1c..edb594f186e 100755
--- a/Build-tools/Do-rpm
+++ b/Build-tools/Do-rpm
@@ -13,9 +13,9 @@ rpmdir="/usr/src/redhat"
# Perl version numbers. Should be autodetected from the files in the
# Perl-mysql-modules/ directory.
-DBI_VERSION="1.11"
+DBI_VERSION="1.14"
DATA_SHOWTABLE_VERSION="3.3"
-DBD_MYSQL_VERSION="1.2209"
+DBD_MYSQL_VERSION="1.2215"
MAKERPM="$rpmdir/SOURCES/makerpm.pl"
#######################