diff options
-rw-r--r-- | php-horde-Horde-Prefs.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec index d5116b2..bae3136 100644 --- a/php-horde-Horde-Prefs.spec +++ b/php-horde-Horde-Prefs.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Prefs -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Horde Preferences API @@ -46,7 +46,7 @@ Requires: php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mail) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mime) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 @@ -120,12 +120,8 @@ done | tee ../%{pear_name}.lang %check -src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit \ - --include-path=$src/lib \ - -d date.timezone=UTC \ - . +phpunit . %post @@ -153,6 +149,10 @@ fi %changelog +* Mon Dec 29 2014 Remi Collet <remi@fedoraproject.org> - 2.7.1-1 +- Update to 2.7.1 +- raise dependency on Horde_Translation >= 2.2.0 + * Sat Aug 30 2014 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 - Update to 2.7.0 |