Update to 8.2.1 - http://www.php.net/releases/8_2_1.php
This commit is contained in:
parent
fa19cf6335
commit
a4ba436f97
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.0.tar.xz.asc
|
||||
/php-8.2.1RC1.tar.xz
|
||||
/php-8.2.1RC1.tar.xz.asc
|
||||
/php-8.2.1.tar.xz
|
||||
/php-8.2.1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -65,12 +65,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.1
|
||||
%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
|
||||
@ -1543,6 +1543,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 4 2023 Remi Collet <remi@remirepo.net> - 8.2.1-1
|
||||
- Update to 8.2.1 - http://www.php.net/releases/8_2_1.php
|
||||
|
||||
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 8.2.1~RC1-3
|
||||
- Rebuild for ICU 72
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.1RC1.tar.xz) = 443d727e114194e2088b8e180ee56a792979c71737add0bcf0b674cb54675bc7ef6a8fa2c173724840bb702b6f6826e65b36cda79ddde95f667b88bbc9521ba5
|
||||
SHA512 (php-8.2.1RC1.tar.xz.asc) = 5bfa694e346e89a8780e171823d11f122a0cc765e1ad4032fbf630442c9b63de9cce576be2548e730dc3662a5cdbf6d7dc49616cd4e0c5ba6cfbf804465f4e3b
|
||||
SHA512 (php-8.2.1.tar.xz) = 9927ccb9e5581c24d0ef3e408a7a1b32bc99f43ce88e83e4430dbd4faa3a2498b299ad6b3a70696facded139100c85bb7ae66223a72b2c043ccab0d80a2c2826
|
||||
SHA512 (php-8.2.1.tar.xz.asc) = 543e11be8fc51746fe526165aa3584d76a8b5caf61ceda85935e5e4c4c58fc4a44589b94c06260ce7ad24d9ba266e52f3075fca7706b7896d7dcf0014cf172cb
|
||||
|
Loading…
Reference in New Issue
Block a user