[php-horde-Horde-Db] update to 2.1.0

Remi Collet remi at fedoraproject.org
Wed Mar 5 08:40:26 UTC 2014


commit c389f9fdb6772d74cd8d3fd014908ea0407a6d65
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Mar 5 09:40:11 2014 +0100

    update to 2.1.0

 .gitignore              |    1 +
 php-horde-Horde-Db.spec |   20 +++++++++++++++++---
 sources                 |    2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d39658..5bc1329 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Horde_Db-2.0.2.tgz
 /Horde_Db-2.0.3.tgz
 /Horde_Db-2.0.4.tgz
+/Horde_Db-2.1.0.tgz
diff --git a/php-horde-Horde-Db.spec b/php-horde-Horde-Db.spec
index f190c09..4670ec7 100644
--- a/php-horde-Horde-Db.spec
+++ b/php-horde-Horde-Db.spec
@@ -1,10 +1,19 @@
+# spec file for php-horde-Horde-Db
+#
+# 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}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Db
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Db
-Version:        2.0.4
+Version:        2.1.0
 Release:        1%{?dist}
 Summary:        Horde Database Libraries
 
@@ -36,7 +45,9 @@ 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_Support) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0
-# Optionnal
+Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
+# Optional
 Requires:       php-pear(%{pear_channel}/Horde_Autoloader) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Autoloader) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0
@@ -109,6 +120,9 @@ fi
 
 
 %changelog
+* Tue Mar 04 2014 Remi Collet <remi at fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
 * Fri Aug 23 2013 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
 - Update to 2.0.4
 
diff --git a/sources b/sources
index 0d7717f..8af0178 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6f1d9186e46de63231f0c42fe44ced7  Horde_Db-2.0.4.tgz
+d56d300473642aaa3501da25fb7e0269  Horde_Db-2.1.0.tgz


More information about the scm-commits mailing list