diff options
| -rw-r--r-- | php-horde-Horde-Dav.spec | 10 | 
1 files 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 <remi@fedoraproject.org> - 1.1.2-1 +- Update to 1.1.2 +- add dependency on Horde_Translation +  * Wed Oct 29 2014 Remi Collet <remi@fedoraproject.org> - 1.1.1-1  - Update to 1.1.1 | 
