Update to 8.0.9 - http://www.php.net/releases/8_0_9.php
This commit is contained in:
parent
693f89e65f
commit
e4aa62bfce
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ php-7.*.xz.asc
|
||||
/php-8.0.8.tar.xz.asc
|
||||
/php-8.0.9RC1.tar.xz
|
||||
/php-8.0.9RC1.tar.xz.asc
|
||||
/php-8.0.9.tar.xz
|
||||
/php-8.0.9.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -63,12 +63,12 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.9
|
||||
%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
|
||||
@ -1527,6 +1527,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Remi Collet <remi@remirepo.net> - 8.0.9-1
|
||||
- Update to 8.0.9 - http://www.php.net/releases/8_0_9.php
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.9~RC1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.9RC1.tar.xz) = 6aacd5afce2eb84856f931ea278c043c856caa0a290ac9ad22a8f77cbb8f1000ed8c2a4887c347f7cf605660fe2fca854b3a5ec553f639059f5f94534b57c556
|
||||
SHA512 (php-8.0.9RC1.tar.xz.asc) = 85a27fc92a713fe8d8b6020da874dc0196a3109e0761d108257ef60a333a4a742d4e56e6e333d98216569ff478237e7ad72246fdc34c65c2922647f898dee5c5
|
||||
SHA512 (php-8.0.9.tar.xz) = de9923bfa3ca37cd775ff743beb417152d7380fa5622f3fb0055b49e552c6484561f4f503bb11f535aadd12352c92f673f3e3cc86964c767b1f6cec21265d03c
|
||||
SHA512 (php-8.0.9.tar.xz.asc) = 54a555725193b94a10bef7c44ec20234b4cf9f01985325da079fccde481233e9e053d70bdb5f135b7d393d6fd98ea58abe9c19ffcfaeef4941fb7612cc701c17
|
||||
|
Loading…
Reference in New Issue
Block a user