[packages/perl-DBD-mysql] up to 5.012

atler atler at pld-linux.org
Sun Jul 27 21:56:00 CEST 2025


commit 4584001df703241f9ac2dab93c1aee1a931d7e66
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 27 21:55:31 2025 +0200

    up to 5.012

 headers.patch       | 12 ------------
 perl-DBD-mysql.spec | 12 ++++--------
 2 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec
index b68d010..2bc5d80 100644
--- a/perl-DBD-mysql.spec
+++ b/perl-DBD-mysql.spec
@@ -23,16 +23,15 @@ Summary(sv.UTF-8):	Ett gränssnitt till MySQL för Perl
 Summary(uk.UTF-8):	Perl-інтерфейс до MySQL
 Summary(zh_CN.UTF-8):	Perl 的 MySQL 界面。
 Name:		perl-DBD-mysql
-Version:	4.050
-Release:	8
+Version:	5.012
+Release:	1
 # NOTE: libmysqlclient infects everything that links against it with GPL
 License:	GPL (Perl code also Artistic)
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	29b1f61321d0892885ccfd0e7bc07f7f
-Patch0:		headers.patch
+# Source0-md5:	c8a0d4044e76ea8878cd6e9251bd3cac
 URL:		http://search.cpan.org/dist/DBD-mysql/
-BuildRequires:	mysql-devel >= 5.0.27
+BuildRequires:	mysql-devel >= 8
 BuildRequires:	perl-DBI >= 1.13
 BuildRequires:	perl-Devel-CheckLib
 %if %{with tests}
@@ -127,9 +126,6 @@ M(y)sql.pm та DBD::mSQL(mysql) реалізують два різних під
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch -P0 -p1
-# we don't need no bundles
-%{__rm} -r lib/Bundle
 
 %build
 %{__perl} Makefile.PL \
diff --git a/headers.patch b/headers.patch
deleted file mode 100644
index c680559..0000000
--- a/headers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- DBD-mysql-4.050/dbdimp.h~	2019-01-08 20:26:37.000000000 +0100
-+++ DBD-mysql-4.050/dbdimp.h	2019-02-21 09:06:19.065840598 +0100
-@@ -413,6 +413,9 @@ extern MYSQL* mysql_dr_connect(SV*, MYSQ
- 
- extern int mysql_db_reconnect(SV*);
- int mysql_st_free_result_sets (SV * sth, imp_sth_t * imp_sth);
-+#if MYSQL_VERSION_ID >= MULTIPLE_RESULT_SET_VERSION
-+int dbd_st_more_results(SV* sth, imp_sth_t* imp_sth);
-+#endif
- int mysql_db_async_result(SV* h, MYSQL_RES** resp);
- int mysql_db_async_ready(SV* h);
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-DBD-mysql.git/commitdiff/4584001df703241f9ac2dab93c1aee1a931d7e66



More information about the pld-cvs-commit mailing list