Update to 7.1.0 - http://www.php.net/releases/7_1_0.php
This commit is contained in:
parent
f5482baa0c
commit
127e7b83fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ php-5.6.*.xz
|
|||||||
/php-7.0.11.tar.xz
|
/php-7.0.11.tar.xz
|
||||||
/php-7.0.12RC1.tar.xz
|
/php-7.0.12RC1.tar.xz
|
||||||
/php-7.1.0RC6.tar.xz
|
/php-7.1.0RC6.tar.xz
|
||||||
|
/php-7.1.0.tar.xz
|
||||||
|
11
php.spec
11
php.spec
@ -61,8 +61,8 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rcver RC6
|
#global rcver RC6
|
||||||
%global rpmrel 3
|
%global rpmrel 1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
@ -445,8 +445,6 @@ Group: Development/Languages
|
|||||||
License: PHP
|
License: PHP
|
||||||
# for fb_config command
|
# for fb_config command
|
||||||
BuildRequires: firebird-devel
|
BuildRequires: firebird-devel
|
||||||
# Workaround for https://bugzilla.redhat.com/1394750
|
|
||||||
BuildRequires: libfbclient2-devel
|
|
||||||
Requires: php-pdo%{?_isa} = %{version}-%{release}
|
Requires: php-pdo%{?_isa} = %{version}-%{release}
|
||||||
Provides: php_database
|
Provides: php_database
|
||||||
Provides: php-firebird, php-firebird%{?_isa}
|
Provides: php-firebird, php-firebird%{?_isa}
|
||||||
@ -1510,7 +1508,10 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- disable pcre.jit everywhere as it raise AVC #1398474
|
||||||
- sync provided configuration with upstream production defaults
|
- sync provided configuration with upstream production defaults
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user