Update to 7.1.10 - http://www.php.net/releases/7_1_10.php
This commit is contained in:
parent
ea27b22f59
commit
812fe826e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ php-7.0.*.xz
|
|||||||
/php-7.1.9RC1.tar.xz
|
/php-7.1.9RC1.tar.xz
|
||||||
/php-7.1.9.tar.xz
|
/php-7.1.9.tar.xz
|
||||||
/php-7.1.10RC1.tar.xz
|
/php-7.1.10RC1.tar.xz
|
||||||
|
/php-7.1.10.tar.xz
|
||||||
|
7
php.spec
7
php.spec
@ -62,12 +62,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global upver 7.1.10
|
%global upver 7.1.10
|
||||||
%global rcver RC1
|
#global rcver RC1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: %{upver}%{?rcver:~%{rcver}}
|
Version: %{upver}%{?rcver:~%{rcver}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -1513,6 +1513,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10-1
|
||||||
|
- Update to 7.1.10 - http://www.php.net/releases/7_1_10.php
|
||||||
|
|
||||||
* Mon Sep 25 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10~RC1-2
|
* Mon Sep 25 2017 Remi Collet <remi@fedoraproject.org> - 7.1.10~RC1-2
|
||||||
- php now requires php-fpm and start it with httpd / nginx
|
- php now requires php-fpm and start it with httpd / nginx
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (php-7.1.10RC1.tar.xz) = 554ccb21c2f59f945fe9eee9ab3ebab35d00114a38c54c164a6aa315bc9be19a96566fbe5fedf6527d5d076736bf44065c825c4eccefd0b6639bca7bab288380
|
SHA512 (php-7.0.24.tar.xz) = 7ae7795ff89924adc5f989bcf438a372684c7fc041ec10db96369f12faaeb90a23e7a7b5253f2a1022059f7464e6c11ee46a164a7f873b0b44a5317c3a3a49e7
|
||||||
|
SHA512 (php-7.1.10.tar.xz) = 64f03d7a8928283e2f4f0958168610780553765ac20cf558cd6452ba4474461e74366c41b9bfdaf08b25195ca9c0059a94b77f06d8de3512d251cb2a84113d30
|
||||||
|
Loading…
Reference in New Issue
Block a user