5.003 bump (rhbz#2252375)
This commit is contained in:
parent
ba9e0dd65c
commit
f39d45748d
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-4.050.tar.gz
|
||||
/DBD-mysql-5.001.tar.gz
|
||||
/DBD-mysql-5.002.tar.gz
|
||||
/DBD-mysql-5.003.tar.gz
|
||||
|
||||
@ -1,39 +0,0 @@
|
||||
From 18626cfefdc4568ed0de7129a1bfb5916c21f5e6 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= <git@myname.nl>
|
||||
Date: Thu, 5 Oct 2023 09:45:44 +0200
|
||||
Subject: [PATCH] Update version test for v5.x
|
||||
|
||||
---
|
||||
t/10connect.t | 2 +-
|
||||
t/version.t | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/t/10connect.t b/t/10connect.t
|
||||
index 6f36c4d..bfca344 100644
|
||||
--- a/t/10connect.t
|
||||
+++ b/t/10connect.t
|
||||
@@ -45,7 +45,7 @@ like(
|
||||
'get_info SQL_DRIVER_VER like dd.dd.dddd'
|
||||
);
|
||||
|
||||
-like($driver_ver, qr/^04\./, 'SQL_DRIVER_VER starts with "04." (update for 5.x)');
|
||||
+like($driver_ver, qr/^05\./, 'SQL_DRIVER_VER starts with "05." (update for 6.x)');
|
||||
|
||||
# storage engine function is @@storage_engine in up to 5.5.03
|
||||
# at that version, @@default_storage_engine is introduced
|
||||
diff --git a/t/version.t b/t/version.t
|
||||
index 47d1778..87b0db0 100644
|
||||
--- a/t/version.t
|
||||
+++ b/t/version.t
|
||||
@@ -6,7 +6,7 @@ use Bundle::DBD::mysql;
|
||||
use Test::More;
|
||||
|
||||
like($DBD::mysql::VERSION, qr/^\d\.\d{2,3}(|_\d\d)$/, 'version format');
|
||||
-like($DBD::mysql::VERSION, qr/^4\./, 'version starts with "4." (update for 5.x)');
|
||||
+like($DBD::mysql::VERSION, qr/^5\./, 'version starts with "5." (update for 6.x)');
|
||||
is(
|
||||
$DBD::mysql::VERSION,
|
||||
$Bundle::DBD::mysql::VERSION,
|
||||
--
|
||||
2.41.0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 5.002
|
||||
Version: 5.003
|
||||
Release: 1%{?dist}
|
||||
Summary: A MySQL interface for Perl
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -195,6 +195,9 @@ make test %{?with_perl_DBD_MySQL_enables_leak_test:EXTENDED_TESTING=1}
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.003-1
|
||||
- 5.003 bump (rhbz#2252375)
|
||||
|
||||
* Tue Oct 24 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.002-1
|
||||
- 5.002 bump (rhbz#2245834)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBD-mysql-5.002.tar.gz) = 862656f639bd68ecebebe48f677e63d5d15164d5c21350302bb7d3148f01823747e5448781e442c6504947d4f2a74c99eb9eee417d6e8468b36de6adb835f609
|
||||
SHA512 (DBD-mysql-5.003.tar.gz) = d457e5d83b03963cd383dabfa89e72be24dc563a27239dbff39dcc8e54f5d4a4c6df7c3d3a95e3aa319c9036a3768f16163481b933f3d5fe1790e2465da23095
|
||||
|
||||
Loading…
Reference in New Issue
Block a user