[php-horde-Horde-Cache] - Update to 2.4.0 - add (optional) requires for Horde_HashTable, Horde_Mongo

Remi Collet remi at fedoraproject.org
Sun Jan 26 17:09:59 UTC 2014


commit 89c1ec0593e342686337e48fce721ca01f39c9a1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jan 26 18:10:16 2014 +0100

    - Update to 2.4.0
    - add (optional) requires for Horde_HashTable, Horde_Mongo

 .gitignore                 |    1 +
 php-horde-Horde-Cache.spec |   30 ++++++++++++++++++++++++------
 sources                    |    2 +-
 3 files changed, 26 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7ae246..e015fd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ clog
 /Horde_Cache-2.2.0.tgz
 /Horde_Cache-2.2.1.tgz
 /Horde_Cache-2.3.0.tgz
+/Horde_Cache-2.4.0.tgz
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec
index 5dc6aa1..a48b8a0 100644
--- a/php-horde-Horde-Cache.spec
+++ b/php-horde-Horde-Cache.spec
@@ -1,10 +1,19 @@
-%{!?__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}
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %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,12 +40,18 @@ 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
-# Optional and not yet available: Horde_Mongo, Horde_HashTable
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -93,6 +107,10 @@ fi
 
 
 %changelog
+* Sat Jan 25 2014 Remi Collet <remi at fedoraproject.org> - 2.4.0-1
+- Update to 2.4.0
+- add (optional) requires for Horde_HashTable, Horde_Mongo
+
 * Tue Oct 08 2013 Remi Collet <remi at fedoraproject.org> - 2.3.0-1
 - Update to 2.3.0
 
diff --git a/sources b/sources
index 9266e6d..3d1ddf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2358522bdc4b1b7430b1529c9cd0d7c7  Horde_Cache-2.3.0.tgz
+3456dd409350846ed4c8e1e689e2bc3c  Horde_Cache-2.4.0.tgz


More information about the scm-commits mailing list