summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php.spec14
2 files changed, 10 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 2241233..de30667 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.0beta3 (2021-08-19)
+===== 8.1.0RC1 (2021-09-02)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php.spec b/php.spec
index 2939d43..8a62f6c 100644
--- a/php.spec
+++ b/php.spec
@@ -23,8 +23,8 @@
%endif
# API/ABI check
-%global apiver 20201009
-%global zendver 20201009
+%global apiver 20210902
+%global zendver 20210902
%global pdover 20170320
# Extension version
%global oci8ver 3.1.0
@@ -107,8 +107,8 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.1.0
-%global rcver beta3
-%global lower beta3
+%global rcver RC1
+%global lower rc1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -995,7 +995,7 @@ rm ext/zlib/tests/004-mb.phpt
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
-if test "x${pver}" != "x%{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}"; then
+if test "x${pver}" != "x%{upver}%{?lower}%{!?rcver:%{?gh_date:-dev}}"; then
: Error: Upstream PHP version is now ${upver}, expecting %{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}.
: Update the version/rcver macros and rebuild.
exit 1
@@ -1817,6 +1817,10 @@ fi
%changelog
+* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc1-1
+- update to 8.1.0RC1
+- bump API version
+
* Mon Aug 23 2021 Remi Collet <remi@remirepo.net> - 8.1.0~beta3-1
- update to 8.1.0beta3