diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-02 08:06:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-02 08:06:18 +0200 |
commit | 93c886bc36e76fc1993117b0fe03feac42a8cd9e (patch) | |
tree | 27041fcb756b256788b717b149bf0f080421ad99 | |
parent | f666afa1d28a08e719123fffa904556e746839df (diff) |
php-horde-Horde-Mongo: fix dep
-rw-r--r-- | php-horde-Horde-Mongo.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Mongo.spec b/php-horde-Horde-Mongo.spec index 9b11706..196d60a 100644 --- a/php-horde-Horde-Mongo.spec +++ b/php-horde-Horde-Mongo.spec @@ -12,7 +12,7 @@ Name: php-horde-Horde-Mongo Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Horde Mongo Configuration Group: Development/Libraries @@ -33,7 +33,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-spl -%if 0%{?rhel} == 5 +%if 0%{?rhel} >= 5 Requires: php-pecl(mongo) >= 1.3.0 %else Requires: php-composer(alcaeus/mongo-php-adapter) @@ -101,6 +101,9 @@ fi %changelog +* Sat Jul 2 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-4 +- on switch to alcaeus/mongo-php-adapter with PHP >= 5.5 + * Mon Jun 27 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-3 - drop dependency on mongo extension for PHP 7 - add dependency on alcaeus/mongo-php-adapter |