diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 11 | 
2 files changed, 8 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -===== 8.1.0-DEV (2021-06-08) +===== 8.1.0alpha1 (2021-06-10)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -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 | 
