diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-18 18:17:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-18 18:17:30 +0200 |
commit | b3cd07ba4e55a7fdcfe3fd9d18754c2d419486cf (patch) | |
tree | fc059bce3390c953ec88bd08b768cf245f51aa55 | |
parent | 9f31cc381a525bcef46218173730fb8876fd505b (diff) |
php-horde-Horde-History: 2.1.0
-rw-r--r-- | php-horde-Horde-History.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-horde-Horde-History.spec b/php-horde-Horde-History.spec index 38c73d3..f669751 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.0.2 +Version: 2.1.0 Release: 1%{?dist} Summary: API for tracking the history of an object @@ -30,9 +30,11 @@ Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 +# Optional and implicitly required: +# Horde_HashTable Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -97,6 +99,9 @@ fi %changelog +* Tue Jun 18 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-1 +- Update to 2.1.0 + * Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 |