Update to 8.1.2 - http://www.php.net/releases/8_1_2.php
This commit is contained in:
parent
776db4464b
commit
027e8700a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.1.tar.xz.asc
|
||||
/php-8.1.2RC1.tar.xz
|
||||
/php-8.1.2RC1.tar.xz.asc
|
||||
/php-8.1.2.tar.xz
|
||||
/php-8.1.2.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -65,12 +65,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.2
|
||||
%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
|
||||
* Wed Jan 19 2022 Remi Collet <remi@remirepo.net> - 8.1.2-1
|
||||
- Update to 8.1.2 - http://www.php.net/releases/8_1_2.php
|
||||
|
||||
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 8.1.2~RC1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.2RC1.tar.xz) = abaa6b29be3779f97ff60110962ffb309b1bf9407d771afabe5c44be779ef542e912d59652927bd59939848ca5fdaf8ce09d68233b70bb33e9c04d7705ffea9d
|
||||
SHA512 (php-8.1.2RC1.tar.xz.asc) = 21544d60a73c0f2ae33cdc3df15914025d906be6c2b97024a580d416b487e54ba65c02a3940c99ec01fb1f832c7c7b4e0276aaec56500cb35a04beb8e0c80831
|
||||
SHA512 (php-8.1.2.tar.xz) = ec68587fc14d4e5aaa19d4a189c74b85e67b8ab4d5a15ef36115b564fc9e2f2b63bd608ea8c0e4a99615a24f38711b233f4e65b3672c3bfb69e1ab9d554a88cd
|
||||
SHA512 (php-8.1.2.tar.xz.asc) = 3427f482da397f69ca96cce38f6d7da76dd7b48e6feb5f5ca2c67d13c66abe455de53f40bc8e095c0d1aa797948099cf6da53d1ff72b389d123a2f4cef5ee15f
|
||||
|
Loading…
Reference in New Issue
Block a user