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

index 3001c99f0a1c88a5f7dc57623846238084803cc4..672244fe3d78d26b9f89641ab531d137d5d01430 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -124,7 +124,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     2
+%define                rel     3
 %define                orgname php
 %define                ver_suffix 54
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -212,6 +212,7 @@ Patch63:    %{orgname}-mysql-nowarning.patch
 #Patch64:      %{orgname}-m4.patch # not needed on 5.4 branch
 Patch65:       system-libzip.patch
 Patch66:       php-db.patch
+Patch67:       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}
@@ -1929,6 +1930,7 @@ cp -p php.ini-production php.ini
 %patch63 -p1
 %{?with_system_libzip:%patch65 -p1}
 %patch66 -p1
+%patch67 -p1
 
 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
 
This page took 0.053963 seconds and 4 git commands to generate.