diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-05-13 15:38:05 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-05-13 15:38:05 +0200 | 
| commit | d84b892546c2c5089870f52df5b47943f20bd3ed (patch) | |
| tree | af8d09cdca7d6a5a425510eabcafddc95bf3f334 | |
| parent | 217b1e46a3e2e069bc773f698d01517fc30a5a03 (diff) | |
php-horde-Horde-Rpc: 2.0.5
| -rw-r--r-- | php-horde-Horde-Rpc.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/php-horde-Horde-Rpc.spec b/php-horde-Horde-Rpc.spec index 97ad693..c926f72 100644 --- a/php-horde-Horde-Rpc.spec +++ b/php-horde-Horde-Rpc.spec @@ -1,3 +1,4 @@ +%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}  %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}  %global pear_name    Horde_Rpc  %global pear_channel pear.horde.org @@ -6,7 +7,7 @@  # so, don't run it during rpmbuild  Name:           php-horde-Horde-Rpc -Version:        2.0.4 +Version:        2.0.5  Release:        1%{?dist}  Summary:        Horde RPC API @@ -35,8 +36,8 @@ Requires:       php-pear(PEAR) >= 1.7.0  Requires:       php-channel(%{pear_channel})  Requires:       php-pear(%{pear_channel}/Horde_Core) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Core) >= 3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Dav) >= 1.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Dav) >= 2.0.0 +#Requires:      php-pear(%{pear_channel}/Horde_Dav) >= 1.0.0 +#Requires:      php-pear(%{pear_channel}/Horde_Dav) <  2.0.0  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_Perms) >= 2.0.0 @@ -130,6 +131,10 @@ fi  %changelog +* Mon May 13 2013 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 +- don't requires Horde_Dav until stable +  * Tue May 07 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-1  - Update to 2.0.4 | 
