diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-24 07:32:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-24 07:32:35 +0100 |
commit | a4507003bd92a112597b8251677d4267a80fd237 (patch) | |
tree | a8339df5b96fee4fb649cf9331a7996f7aae97e7 /php.spec | |
parent | 863624f1b3e9d3670caa7dbfe8d968b857ba3fb2 (diff) |
update to 8.1.0 GAv8.1.0
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -93,8 +93,7 @@ %bcond_with qdbm %endif -# TODO change when 8.5 released (libxcrypt 4.1.1-6) -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 # switch to bundled library using --without libxcrypt %bcond_without libxcrypt %else @@ -128,8 +127,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver RC6 -%global lower rc6 +#global rcver RC6 +#global lower rc6 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1851,6 +1850,9 @@ fi %changelog +* Wed Nov 24 2021 Remi Collet <remi@remirepo.net> - 8.1.0-1 +- update to 8.1.0 GA + * Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc6-1 - update to 8.1.0RC6 |