diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-01-25 07:20:02 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-01-25 07:20:02 +0100 | 
| commit | ad9857ce835bfcd59d86b704542fda2266be8553 (patch) | |
| tree | 2b9f55d6bcc52b17e29d67be92b675907b9d895b /php-horde-Horde-Cache.spec | |
| parent | 612b5176585fe57c1ddbe79eb539da8c752c2882 (diff) | |
php-horde-Horde-Cache: 2.4.0
Diffstat (limited to 'php-horde-Horde-Cache.spec')
| -rw-r--r-- | php-horde-Horde-Cache.spec | 24 | 
1 files changed, 19 insertions, 5 deletions
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec index 1360cb3..868c2e4 100644 --- a/php-horde-Horde-Cache.spec +++ b/php-horde-Horde-Cache.spec @@ -1,9 +1,18 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Cache +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear:       %global __pear       %{_bindir}/pear}  %global pear_name    Horde_Cache  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Cache -Version:        2.3.0 +Version:        2.4.0  Release:        1%{?dist}  Summary:        Horde Caching API @@ -20,10 +29,9 @@ BuildRequires:  php-channel(%{pear_channel})  Requires(post): %{__pear}  Requires(postun): %{__pear} +# From package.xml, required  Requires:       php(language) >= 5.3.0 -Requires:       php-date  Requires:       php-hash -Requires:       php-spl  Requires:       php-pear(PEAR) >= 1.7.0  Requires:       php-channel(%{pear_channel})  Requires:       php-pear(%{pear_channel}/Horde_Compress_Fast) >= 1.0.0 @@ -32,13 +40,16 @@ Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0 -# Optional dependencies +# From package.xml, optional  Requires:       php-pear(%{pear_channel}/Horde_HashTable) >= 1.0.0  Requires:       php-pear(%{pear_channel}/Horde_HashTable) <  2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Log) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Log) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Mongo) >= 1.0.0  Requires:       php-pear(%{pear_channel}/Horde_Mongo) <  2.0.0 +# From phpcompatinfo report for version 2.4.0 +Requires:       php-date +Requires:       php-spl  # Optional and omitted to avoid circular dep : Horde_Db  # Optional and implicitly requires Horde_Memcache @@ -97,6 +108,9 @@ fi  %changelog +* Sat Jan 25 2014 Remi Collet <remi@fedoraproject.org> - 2.4.0-1 +- Update to 2.4.0 +  * Tue Oct 08 2013 Remi Collet <remi@fedoraproject.org> - 2.3.0-1  - Update to 2.3.0  | 
