Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
php-horde-Horde-Kolab-Server: 2.0.4
  • Loading branch information
remicollet committed Apr 28, 2015
1 parent d30493d commit d7dfca2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/horde/buildorder
Expand Up @@ -90,7 +90,7 @@ Build order
* Horde_Compress 2.1.2 BR: Horde_Test, Horde_Stream_Filter R: Horde_Exception, Horde_Mime, Horde_Translation, Horde_Util, Horde_Icalendar, Horde_Mapi
* Horde_Data 2.1.2 BR: Horde_Test R: Horde_Browser, Horde_Exception, Horde_Icalendar, Horde_Mail, Horde_Mime, Horde_Translation, Horde_Util
* Horde_Itip 2.1.0 BR: Horde_Test, Horde_Icalendar R: Horde_Icalendar, Horde_Mime, Horde_Translation, Horde_Prefs
* Horde_Kolab_Server 2.0.3 BR: Horde_Test R: Horde_Auth, Horde_Exception
* Horde_Kolab_Server 2.0.4 BR: Horde_Test R: Horde_Auth, Horde_Exception, Horde_Util
* Horde_Kolab_Session 2.0.2 BR: Horde_Test, Horde_Imap_Client, Horde_Kolab_Server R: Horde_Exception, Horde_Imap_Client, Horde_Kolab_Server
* Horde_Mail_Autoconfig 1.0.2 BR: Horde_Test R: Horde_Exception, Horde_Http, Horde_Imap_Client, Horde_Mail, Horde_Smtp
* Horde_Mime_Viewer 2.1.0 BR: Horde_Role R: Horde_Role, Horde_Browser, Horde_Compress, Horde_Exception, Horde_Mime, Horde_Text_Filter, Horde_Text_Flowed, Horde_Util, Horde_Translation
Expand Down
Expand Up @@ -11,7 +11,7 @@
%global pear_channel pear.horde.org

Name: php-horde-Horde-Kolab-Server
Version: 2.0.3
Version: 2.0.4
Release: 1%{?dist}
Summary: A package for manipulating the Kolab user database

Expand All @@ -32,14 +32,18 @@ Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php-pear(PEAR) >= 1.7.0
Requires: php-pcre
Requires: php-hash
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Auth) < 3.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_Util) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0
# optional and implicitly required: Horde_Date, Horde_Ldap

Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
Provides: php-composer(horde/horde-kolab-server) = %{version}


%description
Expand Down Expand Up @@ -100,6 +104,11 @@ fi


%changelog
* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
- add dependency on Horde_Util
- add provides php-composer(horde/horde-kolab-server)

* Wed Jan 07 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
- raise dependency on Horde_Test 2.4.0
Expand Down

0 comments on commit d7dfca2

Please sign in to comment.