diff --git a/.gitignore b/.gitignore index 1d50584..2a2340b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ php-5.4.*.bz2 /php-5.5.0RC2.tar.xz /php-5.5.0RC3.tar.xz /php-5.5.0RC3-strip.tar.xz +/php-5.5.0-strip.tar.xz diff --git a/php.spec b/php.spec index 7fd8cf5..1c3c727 100644 --- a/php.spec +++ b/php.spec @@ -64,12 +64,12 @@ %global db_devel libdb-devel %endif -%global rcver RC3 +#global rcver RC3 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.0 -Release: 0.11.%{rcver}%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1525,6 +1525,9 @@ exit 0 %changelog +* Thu Jun 20 2013 Remi Collet 5.5.0-1 +- update to 5.5.0 final + * Fri Jun 14 2013 Remi Collet 5.5.0-0.11.RC3 - also drop JSON from sources - clean conditional for JSON (as removed from the sources) diff --git a/sources b/sources index 821f264..a082a98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ec3676db18aa5d34ac795e6c0e9343c php-5.5.0RC3-strip.tar.xz +17afa934e4208640562096702534d5c2 php-5.5.0-strip.tar.xz