From 238a21cc48733997af1adf96717e97d377d757c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jan 2023 11:04:03 +0100 Subject: update to 8.1.15RC1 --- failed.txt | 2 +- php.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 70df28f..887b7d6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.14 (2023-01-05) +===== 8.1.15RC1 (2023-01-19) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index f342032..4e40462 100644 --- a/php.spec +++ b/php.spec @@ -122,13 +122,13 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.14 -#global rcver RC1 +%global upver 8.1.15 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?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 @@ -1847,6 +1847,9 @@ fi %changelog +* Wed Jan 18 2023 Remi Collet - 8.1.15~RC1-1 +- update to 8.1.15RC1 + * Thu Jan 5 2023 Remi Collet - 8.1.14-2 - rebuild with new sources archive -- cgit