From cc9a08444a31fd508abba5a311d9109b22997c9a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Sep 2014 13:55:14 +0200 Subject: pĥp54-php: test build of 5.4.33RC1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php-5.2.0-includedir.patch | 2 +- php.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/php-5.2.0-includedir.patch b/php-5.2.0-includedir.patch index a1c3afe..ac4ae4a 100644 --- a/php-5.2.0-includedir.patch +++ b/php-5.2.0-includedir.patch @@ -5,7 +5,7 @@ EXPANDED_PHP_CONFIG_FILE_PATH=`eval echo "$PHP_CONFIG_FILE_PATH"` EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=`eval echo "$PHP_CONFIG_FILE_SCAN_DIR"` -INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR -+INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php ++INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php exec_prefix=$old_exec_prefix libdir=$old_libdir diff --git a/php.spec b/php.spec index b4160bc..718f5d0 100644 --- a/php.spec +++ b/php.spec @@ -101,10 +101,12 @@ %global db_devel libdb-devel %endif +%global rcver RC1 + Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.4.32 -Release: 1%{?dist} +Version: 5.4.33 +Release: 0.1.RC1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1532,6 +1534,10 @@ fi %changelog +* Fri Sep 5 2014 Remi Collet - 5.4.33-0.1.RC1 +- update to 5.4.33RC1 +- add system libraries to default include_path + * Sun Aug 31 2014 Remi Collet - 5.4.32-1 - update to 5.4.32 - cleanup, merge with spec from remi repository -- cgit