From 0292e8d4253b97a4d35941e33c3088256d46687c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jun 2020 11:24:16 +0200 Subject: Update to 7.3.19 - http://www.php.net/releases/7_3_19.php rebuild using oniguruma5php build phpdbg only once --- php73.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index d1a6752..e593e13 100644 --- a/php73.spec +++ b/php73.spec @@ -121,7 +121,7 @@ %endif %global upver 7.3.19 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -826,8 +826,11 @@ Group: Development/Languages # ucgendat is licensed under OpenLDAP License: PHP and LGPLv2 and BSD and OpenLDAP %if %{with_onig} -# ensure we have soname 5 -BuildRequires: oniguruma-devel >= 6.8 +%if 0%{?rhel} +BuildRequires: oniguruma5php-devel +%else +BuildRequires: oniguruma-devel +%endif %else Provides: bundled(oniguruma) = 6.9.0 %endif @@ -1513,6 +1516,7 @@ popd without_shared="--without-gd \ --disable-dom --disable-dba --without-unixODBC \ --disable-opcache \ + --disable-phpdbg \ --disable-json \ --disable-xmlreader --disable-xmlwriter \ --without-sodium \ @@ -2249,6 +2253,11 @@ fi %changelog +* Tue Jun 9 2020 Remi Collet - 7.3.19-1 +- Update to 7.3.19 - http://www.php.net/releases/7_3_19.php +- rebuild using oniguruma5php +- build phpdbg only once + * Tue May 26 2020 Remi Collet - 7.3.19~RC1-1 - update to 7.3.19RC1 -- cgit