diff --git a/.gitignore b/.gitignore index a34efda..2043413 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ php-5.6.*.xz /php-7.0.11.tar.xz /php-7.0.12RC1.tar.xz /php-7.1.0RC6.tar.xz +/php-7.1.0.tar.xz diff --git a/php.spec b/php.spec index 517fde8..2765013 100644 --- a/php.spec +++ b/php.spec @@ -61,8 +61,8 @@ %global db_devel libdb-devel %endif -%global rcver RC6 -%global rpmrel 3 +#global rcver RC6 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -445,8 +445,6 @@ Group: Development/Languages License: PHP # for fb_config command BuildRequires: firebird-devel -# Workaround for https://bugzilla.redhat.com/1394750 -BuildRequires: libfbclient2-devel Requires: php-pdo%{?_isa} = %{version}-%{release} Provides: php_database Provides: php-firebird, php-firebird%{?_isa} @@ -1510,7 +1508,10 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog -* Fri Nov 24 2016 Remi Collet 7.1.0-0.3.RC6 +* Thu Dec 1 2016 Remi Collet 7.1.0-1 +- Update to 7.1.0 - http://www.php.net/releases/7_1_0.php + +* Fri Nov 25 2016 Remi Collet 7.1.0-0.3.RC6 - disable pcre.jit everywhere as it raise AVC #1398474 - sync provided configuration with upstream production defaults diff --git a/sources b/sources index 75aa034..c8ba30c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26bb2d5dc690b3463a0fea3d71fcf935 php-7.1.0RC6.tar.xz +79eb44c71bd1625d3c43bdac01d9f04d php-7.1.0.tar.xz