diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-09 13:57:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-09 13:57:46 +0100 |
commit | 0b4b387d807c68386dcde340f7721d1c2623e3cb (patch) | |
tree | d86d750df0b2ac2ef8d21a9bc014dce9bb3f85c9 /php-horde-Horde-Mongo.spec | |
parent | 7bec2ec27b3c58c883b9be6d6246ddf66e14b2ee (diff) |
php-horde-Horde-Mongo: 1.0.3
Diffstat (limited to 'php-horde-Horde-Mongo.spec')
-rw-r--r-- | php-horde-Horde-Mongo.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-horde-Horde-Mongo.spec b/php-horde-Horde-Mongo.spec index e26ba83..9fd54df 100644 --- a/php-horde-Horde-Mongo.spec +++ b/php-horde-Horde-Mongo.spec @@ -6,13 +6,12 @@ # # Please, preserve the changelog entries # -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Mongo %global pear_channel pear.horde.org Name: php-horde-Horde-Mongo -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Horde Mongo Configuration @@ -36,6 +35,8 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-mongo) = %{version} + %description Provides an API to ensure that the PECL Mongo extension can be used @@ -90,6 +91,10 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 +- Update to 1.0.3 +- add provides php-composer(horde/horde-mongo) + * Wed Oct 16 2013 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 - Update to 1.0.2 |