Update to 7.2.9 - http://www.php.net/releases/7_2_9.php
This commit is contained in:
parent
4fed8a2374
commit
40f1a38c1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ php-7.1.*.xz
|
|||||||
/php-7.2.7.tar.xz
|
/php-7.2.7.tar.xz
|
||||||
/php-7.2.8RC1.tar.xz
|
/php-7.2.8RC1.tar.xz
|
||||||
/php-7.2.8.tar.xz
|
/php-7.2.8.tar.xz
|
||||||
|
/php-7.2.9.tar.xz
|
||||||
|
7
php.spec
7
php.spec
@ -58,13 +58,13 @@
|
|||||||
%global with_lmdb 0
|
%global with_lmdb 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global upver 7.2.8
|
%global upver 7.2.9
|
||||||
#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
|
||||||
@ -1556,6 +1556,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.2.9-1
|
||||||
|
- Update to 7.2.9 - http://www.php.net/releases/7_2_9.php
|
||||||
|
|
||||||
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 7.2.8-2
|
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 7.2.8-2
|
||||||
- Rebuild for new net-snmp
|
- Rebuild for new net-snmp
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (php-7.2.8.tar.xz) = 8a52f2401ce46921c5842ca98bb81da1f6287d0ba68825f53d16853f808e702967fa9b4bea81d49a3e91c95c0b9eb218169cd6f32a403f7d120348ba5e009bea
|
SHA512 (php-7.2.9.tar.xz) = b898e78fcb4aeeb441395dcabe2e7686425487e32dffbf0e99393aedb917da87a744b23f0be557c45e447433c8058df6e53c34869fc2dcf874cc1af97ff8331f
|
||||||
|
Loading…
Reference in New Issue
Block a user