Update to 8.0.12 - http://www.php.net/releases/8_0_12.php
This commit is contained in:
parent
7113f618aa
commit
c87dfed745
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ php-7.*.xz.asc
|
||||
/php-8.0.11.tar.xz.asc
|
||||
/php-8.0.12RC1.tar.xz
|
||||
/php-8.0.12RC1.tar.xz.asc
|
||||
/php-8.0.12.tar.xz
|
||||
/php-8.0.12.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -63,12 +63,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.12
|
||||
%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
|
||||
@ -1543,6 +1543,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 8.0.12-1
|
||||
- Update to 8.0.12 - http://www.php.net/releases/8_0_12.php
|
||||
|
||||
* Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 8.0.12~RC1-2
|
||||
- build using system libxcrypt
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.12RC1.tar.xz) = c6cb2b8f6274a67d9d98d768a8d1e2a4eddebb3b1292f02010ee00652b611df2f749133259708695d2cf87df818649721de3cb8e1fc34bb8e8d0c1e06db1c21e
|
||||
SHA512 (php-8.0.12RC1.tar.xz.asc) = 16678b089bda2fc4d754921a0d04dc661c27863a05c038206e26a7b68971942a910230413ebd171c7a4769d37061205e6c15dc04b4b5506f71dc2426df4e5356
|
||||
SHA512 (php-8.0.12.tar.xz) = 927b15c4443f3741a5325ec7bf387987b405cd5e64e40fd81f1945bf073adda30eeede8e1f98185f505cb61f969cf1abe05b8dad57a3c4e87971e8037bb16b23
|
||||
SHA512 (php-8.0.12.tar.xz.asc) = 90c8a179651ad530c8cb162a3d7f08472dd82a8c1b667b2df6ad0fd7c1cc1b97f18f8e13cae62d1176b36d579a1bd0646957631612a3ca11658d37c0dc6ff70b
|
||||
|
Loading…
Reference in New Issue
Block a user