From c62fa3d0da742186bff9f54f999ec6493d8b1502 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Sep 2018 15:56:59 +0200 Subject: update to 7.3.0RC1 with oniguruma 6.9.0 --- php73.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 233d1f8..4ecf3ce 100644 --- a/php73.spec +++ b/php73.spec @@ -50,7 +50,7 @@ %else %global with_libpcre 0 %endif -%if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 28 %global with_onig 1 %else %global with_onig 0 @@ -112,11 +112,12 @@ %endif %global upver 7.3.0 -%global rcver beta3 +%global rcver RC1 +%global lower rc1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: %{upver}%{?rcver:~%{rcver}} +Version: %{upver}%{?rcver:~%{lower}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -793,7 +794,7 @@ License: PHP and LGPLv2 and BSD and OpenLDAP %if %{with_onig} BuildRequires: oniguruma-devel %else -Provides: bundled(oniguruma) = 6.3.0 +Provides: bundled(oniguruma) = 6.9.0 %endif Provides: bundled(libmbfl) = 1.3.2 Requires: php-common%{?_isa} = %{version}-%{release} @@ -2170,6 +2171,10 @@ fi %changelog +* Tue Sep 11 2018 Remi Collet - 7.3.0~rc1-1 +- update to 7.3.0RC1 +- with oniguruma 6.9.0 + * Tue Aug 28 2018 Remi Collet - 7.3.0~beta3-1 - update to 7.3.0beta3 -- cgit