From 31b676f194d40398ea7cc94a757c4e2f420c943d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 07:26:55 +0200 Subject: update to 7.3.0beta1 bump API numbers --- php.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php.spec') 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 - 7.3.0~beta1-1 +- update to 7.3.0beta1 +- bump API numbers + * Tue Jul 17 2018 Remi Collet - 7.3.0~alpha4-1 - update to 7.3.0alpha4 -- cgit