Update to 8.0.7 - http://www.php.net/releases/8_0_7.php
This commit is contained in:
parent
8769ef89d8
commit
74f1892f62
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ php-7.*.xz.asc
|
||||
/php-8.0.6.tar.xz.asc
|
||||
/php-8.0.7RC1.tar.xz
|
||||
/php-8.0.7RC1.tar.xz.asc
|
||||
/php-8.0.7.tar.xz
|
||||
/php-8.0.7.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -57,12 +57,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.7
|
||||
%global rcver RC1
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: %{upver}%{?rcver:~%{rcver}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -1523,6 +1523,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 2 2021 Remi Collet <remi@remirepo.net> - 8.0.7-1
|
||||
- Update to 8.0.7 - http://www.php.net/releases/8_0_7.php
|
||||
|
||||
* Thu May 27 2021 Remi Collet <remi@remirepo.net> - 8.0.7~RC1-2
|
||||
- fix snmp extension for net-snmp without DES
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.7RC1.tar.xz) = 1493315a24b99e8da0522177b45bb3fa1d4da0cd739038d76663e8b33803221238edba675ed02f3a09cba84fc55eaaa5caa288b76617a474b978071dc9cf5857
|
||||
SHA512 (php-8.0.7RC1.tar.xz.asc) = 8264f20c220a84b69f9a564d4a132e4f80310ba3198fd9775e33e1d064fb349a6de1e732a163b7f51d21e9c855ce7016ca1dc708e17efa92c62c3eebcd5ea4b5
|
||||
SHA512 (php-8.0.7.tar.xz) = 54d0355977a69c3c466054e9e277147874eaab192bc384a199eb98582f9fcccebc685b370dabeb65d2de3bad4d2e4b2490c0164d2ce406af76b0e972ea67bbd0
|
||||
SHA512 (php-8.0.7.tar.xz.asc) = 22b664e51524031f1356053c3b7566cce3d3f2a6dca28bd529193fc6f8a637d06fca8ddfbee86baff430283ad5382157d85c013d7a36dc3e211146f12827ffb3
|
||||
|
Loading…
Reference in New Issue
Block a user