[php-horde-turba] - Update to 4.2.0 - add dep on content, Horde_Vfs - raise dep on Horde_Core

Remi Collet remi at fedoraproject.org
Wed Jul 23 16:41:58 UTC 2014


commit 0007da9e702fe152538120dd42f1873598b56406
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jul 23 18:41:52 2014 +0200

    - Update to 4.2.0
    - add dep on content, Horde_Vfs
    - raise dep on Horde_Core

 .gitignore           |    1 +
 php-horde-turba.spec |   16 +++++++++++++---
 sources              |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea4bb4e..95e01ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /turba-4.1.4.tgz
 /turba-4.1.5.tgz
+/turba-4.2.0.tgz
diff --git a/php-horde-turba.spec b/php-horde-turba.spec
index ed324cf..e5c7eba 100644
--- a/php-horde-turba.spec
+++ b/php-horde-turba.spec
@@ -12,7 +12,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-turba
-Version:        4.1.5
+Version:        4.2.0
 Release:        1%{?dist}
 Summary:        A web based address book
 
@@ -28,7 +28,7 @@ BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 BuildRequires:  php-pear(%{pear_channel}/Horde_Role) >= 1.0.0
 BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
-BuildRequires:  php-pear(%{pear_channel}/Horde_Core) >= 2.3.0
+BuildRequires:  php-pear(%{pear_channel}/Horde_Core) >= 2.12.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -44,11 +44,13 @@ Requires:       php-json
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Role) >= 1.0.0
+Requires:       php-pear(%{pear_channel}/content) >= 2.0.3
+Requires:       php-pear(%{pear_channel}/content) <  3.0.0
 Requires:       php-pear(%{pear_channel}/horde) >= 5.0.0
 Requires:       php-pear(%{pear_channel}/horde) <  6.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Auth) <  3.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Core) >= 2.5.0
+Requires:       php-pear(%{pear_channel}/Horde_Core) >= 2.12.0
 Requires:       php-pear(%{pear_channel}/Horde_Core) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Data) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Data) <  3.0.0
@@ -86,6 +88,8 @@ Requires:       php-pear(%{pear_channel}/Horde_Url) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Url) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Vfs) >= 2.1.3
+Requires:       php-pear(%{pear_channel}/Horde_Vfs) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_View) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_View) <  3.0.0
 # Optional an implicitly required
@@ -205,6 +209,7 @@ fi
 %{pear_testdir}/turba
 %{_bindir}/turba-convert-datatree-shares-to-sql
 %{_bindir}/turba-convert-sql-shares-to-sqlng
+%{_bindir}/turba-import-openxchange
 %{_bindir}/turba-import-squirrelmail-file-abook
 %{_bindir}/turba-import-squirrelmail-sql-abook
 %{_bindir}/turba-import-vcards
@@ -222,6 +227,11 @@ fi
 
 
 %changelog
+* Wed Jul 09 2014 Remi Collet <remi at fedoraproject.org> - 4.2.0-1
+- Update to 4.2.0
+- add dep on content, Horde_Vfs
+- raise dep on Horde_Core
+
 * Mon Jul 07 2014 Remi Collet <remi at fedoraproject.org> - 4.1.5-1
 - Update to 4.1.5
 - run test suite during build
diff --git a/sources b/sources
index 2610ff1..7bb9fb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86603ce7a3a15eb4815aff20a4f386a1  turba-4.1.5.tgz
+5b8bd8f751cba16c3d59060e73086376  turba-4.2.0.tgz


More information about the scm-commits mailing list