Update to 8.2.10 - http://www.php.net/releases/8_2_10.php
This commit is contained in:
parent
1b39ecc754
commit
f1f31f314c
2
.gitignore
vendored
2
.gitignore
vendored
@ -50,3 +50,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.9RC1.tar.xz.asc
|
||||
/php-8.2.9.tar.xz
|
||||
/php-8.2.9.tar.xz.asc
|
||||
/php-8.2.10.tar.xz
|
||||
/php-8.2.10.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,13 +64,13 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.9
|
||||
%global upver 8.2.10
|
||||
#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
|
||||
@ -1540,6 +1540,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 29 2023 Remi Collet <remi@remirepo.net> - 8.2.10-1
|
||||
- Update to 8.2.10 - http://www.php.net/releases/8_2_10.php
|
||||
|
||||
* Thu Aug 3 2023 Remi Collet <remi@remirepo.net> - 8.2.9-2
|
||||
- Update to 8.2.9 - http://www.php.net/releases/8_2_9.php
|
||||
- rebuild for new sources
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.9.tar.xz) = 26c53dc737d6144cc0a3ce9134f92f59eb29f62c44b7d6159b92a25bdb0fa80239d7f6b6b663adfe444e57e98b202381df9b35532f40168ea093ac56d4bced19
|
||||
SHA512 (php-8.2.9.tar.xz.asc) = 8337eec228b63aa8a327d8a17a2134f037b7510ad798ff4615e8dfb478236bda3348823421ba8d8694d3ab7f4a7e51877775989a1072527fff9ec3dd961ddd79
|
||||
SHA512 (php-8.2.10.tar.xz) = b9123f63afc99fdce34182f49a022611d584bd4a26f624d0010785599e9b10af7924f8307bbca920d75cb7b0cc23fa57efd5d6ef1d2dd89d5a508578bd36b146
|
||||
SHA512 (php-8.2.10.tar.xz.asc) = f60f2ed531aa4d0011536bde90570d12cde89b6f4896f338193b2f4640d2ab4207015fb687fd719ec7c35c9eb9916473064e19c687810e01df207142b600a9bf
|
||||
|
Loading…
Reference in New Issue
Block a user