Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory
checked in at Wed Aug 3 17:16:31 CEST 2011.



--------
--- GNOME/gvfs/gvfs.changes     2011-07-01 11:18:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/gvfs/gvfs.changes      2011-07-28 
09:04:01.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Jul 28 09:03:07 CEST 2011 - [email protected]
+
+- Update to version 1.9.2:
+  + ftp: Fix stupid proxy servers disconnecting on FEAT
+  + gdu: Respect UDISKS_AUTOMOUNT_HINT available in recent udisks
+    and gnome-disk-utility
+  + build: Lower AC_PREREQ requirement
+  + Updated translations.
+- Add gvfs-g_format_size.patch: do not use deprecated API to fix
+  build.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gvfs-1.9.1.tar.bz2

New:
----
  gvfs-1.9.2.tar.bz2
  gvfs-g_format_size.patch

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

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.1iudPE/_old  2011-08-03 17:13:27.000000000 +0200
+++ /var/tmp/diff_new_pack.1iudPE/_new  2011-08-03 17:13:27.000000000 +0200
@@ -18,15 +18,17 @@
 
 
 Name:           gvfs
-Version:        1.9.1
+Version:        1.9.2
 Release:        1
 # FIXME: add libbluray BuildRequires once available (fate#312440)
 License:        LGPLv2.0+
 Summary:        VFS functionality for GLib
 Url:            http://www.gnome.org
 Group:          Development/Libraries/C and C++
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://download.gnome.org/sources/gvfs/1.9/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM gvfs-g_format_size.patch bgo#655474 [email protected] -- 
Do not use deprecated glib API to fix build
+Patch0:         gvfs-g_format_size.patch
 # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch [email protected] -- Provides gvfs 
backend for novell nautilus plugin
 Patch5:         gvfs-nvvfs.patch
 # PATCH-FEATURE-OPENSUSE gvfs-nds.patch [email protected] -- Provides NDS 
browsing for nautilus
@@ -113,6 +115,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 %patch5 -p1
 %patch6 -p1
 autoreconf -f

++++++ gvfs-1.9.1.tar.bz2 -> gvfs-1.9.2.tar.bz2 ++++++
++++ 8897 lines of diff (skipped)

++++++ gvfs-g_format_size.patch ++++++
commit ab7b527c5324a81271915271ae1ce20ba9964225
Author: Vincent Untz <[email protected]>
Date:   Thu Jul 28 08:56:13 2011 +0200

    gvfs-copy: Do not use deprecated g_format_size_for_display()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655474

diff --git a/configure.ac b/configure.ac
index 870415e..3c6d5b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ GTK_DOC_CHECK
 DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
 
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.27.4 gthread-2.0 gobject-2.0 
gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.29.14 gthread-2.0 gobject-2.0 
gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
 
 PKG_CHECK_MODULES(DBUS, dbus-1)
 
diff --git a/programs/gvfs-copy.c b/programs/gvfs-copy.c
index 90b8821..9caf779 100644
--- a/programs/gvfs-copy.c
+++ b/programs/gvfs-copy.c
@@ -74,7 +74,7 @@ show_progress (goffset current_num_bytes,
 
   g_get_current_time (&tv);
 
-  size = g_format_size_for_display (current_num_bytes / MAX (tv.tv_sec - 
start_time.tv_sec, 1));
+  size = g_format_size (current_num_bytes / MAX (tv.tv_sec - 
start_time.tv_sec, 1));
   g_print (_("progress"));
   g_print (" %"G_GINT64_FORMAT"/%"G_GINT64_FORMAT" (%s/s)\n",
           current_num_bytes, total_num_bytes, size);

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



Remember to have fun...

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

Reply via email to