]> git.pld-linux.org Git - packages/php.git/commitdiff
The Intl extension now requires at least ICU 50.1.
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 20:22:31 +0000 (23:22 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 20:43:06 +0000 (23:43 +0300)
php.spec

index fb6a44df3158b4b9729724363f80448d464f70c0..cddc4adf080f8d5d4f3cd691156756d2eb33c871 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -253,7 +253,7 @@ BuildRequires:      gmp-devel >= 4.2
 %{?with_imap:BuildRequires:    imap-devel >= 1:2007e-2}
 %{?with_gcov:BuildRequires:    lcov}
 %{?with_fpm:BuildRequires:     libapparmor-devel}
-%{?with_intl:BuildRequires:    libicu-devel >= 4.4}
+%{?with_intl:BuildRequires:    libicu-devel >= 50.1}
 BuildRequires: libjpeg-devel
 BuildRequires: libltdl-devel >= 1.4
 BuildRequires: libpng-devel >= 1.0.8
This page took 0.051857 seconds and 4 git commands to generate.