Mailinglist Archive: opensuse-commit (794 mails)

< Previous Next >
commit gvfs for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 04 Sep 2009 01:24:33 +0200
  • Message-id: <20090903232434.49E01648E@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory
checked in at Fri Sep 4 01:24:33 CEST 2009.



--------
--- GNOME/gvfs/gvfs.changes 2009-08-10 21:29:48.000000000 +0200
+++ gvfs/gvfs.changes 2009-08-25 13:34:33.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Aug 25 13:27:08 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 1.3.5:
+ + Properly translate gvfs-* programs
+ + Implement support for g_cancellable_release_fd
+ + sftp: Handle existing file on mkdir
+ + smb: Better performance when reading files
+ + ftp: Fix memory leaks
+ + Make dav mounts work be accessible with fuse (bgo#590730,
+ bgo#590862)
+ + metadata: Fix memory leaks in daemon
+ + metadata: Fix rare write error on journal wrapover
+ + gphoto: Handle removal of camera with multiple storage heads
+ + hal: Fix crash for volumes with no HAL UDI
+- Reorder preamble.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gvfs-1.3.4.tar.bz2

New:
----
gvfs-1.3.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.9VU1gd/_old 2009-09-04 01:22:40.000000000 +0200
+++ /var/tmp/diff_new_pack.9VU1gd/_new 2009-09-04 01:22:40.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gvfs (Version 1.3.4)
+# spec file for package gvfs (Version 1.3.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,10 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild


Name: gvfs
+Version: 1.3.5
+Release: 1
+License: LGPL v2.0 or later
+Summary: VFS functionality for GLib
+Url: http://www.gnome.org
+Group: Development/Libraries/C and C++
+Source0: %{name}-%{version}.tar.bz2
+# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@xxxxxxx -- Implements
Novell IceDesktop backend. Should be upstreamed eventually.
+Patch1: gvfs-dice-backend.patch
+# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959
hpj@xxxxxxx -- Fix URI handler lookup with blank schemas.
+Patch4: gvfs-429959-handle-blank-schemas.patch
+# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@xxxxxxxxxx -- Provides gvfs
backend for novell nautilus plugin
+Patch5: gvfs-nvvfs.patch
+# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@xxxxxxxxxx -- Provides NDS
browsing for nautilus
+Patch6: gvfs-nds.patch
BuildRequires: bluez-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: fuse-devel
@@ -32,45 +46,24 @@
BuildRequires: libcdio-devel
BuildRequires: libexpat-devel
BuildRequires: libgphoto2-devel
-%if %suse_version > 1110
-BuildRequires: libgdu-devel
-BuildRequires: libgudev-1_0-devel
-%endif
BuildRequires: libsmbclient-devel
BuildRequires: libsoup-devel
BuildRequires: pkg-config
BuildRequires: translation-update-upstream
-Summary: VFS functionality for GLib
-Version: 1.3.4
-Release: 1
-License: LGPL v2.0 or later
-Group: Development/Libraries/C and C++
-Source0: %{name}-%{version}.tar.bz2
-# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@xxxxxxx -- Implements
Novell IceDesktop backend. Should be upstreamed eventually.
-Patch1: gvfs-dice-backend.patch
-# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959
hpj@xxxxxxx -- Fix URI handler lookup with blank schemas.
-Patch4: gvfs-429959-handle-blank-schemas.patch
-# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@xxxxxxxxxx -- Provides gvfs
backend for novell nautilus plugin
-Patch5: gvfs-nvvfs.patch
-# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@xxxxxxxxxx -- Provides NDS
browsing for nautilus
-Patch6: gvfs-nds.patch
-Url: http://www.gnome.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if %suse_version > 1110
+BuildRequires: libgdu-devel
+BuildRequires: libgudev-1_0-devel
+%endif
Requires: %{name}-lang = %{version}
Requires: libgvfscommon0 = %{version}
Recommends: gvfs-backends
Recommends: gvfs-common
Recommends: gvfs-fuse
+BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
VFS functionality for GLib.

-
-
-Authors:
---------
- Alexander Larsson <alexl@xxxxxxxxxx>
-
%package -n libgvfscommon0
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
@@ -80,12 +73,6 @@
%description -n libgvfscommon0
VFS functionality for GLib.

-
-
-Authors:
---------
- Alexander Larsson <alexl@xxxxxxxxxx>
-
%package backends
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
@@ -97,12 +84,6 @@
%description backends
VFS functionality for GLib.

-
-
-Authors:
---------
- Alexander Larsson <alexl@xxxxxxxxxx>
-
%package fuse
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
@@ -113,12 +94,6 @@
%description fuse
VFS functionality for GLib.

-
-
-Authors:
---------
- Alexander Larsson <alexl@xxxxxxxxxx>
-
%package devel
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
@@ -128,15 +103,9 @@
%description devel
VFS functionality for GLib.

-
-
-Authors:
---------
- Alexander Larsson <alexl@xxxxxxxxxx>
-
%lang_package
%prep
-%setup -n %{name}-%{version}
+%setup -q
translation-update-upstream
%patch1 -p1
%patch4 -p1
@@ -153,10 +122,10 @@

%install
%makeinstall
-rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
-rm $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.*a
+rm %{buildroot}%{_libdir}/*.*a
+rm %{buildroot}%{_libdir}/gio/modules/*.*a
# We can drop the chmod when bgo523420 is fixed.
-chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
+chmod -x %{buildroot}%{_sysconfdir}/profile.d/*
%find_lang %{name}

%post -n libgvfscommon0 -p /sbin/ldconfig
@@ -164,7 +133,7 @@
%postun -n libgvfscommon0 -p /sbin/ldconfig

%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}

%files
%defattr(-, root, root)

++++++ gvfs-1.3.4.tar.bz2 -> gvfs-1.3.5.tar.bz2 ++++++
++++ 31990 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread