From 80d30a263cee646d9395ff2018b2a0658bed7ed1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 15:06:06 +0200 Subject: 7.3.7RC2 --- php73.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 7427365..9af78fb 100644 --- a/php73.spec +++ b/php73.spec @@ -117,13 +117,13 @@ %endif %global upver 7.3.7 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 +%global lower RC2 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 @@ -2231,6 +2231,9 @@ fi %changelog +* Tue Jun 18 2019 Remi Collet - 7.3.7~RC2-1 +- update to 7.3.7RC2 + * Mon Jun 17 2019 Remi Collet - 7.3.7~RC1-2 - use oracle client library version 19.3 -- cgit