summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php.spec17
1 files changed, 6 insertions, 11 deletions
diff --git a/php.spec b/php.spec
index 0e893b7..1cefcb2 100644
--- a/php.spec
+++ b/php.spec
@@ -136,7 +136,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -414,11 +414,6 @@ Requires: libtool
%if %{with_libpcre}
Requires: pcre2-devel%{?_isa} >= 10.30
%endif
-%if 0%{?rhel} == 6
-Requires: libicu-last-devel%{?_isa}
-%else
-Requires: libicu-devel%{?_isa} > 62
-%endif
%description devel
The %{?scl_prefix}php-devel package contains the files needed for building PHP
@@ -838,11 +833,8 @@ Group: System Environment/Libraries
# All files licensed under PHP version 3.01
License: PHP
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-%if 0%{?rhel} == 6
-BuildRequires: libicu-last-devel
-%else
-BuildRequires: libicu-devel > 62
-%endif
+# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu62
+BuildRequires: libicu-devel >= 50
%description intl
@@ -1885,6 +1877,9 @@ fi
%changelog
+* Tue Feb 19 2019 Remi Collet <remi@remirepo.net> - 7.3.3~RC1-2
+- php-devel: drop dependency on libicu-devel
+
* Tue Feb 19 2019 Remi Collet <remi@remirepo.net> - 7.3.3~RC1-1
- update to 7.3.3RC1
- adapt systzdata patch (v18)