summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-09 13:56:35 +0200
committerRemi Collet <remi@remirepo.net>2020-06-09 13:56:35 +0200
commit3bba6d7aaef582b784ccf49de956a3802cc74849 (patch)
treec00ff0918e6eda976fe9bd851074c859bc481d93 /php.spec
parent679daec27b99394630ad33aedbb86598f132e454 (diff)
Update to 7.4.7 - http://www.php.net/releases/7_4_7.php
rebuild using oniguruma5php build phpdbg only once
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec18
1 files changed, 11 insertions, 7 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.4.7~RC1-1
- update to 7.4.7RC1