diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-15 14:51:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-15 14:51:19 +0200 |
commit | ce69417aca497c8730d0575668cdd21217732c1b (patch) | |
tree | 52f19f76c2d386dbfd026819eba03ba3385a0b88 | |
parent | 4fb0eddf09c2d86eb1da34d77cdf870016c27224 (diff) |
php-horde-Horde-History: 2.2.1
-rw-r--r-- | php-horde-Horde-History.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-History.spec b/php-horde-Horde-History.spec index 9ba1f20..60315e0 100644 --- a/php-horde-Horde-History.spec +++ b/php-horde-Horde-History.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-History -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: API for tracking the history of an object @@ -15,7 +15,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: php-common >= 5.3.0 +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests @@ -24,7 +24,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-date Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 @@ -99,6 +99,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 +- Update to 2.2.1 + * Tue Aug 27 2013 Remi Collet <remi@fedoraproject.org> - 2.2.0-1 - Update to 2.2.0 |