From 0ad2693e5f9e8d261532c30ea7d52ed3910b2380 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 15:25:46 +0200 Subject: v7.3.5RC1 --- php73.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 98ee8f9..2273db1 100644 --- a/php73.spec +++ b/php73.spec @@ -114,14 +114,14 @@ %global db_devel libdb-devel %endif -%global upver 7.3.4 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.5 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -179,7 +179,6 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -1143,7 +1142,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2215,6 +2213,9 @@ fi %changelog +* Tue Apr 16 2019 Remi Collet - 7.3.5~RC1-1 +- update to 7.3.5RC1 + * Fri Apr 5 2019 Remi Collet - 7.3.4-2 - build with system oniguruma5 -- cgit