summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php73.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php73.spec b/php73.spec
index bee2305..98ee8f9 100644
--- a/php73.spec
+++ b/php73.spec
@@ -50,11 +50,7 @@
%else
%global with_libpcre 0
%endif
-%if 0%{?fedora} >= 28
%global with_onig 1
-%else
-%global with_onig 0
-%endif
%global with_sqlite3 1
@@ -125,7 +121,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -814,7 +810,8 @@ Group: Development/Languages
# ucgendat is licensed under OpenLDAP
License: PHP and LGPLv2 and BSD and OpenLDAP
%if %{with_onig}
-BuildRequires: oniguruma-devel
+# ensure we have soname 5
+BuildRequires: oniguruma-devel >= 6.8
%else
Provides: bundled(oniguruma) = 6.9.0
%endif
@@ -2218,6 +2215,9 @@ fi
%changelog
+* Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 7.3.4-2
+- build with system oniguruma5
+
* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 7.3.4-1
- Update to 7.3.4 - http://www.php.net/releases/7_3_4.php