v8.2.2RC1
This commit is contained in:
parent
a4ba436f97
commit
af9f86ceb5
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.1RC1.tar.xz.asc
|
||||
/php-8.2.1.tar.xz
|
||||
/php-8.2.1.tar.xz.asc
|
||||
/php-8.2.2RC1.tar.xz
|
||||
/php-8.2.2RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.1
|
||||
#global rcver RC1
|
||||
%global upver 8.2.2
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1543,6 +1543,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 18 2023 Remi Collet <remi@remirepo.net> - 8.2.2~RC1-1
|
||||
- update to 8.2.2RC1
|
||||
|
||||
* Wed Jan 4 2023 Remi Collet <remi@remirepo.net> - 8.2.1-1
|
||||
- Update to 8.2.1 - http://www.php.net/releases/8_2_1.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.1.tar.xz) = 9927ccb9e5581c24d0ef3e408a7a1b32bc99f43ce88e83e4430dbd4faa3a2498b299ad6b3a70696facded139100c85bb7ae66223a72b2c043ccab0d80a2c2826
|
||||
SHA512 (php-8.2.1.tar.xz.asc) = 543e11be8fc51746fe526165aa3584d76a8b5caf61ceda85935e5e4c4c58fc4a44589b94c06260ce7ad24d9ba266e52f3075fca7706b7896d7dcf0014cf172cb
|
||||
SHA512 (php-8.2.2RC1.tar.xz) = 2a2fa0d4de94c25badfd1c8207dd69b3716ba6a03df8b153d17f1da1bf4c010d219a85c1e8f5b96f3a41c8989377ea5103997f3c0ccde8238ba4b0fc7497347c
|
||||
SHA512 (php-8.2.2RC1.tar.xz.asc) = 12fcd8a5ee545f9de90546682449ec2f965f4f7a52826c4ad81ee0e8e60018d3d55577776ad02063061151d06fdf6aa4fc12c710f782f22f9ee8d475ad7f06c6
|
||||
|
Loading…
Reference in New Issue
Block a user