update to 8.2.9RC1
This commit is contained in:
parent
737fa14272
commit
0243d1ef82
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.8RC1.tar.xz.asc
|
||||
/php-8.2.8.tar.xz
|
||||
/php-8.2.8.tar.xz.asc
|
||||
/php-8.2.9RC1.tar.xz
|
||||
/php-8.2.9RC1.tar.xz.asc
|
||||
|
9
php.spec
9
php.spec
@ -64,13 +64,13 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.8
|
||||
#global rcver RC1
|
||||
%global upver 8.2.9
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: %{upver}%{?rcver:~%{rcver}}
|
||||
Release: 3%{?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 Jul 18 2023 Remi Collet <remi@remirepo.net> - 8.2.9~RC1-1
|
||||
- update to 8.2.9RC1
|
||||
|
||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 8.2.8-3
|
||||
- Rebuilt for ICU 73.2
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.8.tar.xz) = d1539010761aaa525e286cf012953a097556c61608505a2b1a83f78b40b7a1c3338f494c4cf34abda764c762c4b0bacb09ce9286236d2a356ee61121236b6bcf
|
||||
SHA512 (php-8.2.8.tar.xz.asc) = 4a595eed513ec1e07b08a7e60f9392555e200c9b359935102d5add280b4b2382c4e923b69cbd607a45fd6c994252d94c533e2f7ce90c98130af0f240bbf76a38
|
||||
SHA512 (php-8.2.9RC1.tar.xz) = ae60685c31f84c287b364c42f4443f9496fcc7629ddc122d41125ff9c14b5a86d2d3f72a26e5f195ff9ee4a2eeab4ab179b4874c1f08a7da418bb11571f773c5
|
||||
SHA512 (php-8.2.9RC1.tar.xz.asc) = 46f16419c1efd6112a4e820b6a67579463b739c75338e3e744f45f7ab544822c4f1e3e20443132b0768449ecf0776310acc8a29743b2a0eb050719985072d072
|
||||
|
Loading…
Reference in New Issue
Block a user