packages: perl-DBD-mysql/headers.patch, perl-DBD-mysql/perl-DBD-mysql.spec ...
lisu
lisu at pld-linux.org
Fri Oct 7 15:39:05 CEST 2011
Author: lisu Date: Fri Oct 7 13:39:05 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- 4.020
---- Files affected:
packages/perl-DBD-mysql:
headers.patch (1.1 -> 1.2) , perl-DBD-mysql.spec (1.79 -> 1.80)
---- Diffs:
================================================================
Index: packages/perl-DBD-mysql/headers.patch
diff -u packages/perl-DBD-mysql/headers.patch:1.1 packages/perl-DBD-mysql/headers.patch:1.2
--- packages/perl-DBD-mysql/headers.patch:1.1 Mon Apr 4 13:26:32 2011
+++ packages/perl-DBD-mysql/headers.patch Fri Oct 7 15:38:59 2011
@@ -1,14 +1,5 @@
---- DBD-mysql-4.018/dbdimp.h~ 2010-07-10 17:53:52.000000000 +0300
-+++ DBD-mysql-4.018/dbdimp.h 2011-04-04 14:18:05.002129843 +0300
-@@ -333,3 +333,6 @@
-
- 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
---- DBD-mysql-4.018/dbdimp.h~ 2011-04-04 14:19:08.000000000 +0300
-+++ DBD-mysql-4.018/dbdimp.h 2011-04-04 14:20:32.302207311 +0300
+--- DBD-mysql-4.020/dbdimp.h~ 2011-08-20 20:35:59.000000000 +0200
++++ DBD-mysql-4.020/dbdimp.h 2011-10-07 15:37:51.615157851 +0200
@@ -23,6 +23,8 @@
#include <mysqld_error.h> /* Comes MySQL */
@@ -16,5 +7,15 @@
+#define is_prefix mysql_is_prefix /* namespace sanity */
+extern int is_prefix(const char *, const char *);
- /*
- * This is the version of MySQL wherer
+ /* For now, we hardcode this, but in the future,
+ * we can detect capabilities of the MySQL libraries
+@@ -353,6 +355,9 @@
+
+ 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
+ #if MYSQL_ASYNC
+ int mysql_db_async_result(SV* h, MYSQL_RES** resp);
+ int mysql_db_async_ready(SV* h);
================================================================
Index: packages/perl-DBD-mysql/perl-DBD-mysql.spec
diff -u packages/perl-DBD-mysql/perl-DBD-mysql.spec:1.79 packages/perl-DBD-mysql/perl-DBD-mysql.spec:1.80
--- packages/perl-DBD-mysql/perl-DBD-mysql.spec:1.79 Mon Apr 4 13:26:32 2011
+++ packages/perl-DBD-mysql/perl-DBD-mysql.spec Fri Oct 7 15:38:59 2011
@@ -25,13 +25,13 @@
Summary(uk.UTF-8): Perl-інтерфейс до MySQL
Summary(zh_CN.UTF-8): Perl 的 MySQL 界面。
Name: perl-DBD-mysql
-Version: 4.018
-Release: 5
+Version: 4.020
+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/CAPTTOFU/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d1d4ee2f20910d6491d1b6216471b2f1
+# Source0-md5: a2bf8808bbd45298e84dde06afbd58e9
Patch0: headers.patch
URL: http://search.cpan.org/dist/DBD-mysql/
BuildRequires: mysql-devel >= 5.0.27
@@ -166,6 +166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.80 2011/10/07 13:38:59 lisu
+- 4.020
+
Revision 1.79 2011/04/04 11:26:32 glen
- fix is_prefix symbol resolving
- ensure no missing symbols (-Werror=implicit-function-declaration)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-DBD-mysql/headers.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-DBD-mysql/perl-DBD-mysql.spec?r1=1.79&r2=1.80&f=u
More information about the pld-cvs-commit
mailing list