summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Vfs.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-07 09:07:13 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-07 09:07:13 +0200
commite62d5780fc5e0311a2ce0ed94d5a33aec1cde68f (patch)
tree34fe689f97144bf63704cc9cb2786a55a48b6b13 /php-horde-Horde-Vfs.spec
parent60be203fee49c014f372675608641c2ac0288f4f (diff)
php-horde-Horde-Vfs: 2.1.0
Diffstat (limited to 'php-horde-Horde-Vfs.spec')
-rw-r--r--php-horde-Horde-Vfs.spec19
1 files changed, 7 insertions, 12 deletions
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec
index cf83f73..270440f 100644
--- a/php-horde-Horde-Vfs.spec
+++ b/php-horde-Horde-Vfs.spec
@@ -8,8 +8,8 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-horde-Horde-Vfs
-Version: 2.0.4
-Release: 3%{?dist}
+Version: 2.1.0
+Release: 1%{?dist}
Summary: Virtual File System API
Group: Development/Libraries
@@ -17,9 +17,6 @@ License: LGPLv2
URL: http://pear.horde.org
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
-# https://github.com/horde/horde/pull/29
-Patch0: %{name}-shebang.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: php-common >= 5.3.0
@@ -51,15 +48,12 @@ 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_Db) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Kolab_Session) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Kolab_Session) >= 3.0.0
-Requires: php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Mime) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Perms) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Perms) >= 3.0.0
-# skip Horde_Core (avoid circular dependency)
+# Optional and skiped to avoid circular dependency: Horde_Core
+# Optional and implicitly required: Horde_Db, Horde_Mime
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -82,8 +76,6 @@ object-based and array-based interfaces to directory listings.
%prep
%setup -q -c
-%patch0 -p0 -b .shebang
-
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -161,6 +153,9 @@ fi
%changelog
+* Tue May 07 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
* Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-3
- fix shebang, https://github.com/horde/horde/pull/29