[packages/php] avoid pointless mysql 5.6 library upgrade warnings

glen glen at pld-linux.org
Tue Nov 19 23:23:29 CET 2013


commit e74363570173ef4362a94e6566d1a64f935296e3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Nov 20 00:23:19 2013 +0200

    avoid pointless mysql 5.6 library upgrade warnings

 php.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 20553a8..88e66a2 100644
--- a/php.spec
+++ b/php.spec
@@ -119,7 +119,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 %endif
 
-%define		rel	5
+%define		rel	6
 %define		orgname	php
 %define		ver_suffix 53
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -208,6 +208,7 @@ Patch64:	%{orgname}-m4.patch
 Patch65:	system-libzip.patch
 Patch66:	%{orgname}-db.patch
 Patch67:	php-litespeed.patch
+Patch68:	mysql-lib-ver-mismatch.patch
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -1969,6 +1970,7 @@ cp -p php.ini-production php.ini
 %{__rm} -r sapi/litespeed
 gzip -dc %{SOURCE15} | tar xf - -C sapi/
 %patch67 -p1
+%patch68 -p1
 
 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/e74363570173ef4362a94e6566d1a64f935296e3



More information about the pld-cvs-commit mailing list