From 8a443c6ae844b9a8b61bd82b9d1056ba519377ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2022 07:46:21 +0200 Subject: update to 8.2.0beta1 new random extension --- failed.txt | 2 +- php.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ca846c9..d639d38 100644 --- a/failed.txt +++ b/failed.txt @@ -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 diff --git a/php.spec b/php.spec index d720ff0..bce0ec9 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.2.0~beta1-9 +- update to 8.2.0beta1 +- new random extension + * Tue Jun 21 2022 Remi Collet - 8.2.0~alpha3-8 - update to 8.2.0alpha3 -- cgit