diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-19 14:29:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-19 14:29:13 +0200 |
commit | 84e4ecdc86a09f41f385823dc27129d3980c0234 (patch) | |
tree | 6b9cc20950ea5674c55f4acca291b3292670e051 /php.spec | |
parent | 01d12d8f8152f1e1e9469ba4677973b3b6538c72 (diff) |
Update to 8.0.12 - http://www.php.net/releases/8_0_12.phpv8.0.12
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -82,7 +82,7 @@ %bcond_with libpcre %endif -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 # switch to bundled library using --without libxcrypt %bcond_without libxcrypt %else @@ -108,12 +108,12 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.12 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -1834,8 +1834,11 @@ fi %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 +- build using system libxcrypt (Fedora) * Wed Oct 6 2021 Remi Collet <remi@remirepo.net> - 8.0.12~RC1-1 - update to 8.0.12RC1 |