[gvfs] Update to 1.9.4 New AFP backend in separate subpackage

Tomas Bzatek tbzatek at fedoraproject.org
Tue Aug 30 12:40:59 UTC 2011


commit a456416bc96810ab4a9388eb6fc0ce92791e7fe1
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Tue Aug 30 14:40:31 2011 +0200

    Update to 1.9.4
    New AFP backend in separate subpackage

 .gitignore                   |    1 +
 gvfs-1.9.2-fuse-statfs.patch |  116 ------------------------------------------
 gvfs.spec                    |   33 ++++++++++--
 sources                      |    2 +-
 4 files changed, 31 insertions(+), 121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88f5b7c..e400cf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ gvfs-1.6.3.tar.bz2
 /gvfs-1.9.1.tar.xz
 /gvfs-1.9.2.tar.xz
 /gvfs-1.9.3.tar.xz
+/gvfs-1.9.4.tar.xz
diff --git a/gvfs.spec b/gvfs.spec
index a2f4361..e90d60c 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -1,15 +1,15 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
-Version: 1.9.3
+Version: 1.9.4
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
 Source: http://download.gnome.org/sources/gvfs/1.9/gvfs-%{version}.tar.xz
 BuildRequires: pkgconfig
-BuildRequires: glib2-devel >= 2.27.4
+BuildRequires: glib2-devel >= 2.29.14
 # for post-install update-gio-modules and overall functionality
-Requires: glib2 >= 2.27.4
+Requires: glib2 >= 2.29.14
 BuildRequires: dbus-glib-devel
 BuildRequires: /usr/bin/ssh
 BuildRequires: libcdio-devel >= 0.78.2
@@ -21,9 +21,10 @@ BuildRequires: avahi-glib-devel >= 0.6
 BuildRequires: libgnome-keyring-devel
 BuildRequires: intltool
 BuildRequires: gettext-devel
-BuildRequires: gnome-disk-utility-devel >= 2.29.90-1
+BuildRequires: gnome-disk-utility-devel >= 3.0.2
 BuildRequires: PolicyKit-devel
 BuildRequires: expat-devel
+BuildRequires: libbluray-devel
 
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
@@ -127,6 +128,19 @@ This package provides support for reading files on mobile devices
 including phones and music players to applications using gvfs.
 %endif
 
+%package afp
+Summary: AFP support for gvfs
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+BuildRequires: libgcrypt-devel >= 1.2.2
+# this should ensure having this new subpackage installed on upgrade from older versions
+Obsoletes: %{name} < 1.9.4-1
+
+%description afp
+This package provides support for reading and writing files on
+Mac OS X and original Mac OS network shares via Apple Filing Protocol
+to applications using gvfs.
+
 
 %prep
 %setup -q
@@ -235,6 +249,7 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_bindir}/gvfs-info
 %{_bindir}/gvfs-less
 %{_bindir}/gvfs-ls
+%{_bindir}/gvfs-mime
 %{_bindir}/gvfs-mkdir
 %{_bindir}/gvfs-monitor-dir
 %{_bindir}/gvfs-monitor-file
@@ -295,7 +310,17 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_datadir}/gvfs/remote-volume-monitors/afc.monitor
 %endif
 
+%files afp
+%{_libexecdir}/gvfsd-afp
+%{_libexecdir}/gvfsd-afp-browse
+%{_datadir}/gvfs/mounts/afp.mount
+%{_datadir}/gvfs/mounts/afp-browse.mount
+
 %changelog
+* Tue Aug 30 2011 Tomas Bzatek <tbzatek at redhat.com> - 1.9.4-1
+- Update to 1.9.4
+- New AFP backend in separate subpackage
+
 * Tue Aug 16 2011 Matthias Clasen <mclasen at redhat.com> - 1.9.3-1
 - Update to 1.9.3
 - Drop obsolete patches
diff --git a/sources b/sources
index c77b0fa..90196c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d78cba81a7d4f8a0e076dfaffa090f8  gvfs-1.9.3.tar.xz
+24d47b4cbcc896bf9a1fb8756e186c8a  gvfs-1.9.4.tar.xz


More information about the scm-commits mailing list