From 1ae654915e9f82e616c02056c5183d51df5d1cbf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 May 2019 14:36:06 +0200 Subject: v7.3.6 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index adf9662..948f9c3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.6RC1 (2019-05-16) +===== 7.3.6 (2019-05-30) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index 475cf2e..d4a7ba9 100644 --- a/php.spec +++ b/php.spec @@ -126,13 +126,13 @@ %endif %global upver 7.3.6 -%global rcver RC1 +#global rcver RC1 %global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1882,6 +1882,9 @@ fi %changelog +* Tue May 28 2019 Remi Collet - 7.3.6-1 +- Update to 7.3.6 - http://www.php.net/releases/7_3_6.php + * Wed May 15 2019 Remi Collet - 7.3.6~RC1-2 - update to 7.3.6RC1 (new tag) -- cgit