diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-12 08:42:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-12 08:42:31 +0100 |
commit | 1d2169035d753d3952093c943724474df878a25b (patch) | |
tree | 7f1e7f8a6072f61a4a893e8c50d611c61ca5d60a | |
parent | 2c8d46b034ba054cdf9eacdf0294e8c7227f06b7 (diff) |
php-horde-Horde-Stream: 1.6.1
-rw-r--r-- | php-horde-Horde-Stream.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec index 979e863..fc26805 100644 --- a/php-horde-Horde-Stream.spec +++ b/php-horde-Horde-Stream.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Stream -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Horde stream handler @@ -37,11 +37,12 @@ Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 # From package.xml, optional +Requires: php-pear(%{pear_channel}/Horde_Stream_Wrapper) >= 2.1.0 +Requires: php-pear(%{pear_channel}/Horde_Stream_Wrapper) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # From phpcompatinfo report for version 1.6.0 Requires: php-json -# Optional and yet available : Horde_String_Wrapper >= 2.1.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -104,6 +105,10 @@ fi %changelog +* Wed Feb 12 2014 Remi Collet <remi@fedoraproject.org> - 1.6.1-1 +- Update to 1.6.1 +- add optional dependencies, Horde_Stream_Wrapper, Horde_Util + * Wed Feb 12 2014 Remi Collet <remi@fedoraproject.org> - 1.6.0-1 - Update to 1.6.0 |