From 4b2ee613e0bd2f052f59a9e12ce6c16e49c0e24b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 May 2013 10:19:32 +0200 Subject: php-horde-Horde-Nls: 2.0.3 --- php-horde-Horde-Nls.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'php-horde-Horde-Nls.spec') diff --git a/php-horde-Horde-Nls.spec b/php-horde-Horde-Nls.spec index 87fc160..8ab846b 100644 --- a/php-horde-Horde-Nls.spec +++ b/php-horde-Horde-Nls.spec @@ -1,10 +1,9 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name Horde_Nls %global pear_channel pear.horde.org Name: php-horde-Horde-Nls -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: Native Language Support (NLS) @@ -27,9 +26,9 @@ Requires: php-pcre BuildRequires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 # Optional Requires: php-pecl(geoip) Requires: php-pear(Net_DNS2) @@ -41,8 +40,7 @@ Common methods for handling language data, timezones, and hostname->country lookups. %prep -%setup -q -c -T -tar xif %{SOURCE0} +%setup -q -c cd %{pear_name}-%{version} @@ -103,6 +101,10 @@ fi %changelog +* Fri May 31 2013 Remi Collet - 2.0.3-1 +- Update to 2.0.3 +- switch from Conflicts >= max to Requires < max + * Wed Jan 9 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 for remi repo - use local script instead of find_lang -- cgit