Update to 8.1.9 - http://www.php.net/releases/8_1_9.php
This commit is contained in:
parent
13d3b77aa4
commit
7ab7efb1bd
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.8.tar.xz.asc
|
||||
/php-8.1.9RC1.tar.xz
|
||||
/php-8.1.9RC1.tar.xz.asc
|
||||
/php-8.1.9.tar.xz
|
||||
/php-8.1.9.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -65,12 +65,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.9
|
||||
%global rcver RC1
|
||||
#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 Aug 2 2022 Remi Collet <remi@remirepo.net> - 8.1.9-1
|
||||
- Update to 8.1.9 - http://www.php.net/releases/8_1_9.php
|
||||
|
||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 8.1.9~RC1-3
|
||||
- Rebuilt for ICU 71.1
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.9RC1.tar.xz) = 987319782988147207e1687a8ef6b5b07d74cbeb541d12488a480dd9691da7e859863c4e28ff23e9f6b46e99caf8deaafd062bfc8cf3646111b4f329db97ae12
|
||||
SHA512 (php-8.1.9RC1.tar.xz.asc) = a2d4fe7919973b6a3a24866ff0cba3118f99a0f304a088daf214fa16529cf1d1bb65ce46cd711cbbec53a092f5d1f971061fbe343c261cd9ed48f5034c899506
|
||||
SHA512 (php-8.1.9.tar.xz) = a75731edbfa6e8841d4c836336b07fd7aec4668b3d38487e630015cfc9d76fdfd04bae946d4fe783679df05adee7e2617b42ca4d3c2415c0f88ed5bffad87d7d
|
||||
SHA512 (php-8.1.9.tar.xz.asc) = 884cb6adbe5174d51170c59f9b1e080275542957f68ae8fb65adee1d9c16240958fa1b99d39ea5782ab2ac56c57b84d86f2f4eaca32ab183535632be6c8b1d4f
|
||||
|
Loading…
Reference in New Issue
Block a user