From a1733acb6aceed4c7c83d59aa459fe0b81f041d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Mar 2014 16:20:33 +0100 Subject: php-horde-turba: 4.1.4 --- php-horde-turba.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 71a2401..2168897 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name turba %global pear_channel pear.horde.org @@ -17,7 +17,7 @@ # "horde-turba" sub package with apache stuff Name: php-horde-turba -Version: 4.1.3 +Version: 4.1.4 Release: 1%{?dist} Summary: A web based address book @@ -56,6 +56,8 @@ Requires: php-pear(%{pear_channel}/Horde_Data) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Data) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) < 3.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 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Form) >= 2.0.0 @@ -90,6 +92,7 @@ Requires: php-pear(%{pear_channel}/Horde_View) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_View) < 3.0.0 # Optional an implicitly required # Horde_Db, Horde_Imsp, Horde_Ldap +# Horde_Kolab_Format, Horde_Kolab_Storage # Not yet available Horde_Service_Facebook Provides: php-pear(%{pear_channel}/turba) = %{version} @@ -216,6 +219,10 @@ fi %changelog +* Mon Mar 10 2014 Remi Collet - 4.1.4-1 +- Update to 4.1.4 +- add dependency on Horde_Dav + * Tue Oct 29 2013 Remi Collet - 4.1.3-1 - Update to 4.1.3 -- cgit