From 3bba6d7aaef582b784ccf49de956a3802cc74849 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jun 2020 13:56:35 +0200 Subject: Update to 7.4.7 - http://www.php.net/releases/7_4_7.php rebuild using oniguruma5php build phpdbg only once --- php.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index bb638f1..85abeda 100644 --- a/php.spec +++ b/php.spec @@ -81,7 +81,6 @@ %else %global with_libpcre 0 %endif -%global with_onig 1 %global with_dtrace 1 @@ -103,8 +102,8 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.7 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -690,11 +689,10 @@ Group: Development/Languages # onigurama is licensed under BSD # ucgendat is licensed under OpenLDAP License: PHP and LGPLv2 and BSD and OpenLDAP -%if %{with_onig} -# ensure we have soname 5 -BuildRequires: pkgconfig(oniguruma) >= 6.8 +%if 0%{?rhel} +BuildRequires: oniguruma5php-devel %else -Provides: bundled(oniguruma) = 6.9.3 +BuildRequires: oniguruma-devel %endif Provides: bundled(libmbfl) = 1.3.2 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} @@ -1257,6 +1255,7 @@ popd without_shared="--disable-gd \ --disable-dom --disable-dba --without-unixODBC \ --disable-opcache \ + --disable-phpdbg \ --disable-json \ --without-ffi \ --disable-xmlreader --disable-xmlwriter \ @@ -1812,6 +1811,11 @@ fi %changelog +* Tue Jun 9 2020 Remi Collet - 7.4.7-1 +- Update to 7.4.7 - http://www.php.net/releases/7_4_7.php +- rebuild using oniguruma5php +- build phpdbg only once + * Tue May 26 2020 Remi Collet - 7.4.7~RC1-1 - update to 7.4.7RC1 -- cgit