v8.2.1RC1
This commit is contained in:
parent
19b0b1668f
commit
d66fcc7daf
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.0RC7.tar.xz.asc
|
||||
/php-8.2.0.tar.xz
|
||||
/php-8.2.0.tar.xz.asc
|
||||
/php-8.2.1RC1.tar.xz
|
||||
/php-8.2.1RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.0
|
||||
#global rcver RC7
|
||||
%global upver 8.2.1
|
||||
%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 Dec 14 2022 Remi Collet <remi@remirepo.net> - 8.2.1~RC1-1
|
||||
- update to 8.2.1RC1
|
||||
|
||||
* Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 8.2.0-1
|
||||
- update to 8.2.0 GA
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.0.tar.xz) = 0b201ca1de5210c2b44a6223556720c3409e21db3d8f976894f29ad43eebb8b60334b971aa90bc115ef113e3f06624c80175d04530466b5a02743f2fcd4c9806
|
||||
SHA512 (php-8.2.0.tar.xz.asc) = f0505fd7c3df510a1a5124e17b6beed0a1fe2b962adb7d2cfd6586d22b0afb0d8463a3f0c1a03112c64cda63623a3b45b3b78e9380948fd5c6285d389da8d2c4
|
||||
SHA512 (php-8.2.1RC1.tar.xz) = 443d727e114194e2088b8e180ee56a792979c71737add0bcf0b674cb54675bc7ef6a8fa2c173724840bb702b6f6826e65b36cda79ddde95f667b88bbc9521ba5
|
||||
SHA512 (php-8.2.1RC1.tar.xz.asc) = 5bfa694e346e89a8780e171823d11f122a0cc765e1ad4032fbf630442c9b63de9cce576be2548e730dc3662a5cdbf6d7dc49616cd4e0c5ba6cfbf804465f4e3b
|
||||
|
Loading…
Reference in New Issue
Block a user