diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 8.2.0alpha3 (2022-07-07) +===== 8.2.0beta1 (2022-07-21)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -123,13 +123,13 @@  %global gh_owner     php  %global gh_project   php-src  %global upver        8.2.0 -%global rcver        alpha3 +%global rcver        beta1  %global lower        %(echo %{rcver} | tr '[:upper:]' '[:lower:]')  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php  Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 8%{?dist} +Release: 9%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -400,6 +400,7 @@ Provides: %{?scl_prefix}php-libxml, %{?scl_prefix}php-libxml%{?_isa}  Provides: %{?scl_prefix}php-openssl, %{?scl_prefix}php-openssl%{?_isa}  Provides: %{?scl_prefix}php-phar, %{?scl_prefix}php-phar%{?_isa}  Provides: %{?scl_prefix}php-pcre, %{?scl_prefix}php-pcre%{?_isa} +Provides: %{?scl_prefix}php-random, %{?scl_prefix}php-random%{?_isa}  Provides: %{?scl_prefix}php-reflection, %{?scl_prefix}php-reflection%{?_isa}  Provides: %{?scl_prefix}php-session, %{?scl_prefix}php-session%{?_isa}  Provides: %{?scl_prefix}php-sockets, %{?scl_prefix}php-sockets%{?_isa} @@ -1843,6 +1844,10 @@ fi  %changelog +* Wed Jul 20 2022 Remi Collet <remi@remirepo.net> - 8.2.0~beta1-9 +- update to 8.2.0beta1 +- new random extension +  * Tue Jun 21 2022 Remi Collet <remi@remirepo.net> - 8.2.0~alpha3-8  - update to 8.2.0alpha3  | 
