summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-22 06:45:36 +0200
committerRemi Collet <remi@php.net>2024-08-22 06:45:36 +0200
commitecb2ba338b84144afbaa9818bfbc665519c93e83 (patch)
tree32b9fef365326d7d5b0fd66685ffb659f72c2b68
parent8a84a80ffc083b8bb0845cc7149bae91c26dfafa (diff)
update to 8.3.11RC2
-rw-r--r--failed.txt5
-rw-r--r--php.spec7
2 files changed, 8 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index be1292f..a4cbf37 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.11RC1 (2024-08-15)
+===== 8.3.11RC2 (2024-08-22)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
@@ -6,11 +6,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl83el8x/build.log:Tests failed : 0
/var/lib/mock/scl83el9a/build.log:Tests failed : 0
/var/lib/mock/scl83el9x/build.log:Tests failed : 0
-/var/lib/mock/scl83fc38x/build.log:Tests failed : 0
/var/lib/mock/scl83fc39a/build.log:Tests failed : 0
/var/lib/mock/scl83fc39x/build.log:Tests failed : 0
/var/lib/mock/scl83fc40a/build.log:Tests failed : 0
/var/lib/mock/scl83fc40x/build.log:Tests failed : 0
+/var/lib/mock/scl83fc41a/build.log:Tests failed : 0
+/var/lib/mock/scl83fc41x/build.log:Tests failed : 0
diff --git a/php.spec b/php.spec
index 8c35c5b..e2fc095 100644
--- a/php.spec
+++ b/php.spec
@@ -134,13 +134,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.11
-%global rcver RC1
+%global rcver RC2
# TODO set PHP_EXTRA_VERSION for EOL version
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
@@ -1895,6 +1895,9 @@ fi
%changelog
+* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 8.3.11~RC2-1
+- update to 8.3.11RC2
+
* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.3.11~RC1-2
- allow to build using libiodbc instead of unixODBC (--with iodbc)