diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-15 14:57:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-15 14:57:35 +0200 |
commit | 2672b555a48b0358b785fd0da302015cef37542d (patch) | |
tree | 7976e0f29fce54f3039dce6d49b2e1ea862f3b49 | |
parent | 491f3482abb4e4d566ee78f196f40efe8303be17 (diff) |
php-horde-Horde-Stream: 1.4.0
-rw-r--r-- | php-horde-Horde-Stream.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec index 5bc0258..ef46962 100644 --- a/php-horde-Horde-Stream.spec +++ b/php-horde-Horde-Stream.spec @@ -3,7 +3,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Stream -Version: 1.3.0 +Version: 1.4.0 Release: 1%{?dist} Summary: Horde stream handler @@ -14,6 +14,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests @@ -21,7 +22,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-json Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 @@ -90,6 +91,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- Update to 1.4.0 + * Mon Aug 05 2013 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 - Update to 1.3.0 |