Browse Source

php5-5.6.8-1, php-ext-clearsilver-0.4-6, php-ext-memcache-3.0.8-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9516 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
4132627822

+ 4 - 1
p/php-ext-clearsilver/php-ext-clearsilver-vl.spec

@@ -2,7 +2,7 @@ Summary: ClearSilver extension for PHP
 Summary(ja): PHP用ClearSilverモジュール
 Name: php-ext-clearsilver
 Version: 0.4
-Release: 5%{_dist_release}
+Release: 6%{_dist_release}
 URL: http://www.geodata.soton.ac.uk/software/php_clearsilver/
 Source: php-clearsilver-%{version}.tar.gz
 Patch0: php-clearsilver-0.4-php5.5.0.patch
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Fri Apr 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-6
+- rebuilt with php5-5.6.7.
+
 * Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-5
 - rebuilt with current environment.
 

+ 4 - 1
p/php-ext-memcache/php-ext-memcache-vl.spec

@@ -2,7 +2,7 @@ Summary: memcache extension for PHP
 Summary(ja): PHP用memcache拡張
 Name: php-ext-memcache
 Version: 3.0.8
-Release: 2%{_dist_release}
+Release: 3%{_dist_release}
 Source: memcache-%{version}.tgz
 ##Patch0: memcache-2.2.6-session_strict.patch
 License: The PHP License
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/php5/php.d/*
 
 %changelog
+* Fri Apr 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.8-3
+- rebuilt with php5-5.6.7.
+
 * Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.8-2
 - rebuilt with current environment.
 

+ 13 - 7
p/php5/php5-vl.spec

@@ -51,7 +51,7 @@
 Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.5.23
+Version: 5.6.8
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -68,12 +68,12 @@ Source0: http://www.php.net/distributions/%{srcname}.tar.xz
 Source13: macros.pear
 
 Source20: README.vine
-Source21: php.ini-vine
+Source21: php.ini-vine.56
 Source23: php5.conf-apache1
 Source24: php5.conf-apache2
 Source25: php-fpm.init
-Source26: php-fpm.conf
-Source27: default-pool.conf.in
+Source26: php-fpm.conf.56
+Source27: default-pool.conf.in.56
 Source28: php-fpm.logrotate
 Source29: php_params
 Source30: find-provides.sh.in
@@ -81,7 +81,7 @@ Source30: find-provides.sh.in
 Patch33: php-5.2.4-phpincludedir.patch
 
 # Additional feature
-Patch100: php55-htmlspecialchars-compat53.patch
+#Patch100: php55-htmlspecialchars-compat53.patch
 
 # security fix
 #Patch1000: php-5.3.7-bug55439.patch
@@ -476,7 +476,6 @@ on each request.
 %setup -q -n %{srcname}
 
 %patch33 -p1 -b .phpincludedir
-%patch100 -p1 -b .htmlspecialchars
 
 # Prevent %%doc confusion over LICENSE files
 cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -676,7 +675,7 @@ mv %{buildroot}%{_bindir}/php-cgi%{majorver} %{buildroot}%{_bindir}/%{_name}-cgi
 %{__install} -m 755 build-fpm/sapi/fpm/php-fpm %{buildroot}%{_sbindir}/%{_name}-fpm
 %{__install} -m 755 %{SOURCE25} %{buildroot}%{_initdir}/php-fpm
 %{__install} -m 644 build-fpm/sapi/fpm/php-fpm.8 %{buildroot}%{_mandir}/man8/
-%{__install} -m 644 %{SOURCE26} %{buildroot}%{php_confdir}/
+%{__install} -m 644 %{SOURCE26} %{buildroot}%{php_confdir}/php-fpm.conf
 %{__install} -m 644 default-pool.conf %{buildroot}%{php_confdir}/fpm.d/default-pool.conf
 %{__install} -m 644 %{SOURCE28} %{buildroot}%{_sysconfdir}/logrotate.d/php-fpm
 
@@ -990,6 +989,13 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Fri Apr 17 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.8-1
+- new upstream release.
+
+* Fri Apr 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.7-1
+- new upstream release.
+- removed patch100 (no longer needed).
+
 * Sun Mar 22 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net>  5.5.23-1
 - new upstream release.
 - replaced readline with libedit.