diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-11 17:24:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-11 17:24:14 +0100 |
commit | f514e55d2b98a3b7bde2069c51af4775ff45ed2a (patch) | |
tree | bc91a1526871827f111947402027b99bca59c358 | |
parent | 01f8d46d452b048a2417c9678edeea9ceaf4f6a0 (diff) |
php 5.5: fix minimum ICU version required
-rw-r--r-- | php55.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -733,7 +733,7 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: libicu-devel >= 3.6 +BuildRequires: libicu-devel >= 4.0 Obsoletes: php53-intl, php53u-intl, php54-intl, php55-intl %description intl |