summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-09 11:24:05 +0200
committerRemi Collet <remi@remirepo.net>2020-06-09 11:24:05 +0200
commit61144189b162a5da7b2820ca45c372e6975cb76d (patch)
tree07d42ce7d999e2b08e61d1f9ef6beaecc85e427b /php.spec
parenta8e00ef1a864897e744db60fd69b95791d8c5fa0 (diff)
Update to 7.3.19 - http://www.php.net/releases/7_3_19.php
rebuild using oniguruma5php build phpdbg only once
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index c86b768..830e955 100644
--- a/php.spec
+++ b/php.spec
@@ -136,7 +136,7 @@
%endif
%global upver 7.3.19
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -714,8 +714,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
@@ -1310,6 +1313,7 @@ popd
without_shared="--without-gd \
--disable-dom --disable-dba --without-unixODBC \
--disable-opcache \
+ --disable-phpdbg \
--disable-json \
--disable-xmlreader --disable-xmlwriter \
--without-sodium \
@@ -1903,6 +1907,11 @@ fi
%changelog
+* Tue Jun 9 2020 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.3.19~RC1-1
- update to 7.3.19RC1