diff --git a/.gitignore b/.gitignore index 4501ac9..d31a0a0 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ php-5.5.*.xz /php-5.6.3RC1-strip.tar.xz /php-5.6.3-strip.tar.xz /php-5.6.4RC1-strip.tar.xz +/php-5.6.4-strip.tar.xz diff --git a/php.spec b/php.spec index 07efdb7..3986071 100644 --- a/php.spec +++ b/php.spec @@ -57,12 +57,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.6.4 -Release: 0.1.RC1%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1476,6 +1476,10 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Wed Dec 10 2014 Remi Collet 5.6.4-1 +- Update to 5.6.4 + http://www.php.net/releases/5_6_4.php + * Fri Nov 28 2014 Remi Collet 5.6.4-0.1.RC1 - php 5.6.4RC1 diff --git a/sources b/sources index e28da16..a8ac88c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df8c2a93ace40eb35f10ae9fa9173109 php-5.6.4RC1-strip.tar.xz +b09ce93f89483011208a645641f957c8 php-5.6.4-strip.tar.xz