summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index e26efdb..53daec8 100644
--- a/php.spec
+++ b/php.spec
@@ -23,8 +23,8 @@
%endif
# API/ABI check
-%global apiver 20200804
-%global zendver 20200804
+%global apiver 20200930
+%global zendver 20200930
%global pdover 20170320
# Extension version
%global oci8ver 3.0.0
@@ -103,13 +103,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.0
-%global rcver beta4
+%global rcver rc1
%global lower %{rcver}
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 33%{?dist}
+Release: 34%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1804,6 +1804,10 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc1-34
+- update to 8.0.0rc1
+- bump ABI/API versions
+
* Thu Sep 17 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta4-33
- use %%bcond_without for dtrace, libgd, firebird, lsws, libpcre, imap
tidy, freetds, sqlite3, enchant so can be disabled during rebuild