diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-07 08:03:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-07 08:03:39 +0200 |
commit | 0b541d15c2ec15a8d54de1ad04b2c35d05316b6e (patch) | |
tree | 73792dba82848a9b90d6d17cb3cf509d11d09424 | |
parent | 3fe668c05a6d1556ff0d945953fff65de2276732 (diff) |
php-horde-Horde-Mime: 2.2.4
-rw-r--r-- | php-horde-Horde-Mime.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index 953c191..3a2aaa6 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Mime -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: Horde MIME Library @@ -42,6 +42,8 @@ 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_Mail) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Mail) < 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Stream) >= 1.3.0 +Requires: php-pear(%{pear_channel}/Horde_Stream) < 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.1.0 @@ -146,6 +148,10 @@ fi %changelog +* Wed Aug 07 2013 Remi Collet <remi@fedoraproject.org> - 2.2.4-1 +- Update to 2.2.4 +- add Requires Horde_Stream >= 1.3.0 + * Wed Jul 17 2013 Remi Collet <remi@fedoraproject.org> - 2.2.3-1 - Update to 2.2.3 |