update to 8.0.11RC1
This commit is contained in:
parent
75a15e8c58
commit
1deadff17e
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ php-7.*.xz.asc
|
|||||||
/php-8.0.10RC1.tar.xz.asc
|
/php-8.0.10RC1.tar.xz.asc
|
||||||
/php-8.0.10.tar.xz
|
/php-8.0.10.tar.xz
|
||||||
/php-8.0.10.tar.xz.asc
|
/php-8.0.10.tar.xz.asc
|
||||||
|
/php-8.0.11RC1.tar.xz
|
||||||
|
/php-8.0.11RC1.tar.xz.asc
|
||||||
|
7
php.spec
7
php.spec
@ -62,8 +62,8 @@
|
|||||||
%bcond_with imap
|
%bcond_with imap
|
||||||
%bcond_without lmdb
|
%bcond_without lmdb
|
||||||
|
|
||||||
%global upver 8.0.10
|
%global upver 8.0.11
|
||||||
#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
|
||||||
@ -1534,6 +1534,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 8.0.11~RC1-1
|
||||||
|
- update to 8.0.11RC1
|
||||||
|
|
||||||
* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1
|
* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1
|
||||||
- Update to 8.0.10 - http://www.php.net/releases/8_0_10.php
|
- Update to 8.0.10 - http://www.php.net/releases/8_0_10.php
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (php-8.0.10.tar.xz) = 25f23822a45eab837645a0259c7dbb999766506de35c1bba53e928e2b5935ba70278b931d5085966178e08013ec69407fc68eb041b3ae2e619b81f20ec8ce736
|
SHA512 (php-8.0.11RC1.tar.xz) = eff2e57918324afbd2678f0d3c2e048ad8b84c4453774a164a1bb41af5c959f0c56b317195268c60fe6c725c674f4019b549e84edcfcac2484bf0c3035db3eb7
|
||||||
SHA512 (php-8.0.10.tar.xz.asc) = 99254f2183d520ac8522034b5c47519b3193f5f3cac4d3ebd2ba14fed4e6f5b9f247bcf5e28e36a43287e86bc7815eb0a0886d398fa9cfba9596f43d8453ede2
|
SHA512 (php-8.0.11RC1.tar.xz.asc) = fb4279450ea098938a0efd2f2785e1685bec44212761a91d45a6917499e8f9f2d14e6244f941f6d1e633738727b5cdfcca64b0314c0d46e48690fee5eb61e8db
|
||||||
|
Loading…
Reference in New Issue
Block a user