]> git.pld-linux.org Git - packages/php.git/commitdiff
avoid pointless mysql 5.6 library upgrade warnings auto/th/php-5.3.27-6
authorElan Ruusamäe <glen@delfi.ee>
Tue, 19 Nov 2013 22:23:19 +0000 (00:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 19 Nov 2013 22:23:19 +0000 (00:23 +0200)
php.spec

index 20553a845cc88dd707c7ed66cc57e02aa7efd5c8..88e66a248617f432558ec29d42b8f7450a035e63 100644 (file)
--- 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
 
This page took 0.659285 seconds and 4 git commands to generate.