v8.2.6RC1
This commit is contained in:
parent
5815d4c0fa
commit
aa20ac8790
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.5RC1.tar.xz.asc
|
||||
/php-8.2.5.tar.xz
|
||||
/php-8.2.5.tar.xz.asc
|
||||
/php-8.2.6RC1.tar.xz
|
||||
/php-8.2.6RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.5
|
||||
#global rcver RC1
|
||||
%global upver 8.2.6
|
||||
%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 Apr 26 2023 Remi Collet <remi@remirepo.net> - 8.2.6~RC1-1
|
||||
- update to 8.2.6RC1
|
||||
|
||||
* Wed Apr 12 2023 Remi Collet <remi@remirepo.net> - 8.2.5-1
|
||||
- Update to 8.2.5 - http://www.php.net/releases/8_2_5.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.5.tar.xz) = ae8aac35a58b342fbfb725044eecdb1065690c461b26e4225445bda3a1719e43eacc4ad5536ccce326cf56a18c20d424b85b1a53277100c7186fc4d54b2d77f0
|
||||
SHA512 (php-8.2.5.tar.xz.asc) = 3b6e1cc372a8c12373b17bcd079cfc3daf3547d59c69cdee6dac646dfb5ec5e72b9c6b5ae1fc270f60729243ecc10b3d5af581461a2c1d568e2513e98875d438
|
||||
SHA512 (php-8.2.6RC1.tar.xz) = 5be7b21236759e8efe5a515890b9de69448b820966dce11a744d22a168d3f1f53fd366780d8ab9b45393c9bab619cdded4b86b686678e285ac721e085bd001c3
|
||||
SHA512 (php-8.2.6RC1.tar.xz.asc) = 4df61b428ade367f79300dc4e16ae86ac035bc6560d681470734904d1574be08ba85dfa095973c1c5492b3c2abd66a3d2c51ced1b6ed54a812c8c10ad298e008
|
||||
|
Loading…
Reference in New Issue
Block a user