[php-horde-Horde-Vfs] update to 2.1.1

Remi Collet remi at fedoraproject.org
Thu Jul 25 15:01:28 UTC 2013


commit ac911745c58ed1760fe5983f5e1e00b048c9a4fa
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jul 25 17:01:12 2013 +0200

    update to 2.1.1

 .gitignore               |    1 +
 php-horde-Horde-Vfs.spec |   15 +++++++++------
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7af331..662be4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 /Horde_Vfs-2.0.4.tgz
 /Horde_Vfs-2.1.0.tgz
+/Horde_Vfs-2.1.1.tgz
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec
index b1d6290..6629f64 100644
--- a/php-horde-Horde-Vfs.spec
+++ b/php-horde-Horde-Vfs.spec
@@ -8,7 +8,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-horde-Horde-Vfs
-Version:        2.1.0
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        Virtual File System API
 
@@ -37,18 +37,18 @@ Requires:       php-posix
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
 # Optionnal
 Requires:       php-ftp
 Requires:       php-pecl(ssh2)
 Requires:       php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Auth) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Auth) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Perms) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Perms) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Perms) <  3.0.0
 # Optional and skiped to avoid circular dependency: Horde_Core
 # Optional and implicitly required: Horde_Db, Horde_Mime
 # TODO Horde_Kolab_Session
@@ -150,6 +150,9 @@ fi
 
 
 %changelog
+* Thu Jul 25 2013 Remi Collet <remi at fedoraproject.org> - 2.1.1-1
+- Update to 2.1.1
+
 * Tue May 07 2013 Remi Collet <remi at fedoraproject.org> - 2.1.0-1
 - Update to 2.1.0
 
diff --git a/sources b/sources
index dacfca5..a10a19a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4f2873d64828ed254b3fc9535b8754e  Horde_Vfs-2.1.0.tgz
+171b9231f21bc7e16669648678e65043  Horde_Vfs-2.1.1.tgz


More information about the scm-commits mailing list