diff --git a/.gitignore b/.gitignore index eac16c8..43a9393 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ php-5.3*.bz2 /php-5.4.11RC1.tar.bz2 /php-5.4.11.tar.bz2 /php-5.4.12RC1.tar.bz2 +/php-5.4.12RC2.tar.bz2 diff --git a/php.spec b/php.spec index 98018b9..e0fb74a 100644 --- a/php.spec +++ b/php.spec @@ -53,12 +53,12 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +%global rcver RC2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.12 -Release: 0.4.RC1%{?dist} +Release: 0.5.RC2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1412,6 +1412,9 @@ fi %changelog +* Wed Feb 13 2013 Remi Collet 5.4.12-0.5.RC2 +- update to 5.4.12RC2 + * Mon Feb 11 2013 Remi Collet 5.4.12-0.4.RC1 - upstream patch (5.4.13) to fix dval to lval conversion https://bugs.php.net/64142 diff --git a/sources b/sources index 9bf78a1..2ff7cae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2b071166062f6008c34d76718773f0a php-5.4.12RC1.tar.bz2 +3514ae4a9459bc435987c0c29c660aca php-5.4.12RC2.tar.bz2