This commit is contained in:
Remi Collet 2016-12-01 06:49:32 +01:00
parent f5482baa0c
commit 127e7b83fd
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <remi@fedoraproject.org> 7.1.0-0.3.RC6
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-1
- Update to 7.1.0 - http://www.php.net/releases/7_1_0.php
* Fri Nov 25 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.3.RC6
- disable pcre.jit everywhere as it raise AVC #1398474
- sync provided configuration with upstream production defaults

View File

@ -1 +1 @@
26bb2d5dc690b3463a0fea3d71fcf935 php-7.1.0RC6.tar.xz
79eb44c71bd1625d3c43bdac01d9f04d php-7.1.0.tar.xz