From f5f24587b1ff907d2a73885d7a98c76e28ee93e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Aug 2018 14:50:02 +0200 Subject: v7.3.0beta3 --- php73.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 6e7c3bb..233d1f8 100644 --- a/php73.spec +++ b/php73.spec @@ -112,12 +112,12 @@ %endif %global upver 7.3.0 -%global rcver beta2 +%global rcver beta3 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -173,7 +173,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -1122,7 +1121,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2172,6 +2170,9 @@ fi %changelog +* Tue Aug 28 2018 Remi Collet - 7.3.0~beta3-1 +- update to 7.3.0beta3 + * Wed Aug 22 2018 Remi Collet - 7.3.0~beta2-2 - drop -mstackrealign option, workaround to #1593144 -- cgit