diff --git a/.gitignore b/.gitignore index 9a352e1..decbea9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ php-5.3*.bz2 /php-5.4.9RC1.tar.bz2 /php-5.4.9.tar.bz2 /php-5.4.10.tar.bz2 +/php-5.4.11RC1.tar.bz2 diff --git a/php.spec b/php.spec index 478f1fe..26b3030 100644 --- a/php.spec +++ b/php.spec @@ -53,12 +53,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.10 -Release: 1%{?dist} +Version: 5.4.11 +Release: 0.1.rc1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1403,6 +1403,9 @@ fi %changelog +* Thu Jan 10 2013 Remi Collet 5.4.11-0.1.RC1 +- update to 5.4.11RC1 + * Wed Dec 19 2012 Remi Collet 5.4.10-1 - update to 5.4.10 - remove patches merged upstream diff --git a/sources b/sources index fc9d191..912efdc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb716b657a30570b9b468b9e7bc551a1 php-5.4.10.tar.bz2 +1c645e16d131189a1237033681b5cb52 php-5.4.11RC1.tar.bz2