diff --git a/.gitignore b/.gitignore index 656393f..125a9e1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,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.12RC1.tar.xz diff --git a/php.spec b/php.spec index 93fd445..e127d3f 100644 --- a/php.spec +++ b/php.spec @@ -58,12 +58,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 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 +* Wed Sep 28 2016 Remi Collet 7.0.12-0.1.RC1 +- Update to 7.0.12RC1 + * 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..093d1b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a6013a5e9f258bbfb62ae5ac66b72da php-7.0.11.tar.xz +6c4470fa3f6364b586ea87f5ef7856a1 php-7.0.12RC1.tar.xz