summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-16 07:26:55 +0200
committerRemi Collet <remi@remirepo.net>2018-08-16 07:26:55 +0200
commit31b676f194d40398ea7cc94a757c4e2f420c943d (patch)
tree785ae9b8af5328e66a97d392cf79d36c88330b77 /php.spec
parent47ee448d9db085261d58765f733a48673a919a8c (diff)
update to 7.3.0beta1
bump API numbers
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index b7c26f1..055df65 100644
--- a/php.spec
+++ b/php.spec
@@ -22,8 +22,8 @@
%endif
# API/ABI check
-%global apiver 20180606
-%global zendver 20180606
+%global apiver 20180731
+%global zendver 20180731
%global pdover 20170320
# Extension version
%global oci8ver 2.1.8
@@ -125,7 +125,7 @@
%endif
%global upver 7.3.0
-%global rcver alpha4
+%global rcver beta2
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -183,6 +183,7 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-upstream.patch
# Security fixes (200+)
@@ -923,6 +924,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up
# security patches
@@ -1857,6 +1859,10 @@ fi
%changelog
+* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.3.0~beta1-1
+- update to 7.3.0beta1
+- bump API numbers
+
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.3.0~alpha4-1
- update to 7.3.0alpha4