r27927 - in /desktop/experimental/gvfs/debian: changelog patches/04_hurd_path_max.patch

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue May 17 14:57:18 UTC 2011


Author: mpitt
Date: Tue May 17 14:57:16 2011
New Revision: 27927

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27927
Log:
* New upstream release.
* 04_hurd_path_max.patch: Update for new upstream release.

Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/patches/04_hurd_path_max.patch

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=27927&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog [utf-8] Tue May 17 14:57:16 2011
@@ -1,7 +1,12 @@
-gvfs (1.8.0-2) UNRELEASED; urgency=low
-
+gvfs (1.8.1-1) UNRELEASED; urgency=low
+
+  [ Raphaël Hertzog ]
   * Changes default section to libs to fix overrides disparities.
   * Fix watch file. 
+
+  [ Martin Pitt ]
+  * New upstream release.
+  * 04_hurd_path_max.patch: Update for new upstream release.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Wed, 13 Apr 2011 19:09:25 +0200
 

Modified: desktop/experimental/gvfs/debian/patches/04_hurd_path_max.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/patches/04_hurd_path_max.patch?rev=27927&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/patches/04_hurd_path_max.patch [utf-8] (original)
+++ desktop/experimental/gvfs/debian/patches/04_hurd_path_max.patch [utf-8] Tue May 17 14:57:16 2011
@@ -1,9 +1,11 @@
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555055
 https://bugzilla.gnome.org/show_bug.cgi?id=601497
 
---- a/monitor/hal/ghalvolumemonitor.c
-+++ b/monitor/hal/ghalvolumemonitor.c
-@@ -739,11 +739,23 @@ get_mount_point_for_device (HalDevice *d
+Index: gvfs-experimental/monitor/hal/ghalvolumemonitor.c
+===================================================================
+--- gvfs-experimental.orig/monitor/hal/ghalvolumemonitor.c	2011-04-26 14:25:12.000000000 +0200
++++ gvfs-experimental/monitor/hal/ghalvolumemonitor.c	2011-05-17 16:38:54.956764883 +0200
+@@ -739,11 +739,23 @@
          }
        else
          {
@@ -28,9 +30,11 @@
          }
      }
  
---- a/monitor/gdu/ggduvolumemonitor.c
-+++ b/monitor/gdu/ggduvolumemonitor.c
-@@ -695,15 +695,28 @@ get_mount_point_for_device (GduDevice *d
+Index: gvfs-experimental/monitor/gdu/ggduvolumemonitor.c
+===================================================================
+--- gvfs-experimental.orig/monitor/gdu/ggduvolumemonitor.c	2011-04-26 14:25:12.000000000 +0200
++++ gvfs-experimental/monitor/gdu/ggduvolumemonitor.c	2011-05-17 16:40:03.586764915 +0200
+@@ -695,15 +695,28 @@
          }
        else
          {
@@ -60,7 +64,7 @@
          }
      }
  
-@@ -1423,15 +1436,27 @@ update_fstab_volumes (GGduVolumeMonitor
+@@ -1423,15 +1436,27 @@
        device_file = g_unix_mount_point_get_device_path (mount_point);
        if (g_str_has_prefix (device_file, "/dev/"))
          {
@@ -77,8 +81,7 @@
 +          gchar resolved_path[PATH_MAX];
  
            /* doesn't exist */
--          if (realpath (device_file, resolved_path) != NULL)
-+          if (realpath (device_file, resolved_path) == NULL)
+           if (realpath (device_file, resolved_path) == NULL)
              continue;
 +#endif
  




More information about the pkg-gnome-commits mailing list