From fd1c5930d6dfd090d8af135d21bae0822e82c3ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Mar 2014 16:26:30 +0100 Subject: php-horde-nag: 4.1.4 --- php-horde-nag.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-horde-nag.spec b/php-horde-nag.spec index 736f533..2841f6d 100644 --- a/php-horde-nag.spec +++ b/php-horde-nag.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 nag %global pear_channel pear.horde.org @@ -17,7 +17,7 @@ # "horde-nag" sub package with apache stuff Name: php-horde-nag -Version: 4.1.3 +Version: 4.1.4 Release: 1%{?dist} Summary: A web based task list manager @@ -58,6 +58,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_Date_Parser) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Date_Parser) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 @@ -203,6 +205,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