diff --git a/.gitignore b/.gitignore index 656393f..8585874 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ php-5.3.*.bz2 php-5.4.*.bz2 php-5.5.*.xz php-5.6.*.xz +php-7.1.*.xz /php-7.0.8.tar.xz /php-7.0.9RC1.tar.xz /php-7.0.9.tar.xz @@ -10,3 +11,4 @@ php-5.6.*.xz /php-7.0.10.tar.xz /php-7.0.11RC1.tar.xz /php-7.0.11.tar.xz +/php-7.0.12.tar.xz diff --git a/php.spec b/php.spec index 93fd445..46d1085 100644 --- a/php.spec +++ b/php.spec @@ -63,7 +63,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.11 +Version: 7.0.12 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1490,6 +1490,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Oct 13 2016 Remi Collet 7.0.12-1 +- Update to 7.0.12 - http://www.php.net/releases/7_0_12.php + * Wed Sep 14 2016 Remi Collet 7.0.11-1 - Update to 7.0.11 - http://www.php.net/releases/7_0_11.php diff --git a/sources b/sources index 6601ae3..028e42a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a6013a5e9f258bbfb62ae5ac66b72da php-7.0.11.tar.xz +d9f2460b5272231200d9994acbfa09a4 php-7.0.12.tar.xz