From 365b3ac76a26bb6ca4fcc32fb4bc683a8f89f8b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jul 2018 17:20:30 +0200 Subject: v7.3.0alpha3 --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2f90b14..1a757eb 100644 --- a/php.spec +++ b/php.spec @@ -125,12 +125,12 @@ %endif %global upver 7.3.0 -%global rcver alpha2 +%global rcver alpha3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1854,6 +1854,9 @@ fi %changelog +* Tue Jul 3 2018 Remi Collet - 7.3.0~alpha3-1 +- update to 7.3.0alpha3 + * Thu Jun 21 2018 Remi Collet - 7.3.0~alpha2-2 - update to 7.3.0alpha2 new sources -- cgit