Update to 8.1.3 - http://www.php.net/releases/8_1_3.php
This commit is contained in:
parent
47a1883a7a
commit
54f28c61e6
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.2RC1.tar.xz.asc
|
||||
/php-8.1.2.tar.xz
|
||||
/php-8.1.2.tar.xz.asc
|
||||
/php-8.1.3.tar.xz
|
||||
/php-8.1.3.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,13 +64,13 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.2
|
||||
%global upver 8.1.3
|
||||
#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
|
||||
* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.1.3-1
|
||||
- Update to 8.1.3 - http://www.php.net/releases/8_1_3.php
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.2.tar.xz) = ec68587fc14d4e5aaa19d4a189c74b85e67b8ab4d5a15ef36115b564fc9e2f2b63bd608ea8c0e4a99615a24f38711b233f4e65b3672c3bfb69e1ab9d554a88cd
|
||||
SHA512 (php-8.1.2.tar.xz.asc) = 3427f482da397f69ca96cce38f6d7da76dd7b48e6feb5f5ca2c67d13c66abe455de53f40bc8e095c0d1aa797948099cf6da53d1ff72b389d123a2f4cef5ee15f
|
||||
SHA512 (php-8.1.3.tar.xz) = 230f70c4f23ac69b52063b91de5ea866e30a84b5ac8d0021e35baebf210fe432fb6c46264a9a2808bf0f0d2003f4c3db974c2c480718a5607c5e4d52379e9d9d
|
||||
SHA512 (php-8.1.3.tar.xz.asc) = 559944d6da53bae011abfb24edf98913d4fa9ee7604525a76ac09b4fedd32c522ec17490b4a8ad61c47a97a64178f4aae4026219d6d75a41dbc64ce239be0f6c
|
||||
|
Loading…
Reference in New Issue
Block a user