diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-18 13:28:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-18 13:28:33 +0100 |
commit | d0b88d3b7eab0e9ecb67ae9e7216e89588bc0b7d (patch) | |
tree | d4aef646b833d2b7a4f7f070c8ae50b139d39414 | |
parent | 1c5fb8321cdb7117002e4f17fbc6db77f6678d66 (diff) |
php-horde-Horde-Browser: 2.0.8
-rw-r--r-- | php-horde-Horde-Browser.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-horde-Horde-Browser.spec b/php-horde-Horde-Browser.spec index 682d765..2436e8a 100644 --- a/php-horde-Horde-Browser.spec +++ b/php-horde-Horde-Browser.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Browser -Version: 2.0.7 +Version: 2.0.8 Release: 1%{?dist} Summary: Horde Browser API @@ -35,6 +35,8 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.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 @@ -56,6 +58,7 @@ sed -e '/%{pear_name}.po/d' \ -e '/Horde_Other.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -110,6 +113,10 @@ fi %changelog +* Tue Nov 18 2014 Remi Collet <remi@fedoraproject.org> - 2.0.8-1 +- Update to 2.0.8 +- add dependency on Horde_Translation + * Sat May 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.7-1 - Update to 2.0.7 |