Update to 8.2.11 - http://www.php.net/releases/8_2_11.php
This commit is contained in:
parent
39616e3887
commit
1dc9fab1f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,3 +54,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.10.tar.xz.asc
|
||||
/php-8.2.11RC1.tar.xz
|
||||
/php-8.2.11RC1.tar.xz.asc
|
||||
/php-8.2.11.tar.xz
|
||||
/php-8.2.11.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -65,12 +65,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.11
|
||||
%global rcver RC1
|
||||
#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
|
||||
@ -1541,6 +1541,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 8.2.11-1
|
||||
- Update to 8.2.11 - http://www.php.net/releases/8_2_11.php
|
||||
|
||||
* Tue Sep 19 2023 Remi Collet <remi@remirepo.net> - 8.2.11~RC1-2
|
||||
- require tzdata
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.11RC1.tar.xz) = b150d6d4009ec2d117f49a7c21dba268949efad0111414fc299750f653be7578d42aa1ce1e12f9f685edfeafdcabc293e7abf4f69f06589d862b1c21e953a73f
|
||||
SHA512 (php-8.2.11RC1.tar.xz.asc) = a71483c7efd677680a03f4728d7c9a6fed01a82b64762f247e3940fa986b168b01ea5d14505a086dfd10ec9e54d93fc055b07f5335b7f5d417f63f74ba173627
|
||||
SHA512 (php-8.2.11.tar.xz) = 3c8db245854c0221a952e0f11fc8fbf8944caf73ae0049a710db0db5ce9c018207444dc8a60e2b3c63a6d025c5d09cd17b0542e1b7df8ad2e49635ef5faf7f45
|
||||
SHA512 (php-8.2.11.tar.xz.asc) = d4d1b633d9cac1eec6fe0057a12a1337d1db9fbf752cc54187af6272faba707f5f32bb8cf83f00c52af4812d7f5905d0ffa6d970bc2c26845fab0cb0d7a4c18f
|
||||
|
Loading…
Reference in New Issue
Block a user