[gvfs/f16] 1.9.3

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 16 22:55:12 UTC 2011


commit 1c0fdf2ae976d14bf58bbf446e9dbbf150eee007
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 16 18:51:52 2011 -0400

    1.9.3

 .gitignore |    1 +
 gvfs.spec  |   21 ++++++---------------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 803af7a..88f5b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gvfs-1.6.3.tar.bz2
 /gvfs-1.9.0.tar.bz2
 /gvfs-1.9.1.tar.xz
 /gvfs-1.9.2.tar.xz
+/gvfs-1.9.3.tar.xz
diff --git a/gvfs.spec b/gvfs.spec
index 6628c1b..a2f4361 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -1,6 +1,6 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
-Version: 1.9.2
+Version: 1.9.3
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -34,8 +34,6 @@ BuildRequires: libtool
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=567235
 Patch0: gvfs-archive-integration.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=655401
-Patch1: gvfs-1.9.2-fuse-statfs.patch
 
 Obsoletes: gnome-mount <= 0.8
 Obsoletes: gnome-mount-nautilus-properties <= 0.8
@@ -133,7 +131,6 @@ including phones and music players to applications using gvfs.
 %prep
 %setup -q
 %patch0 -p1 -b .archive-integration
-%patch1 -p1 -b .fuse-statfs
 
 %build
 
@@ -156,9 +153,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
 
 %find_lang gvfs
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 /sbin/ldconfig
 # Reload .mount files:
@@ -196,7 +190,6 @@ killall -USR1 gvfsd >&/dev/null || :
 %endif
 
 %files -f gvfs.lang
-%defattr(-, root, root, -)
 %doc AUTHORS COPYING NEWS README
 %dir %{_datadir}/gvfs
 %dir %{_datadir}/gvfs/mounts
@@ -256,7 +249,6 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_bindir}/gvfs-set-attribute
 
 %files devel
-%defattr(-, root, root, -)
 %dir %{_includedir}/gvfs-client
 %dir %{_includedir}/gvfs-client/gvfs
 %{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
@@ -266,12 +258,10 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %files fuse
-%defattr(-, root, root, -)
 %{_libexecdir}/gvfs-fuse-daemon
 
 
 %files smb
-%defattr(-, root, root, -)
 %{_libexecdir}/gvfsd-smb
 %{_libexecdir}/gvfsd-smb-browse
 %{_datadir}/gvfs/mounts/smb-browse.mount
@@ -279,20 +269,17 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %files archive
-%defattr(-, root, root, -)
 %{_datadir}/applications/mount-archive.desktop
 %{_libexecdir}/gvfsd-archive
 %{_datadir}/gvfs/mounts/archive.mount
 
 
 %files obexftp
-%defattr(-, root, root, -)
 %{_libexecdir}/gvfsd-obexftp
 %{_datadir}/gvfs/mounts/obexftp.mount
 
 
 %files gphoto2
-%defattr(-, root, root, -)
 %{_libexecdir}/gvfsd-gphoto2
 %{_datadir}/gvfs/mounts/gphoto2.mount
 %{_libexecdir}/gvfs-gphoto2-volume-monitor
@@ -301,7 +288,6 @@ killall -USR1 gvfsd >&/dev/null || :
 
 %ifnarch s390 s390x
 %files afc
-%defattr(-, root, root, -)
 %{_libexecdir}/gvfsd-afc
 %{_datadir}/gvfs/mounts/afc.mount
 %{_libexecdir}/gvfs-afc-volume-monitor
@@ -310,6 +296,11 @@ killall -USR1 gvfsd >&/dev/null || :
 %endif
 
 %changelog
+* Tue Aug 16 2011 Matthias Clasen <mclasen at redhat.com> - 1.9.3-1
+- Update to 1.9.3
+- Drop obsolete patches
+- Clean up spec a bit
+
 * Wed Jul 27 2011 Tomas Bzatek <tbzatek at redhat.com> - 1.9.2-1
 - Update to 1.9.2
 - Enable real statfs calls in the fuse daemon
diff --git a/sources b/sources
index b330c8c..c77b0fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-047ad1950c36a0cb8c8821b8f038a05d  gvfs-1.9.2.tar.xz
+2d78cba81a7d4f8a0e076dfaffa090f8  gvfs-1.9.3.tar.xz


More information about the scm-commits mailing list