From 14cb77905172ac07315ebc1f6e5555c346d2dfaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2013 09:41:15 +0200 Subject: [PATCH] update to 5.5.0RC3 --- .gitignore | 1 + php.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d3c236..77aa7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ php-5.4.*.bz2 /php-5.5.0beta4.tar.xz /php-5.5.0RC1.tar.xz /php-5.5.0RC2.tar.xz +/php-5.5.0RC3.tar.xz diff --git a/php.spec b/php.spec index 709169b..e403023 100644 --- a/php.spec +++ b/php.spec @@ -64,12 +64,12 @@ %global db_devel libdb-devel %endif -%global rcver RC2 +%global rcver RC3 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.0 -Release: 0.7.%{rcver}%{?dist} +Release: 0.8.%{rcver}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1584,6 +1584,9 @@ fi %changelog +* Thu Jun 6 2013 Remi Collet 5.5.0-0.8.RC3 +- update to 5.5.0RC3 + * Thu May 23 2013 Remi Collet 5.5.0-0.7.RC2 - update to 5.5.0RC2 - add missing options in php-fpm.conf diff --git a/sources b/sources index e863a47..46d0d14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -767599568ea94f16b9da7e05214d53c7 php-5.5.0RC2.tar.xz +1221aff0c050611d5ec04d73349f9db6 php-5.5.0RC3.tar.xz