From 2d08fd4038129617d63d187f720688e21c1d7062 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Oct 2012 09:07:11 +0200 Subject: PHP 5.3.18 --- php53.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php53.spec') diff --git a/php53.spec b/php53.spec index e7ddeea..374bcfe 100644 --- a/php53.spec +++ b/php53.spec @@ -45,8 +45,8 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{phpname} -Version: 5.3.17 -Release: 2%{?dist}.1 +Version: 5.3.18 +Release: 1%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ @@ -81,8 +81,6 @@ Patch9: php-5.3.9-mysqlnd.patch # Fixes for extension modules Patch20: php-4.3.11-shutdown.patch Patch21: php-5.3.3-macropen.patch -# https://bugs.php.net/bug.php?id=62886 - php-fpm startup -Patch22: php-5.3.17-fpm.patch # Functional changes Patch40: php-5.0.4-dlopen.patch @@ -699,7 +697,6 @@ echo CIBLE = %{name}-%{version}-%{release} %patch20 -p1 -b .shutdown %patch21 -p1 -b .macropen -%patch22 -p1 -b .fpmstartup %patch40 -p1 -b .dlopen %patch41 -p1 -b .easter @@ -1500,7 +1497,8 @@ fi %endif %changelog -* Fri Oct 5 2012 Remi Collet 5.3.17-2.1 +* Thu Oct 18 2012 Remi Collet 5.3.18-1 +- update to 5.3.18 - provides php-phar * Mon Oct 1 2012 Remi Collet 5.3.17-2 -- cgit