From ad9857ce835bfcd59d86b704542fda2266be8553 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jan 2014 07:20:02 +0100 Subject: php-horde-Horde-Cache: 2.4.0 --- php-horde-Horde-Cache.spec | 24 +++++++++++++++++++----- 1 file 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 - 2.4.0-1 +- Update to 2.4.0 + * Tue Oct 08 2013 Remi Collet - 2.3.0-1 - Update to 2.3.0 -- cgit