diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-09 07:14:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-09 07:14:03 +0200 |
commit | 3c28be3e42437666fd6775a73123a97889f5fa2e (patch) | |
tree | 4dea3066725050209c5d8ba43caeaaf4cb317c99 /php.spec | |
parent | 9ebae8c4b7d6e3a1f9b2101c2fc1c498637b1a8d (diff) |
update to 8.1.0alpha1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -103,17 +103,17 @@ %global gh_commit 27ce269c1b5a12cb28e4047b5b6b6fc83adf6e15 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20210608 +#global gh_date 20210608 %global gh_owner php %global gh_project php-src %global upver 8.1.0 -#global rcver dev -%global lower DEV +%global rcver alpha1 +%global lower alpha1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?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 @@ -1816,6 +1816,9 @@ fi %changelog +* Wed Jun 9 2021 Remi Collet <remi@remirepo.net> - 8.1.0~alpha1-1 +- update to 8.1.0alpha1 + * Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 8.1.0~DEV.20210608-2 - apply timelib fix for empty POSIX string in older TZif2 files - switch back to system tzdata on EL-7 |