diff --git a/.gitignore b/.gitignore index 064dba7..271d884 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ clog php-5.5.*.xz -php-7.0.*.xz +php-7.*.xz /php-5.6.23-strip.tar.xz /php-5.6.24-strip.tar.xz /php-5.6.25RC1-strip.tar.xz @@ -8,3 +8,4 @@ php-7.0.*.xz /php-5.6.26-strip.tar.xz /php-5.6.27-strip.tar.xz /php-5.6.28-strip.tar.xz +/php-5.6.29-strip.tar.xz diff --git a/php.spec b/php.spec index cc56276..601dc04 100644 --- a/php.spec +++ b/php.spec @@ -69,7 +69,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.28 +Version: 5.6.29 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1485,6 +1485,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Dec 8 2016 Remi Collet 5.6.29-1 +- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php + * Wed Nov 9 2016 Remi Collet 5.6.28-1 - Update to 5.6.28 - http://www.php.net/releases/5_6_28.php diff --git a/sources b/sources index e36d5e7..6886a27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36c69111cc3794c065e700f95f59af8c php-5.6.28-strip.tar.xz +b72f9aa7c69d52f1d670705c53371c0d php-5.6.29-strip.tar.xz