From 4590b90cc55a437e427b0ce42917bd2e15ebd7f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Dec 2014 17:47:02 +0100 Subject: php-horde-Horde-Dav: 1.1.2 --- php-horde-Horde-Dav.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Dav.spec b/php-horde-Horde-Dav.spec index 4ff99ba..404389f 100644 --- a/php-horde-Horde-Dav.spec +++ b/php-horde-Horde-Dav.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Dav -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Horde library for WebDAV, CalDAV, CardDAV @@ -41,6 +41,8 @@ Requires: php-pear(%{pear_channel}/Horde_Http) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Http) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream) >= 1.2.0 Requires: php-pear(%{pear_channel}/Horde_Stream) < 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 # php-sabredav-Sabre_DAV is 1.7, php-sabre-dav is 1.8 Requires: php-sabre-dav >= 1.8.10 # php-sabredav-Sabre_VObject is 2.1, php-sabre-vobject is 3.1 @@ -65,7 +67,7 @@ sed -e '/sabre/d' \ -e '/%{pear_name}.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml -touch ../package.xml %{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -125,6 +127,10 @@ fi %changelog +* Wed Dec 03 2014 Remi Collet - 1.1.2-1 +- Update to 1.1.2 +- add dependency on Horde_Translation + * Wed Oct 29 2014 Remi Collet - 1.1.1-1 - Update to 1.1.1 -- cgit