diff options
-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 |