Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2012-01-17 11:33:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2011-10-18 
14:15:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2012-01-17 
16:09:08.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Dec 20 10:08:57 UTC 2011 - [email protected]
+
+- Update to version 1.11.1:
+  + Fixed several crashes from recent mutex API changes
+  + afc:
+    - Invert the choices order for the device passcode dialog
+    - Tweak the text used to report a device locked error
+    - Add support for iOS5 thumbnails
+  + http: Automatically decompress gzip'ed streams
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Thu Nov 17 16:42:06 UTC 2011 - [email protected]
+
+- Add pkgconfig(libbluray) BuildRequires. The newly available
+  library eases access to Blu-Ray disks.
+
+-------------------------------------------------------------------
+Fri Oct 28 07:41:25 UTC 2011 - [email protected]
+
+- Update to version 1.11.0:
+  + volume monitors:
+    - Keep remote volume monitor proxies alive forever
+    - Support get_sort_key() in out-of-process volume monitors and
+      gvfs-mount(1)
+  + daemon: Grab a pointer to the GvfsBackend before unref'ing a
+    job source, preventing a crash
+  + build: Purge hardcoded -DG_DISABLE_DEPRECATED
+  + Adapt to GLib 2.31.0 deprecations and new API
+  + Updated translations.
+- Update gvfs-nvvfs.patch: only glib.h can be included directly.
+
+-------------------------------------------------------------------

Old:
----
  gvfs-1.10.1.tar.bz2

New:
----
  gvfs-1.11.1.tar.xz

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

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.7NUiRj/_old  2012-01-17 16:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.7NUiRj/_new  2012-01-17 16:09:11.000000000 +0100
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           gvfs
-Version:        1.10.1
-Release:        1
+Version:        1.11.1
+Release:        0
 # FIXME: add libbluray BuildRequires once available (fate#312440)
-License:        LGPLv2.0+
 Summary:        VFS functionality for GLib
-Url:            http://www.gnome.org
+License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
-Source0:        
http://download.gnome.org/sources/gvfs/1.10/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org
+Source0:        
http://download.gnome.org/sources/gvfs/1.11/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch [email protected] -- Provides gvfs 
backend for novell nautilus plugin
 Patch5:         gvfs-nvvfs.patch
@@ -34,7 +32,7 @@
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fuse-devel
-BuildRequires:  glib2-devel >= 2.29.14
+BuildRequires:  glib2-devel >= 2.31.0
 BuildRequires:  intltool
 BuildRequires:  libarchive-devel
 BuildRequires:  libavahi-glib-devel
@@ -51,6 +49,9 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  pkgconfig(libbluray)
 Requires:       libgvfscommon0 = %{version}
 Recommends:     %{name}-lang
 Recommends:     gvfs-backends
@@ -63,8 +64,8 @@
 VFS functionality for GLib.
 
 %package -n libgvfscommon0
-License:        LGPLv2.0+
 Summary:        VFS functionality for GLib
+License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
 Requires:       %{name} >= %{version}
 
@@ -72,8 +73,8 @@
 VFS functionality for GLib.
 
 %package backend-afc
-License:        LGPLv2.0+
 Summary:        VFS functionality for GLib -- iPod / iPhone Support
+License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
@@ -81,8 +82,8 @@
 This package provides a gvfs backend that supports iPod / iPhone devices.
 
 %package backends
-License:        LGPLv2.0+ ; GPLv3
 Summary:        VFS functionality for GLib
+License:        LGPL-2.0+ ; GPL-3.0
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Recommends:     gvfs-backend-afc
@@ -93,8 +94,8 @@
 VFS functionality for GLib.
 
 %package fuse
-License:        LGPLv2.0+
 Summary:        VFS functionality for GLib
+License:        LGPL-2.0+
 Group:          System/Filesystems
 Requires:       %{name} = %{version}
 Requires:       fuse
@@ -103,8 +104,8 @@
 VFS functionality for GLib.
 
 %package devel
-License:        LGPLv2.0+
 Summary:        VFS functionality for GLib
+License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 

++++++ gvfs-nvvfs.patch ++++++
--- /var/tmp/diff_new_pack.7NUiRj/_old  2012-01-17 16:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.7NUiRj/_new  2012-01-17 16:09:11.000000000 +0100
@@ -42,7 +42,7 @@
 +#include <glib/gi18n.h>
 +#include <gio/gio.h>
 +#include <gio/gunixmounts.h>
-+#include <glib/gurifuncs.h>
++#include <glib.h>
 +
 +#include "gvfsbackendnvvfs.h"
 +#include "gvfsmonitor.h"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to