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

index ac47cdb4ce79f42d832c7e69308c9001b9deb6ed..899b5ce719d3bfedcbd206037e67d7509016398d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -128,7 +128,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 55
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -217,6 +217,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}
@@ -1952,6 +1953,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.090467 seconds and 4 git commands to generate.