diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-07-17 08:34:31 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-07-17 08:34:31 +0200 | 
| commit | f7dfd02ea073aa3185e26f6cffb459e0b8b1d262 (patch) | |
| tree | 675b2d0bd76e3e7d596dc39e4a687dfd0b330a60 | |
| parent | e6cee3aee371ace96add7705c44d0cb811dfdb87 (diff) | |
php-horde-Horde-Vfs: 2.1.1
| -rw-r--r-- | php-horde-Horde-Vfs.spec | 17 | 
1 files changed, 10 insertions, 7 deletions
| diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec index 8265ba6..b70a7f5 100644 --- a/php-horde-Horde-Vfs.spec +++ b/php-horde-Horde-Vfs.spec @@ -7,7 +7,7 @@  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  Name:           php-horde-Horde-Vfs -Version:        2.1.0 +Version:        2.1.1  Release:        1%{?dist}  Summary:        Virtual File System API @@ -37,20 +37,20 @@ Requires:       php-posix  Requires:       php-pear(PEAR) >= 1.7.0  Requires:       php-channel(%{pear_channel})  Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Exception) <  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  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  # Optionnal  Requires:       php-ftp  Requires:       php-pecl(ssh2)  Requires:       php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Auth) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Auth) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Kolab_Session) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Kolab_Session) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Kolab_Session) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Perms) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Perms) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Perms) <  3.0.0  # Optional and skiped to avoid circular dependency: Horde_Core  # Optional and implicitly required: Horde_Db, Horde_Mime @@ -152,6 +152,9 @@ fi  %changelog +* Wed Jul 17 2013 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 +- Update to 2.1.1 +  * Tue May 07 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-1  - Update to 2.1.0 | 
