v8.0.4RC1
This commit is contained in:
parent
67b2f663aa
commit
8f55f988a3
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ php-7.*.xz
|
||||
php-7.*.xz.asc
|
||||
/php-8.0.3.tar.xz
|
||||
/php-8.0.3.tar.xz.asc
|
||||
/php-8.0.4RC1.tar.xz
|
||||
/php-8.0.4RC1.tar.xz.asc
|
||||
|
9
php.spec
9
php.spec
@ -54,13 +54,13 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.3
|
||||
#global rcver RC2
|
||||
%global upver 8.0.4
|
||||
%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
|
||||
@ -1508,6 +1508,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2021 Remi Collet <remi@remirepo.net> - 8.0.4~RC1-1
|
||||
- update to 8.0.4RC1
|
||||
|
||||
* Mon Mar 15 2021 Remi Collet <remi@remirepo.net> - 8.0.3-2
|
||||
- clean conditions
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.3.tar.xz) = 9b3631fea5280ed11c14a3ef1badb3da5b8ab19f29faa6b828ab033008ebebc487013d74d401d10b9cf21f354cd81100ba83562f3f080e23220ad38c02fb5a0d
|
||||
SHA512 (php-8.0.3.tar.xz.asc) = a4e893b3760ad33a95d5b6798cfbc9434b884c69e856978c54850a33b5579b19f522450f7bd62244f77e29b9cc43ea618bbe4dbbdf4530b462280aa46d747bf8
|
||||
SHA512 (php-8.0.4RC1.tar.xz) = 202b6404e5743508541e226f83ed813f054e119f226a8b07fd1255058fc1ae3591a3b3cb9067f56aa061aaf7cc4de17e420c3b67d2ca31f3adce17604499a6db
|
||||
SHA512 (php-8.0.4RC1.tar.xz.asc) = 0111b9477189281ad62de3c1f7b4c67aafc539b118c6dd2c3bb0b1740a01e88e7a51ea1fc7ca3e72afd119128cfd995588aba7e3845bb75b62d484aeac9d5df8
|
||||
|
Loading…
Reference in New Issue
Block a user