[arch-commits] Commit in nautilus/trunk (PKGBUILD samba-crash.patch)

Jan Steffens heftig at archlinux.org
Tue May 15 11:32:16 UTC 2012


    Date: Tuesday, May 15, 2012 @ 07:32:16
  Author: heftig
Revision: 159063

3.4.2

Modified:
  nautilus/trunk/PKGBUILD
Deleted:
  nautilus/trunk/samba-crash.patch

-------------------+
 PKGBUILD          |   11 ++++-------
 samba-crash.patch |   32 --------------------------------
 2 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-15 11:30:38 UTC (rev 159062)
+++ PKGBUILD	2012-05-15 11:32:16 UTC (rev 159063)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=nautilus
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="GNOME file manager"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,14 +13,11 @@
 groups=('gnome')
 options=('!libtool' '!emptydirs')
 install=nautilus.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-        samba-crash.patch)
-sha256sums=('02581c9475e9c4250960555b248378a6a1c63a5c029728ec48347c78ca77392d'
-            'e437ced7bbebe49d2454b4daecd10cff39d1c427e9631fe0fe5325072ed6aefd')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('752afa41189b0b6c73dc3769cd885e184c29d6d394345ec05cd48b0004e0f452')
 
 build() {
   cd "$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/samba-crash.patch"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --libexecdir=/usr/lib/nautilus \

Deleted: samba-crash.patch
===================================================================
--- samba-crash.patch	2012-05-15 11:30:38 UTC (rev 159062)
+++ samba-crash.patch	2012-05-15 11:32:16 UTC (rev 159063)
@@ -1,32 +0,0 @@
-From 4e59e4cfc7bc68534664d9f72d0c7ea680b79db3 Mon Sep 17 00:00:00 2001
-From: Cosimo Cecchi <cosimoc at gnome.org>
-Date: Fri, 04 May 2012 18:38:43 +0000
-Subject: places-sidebar: don't double unref GMount objects
-
-Fixes a lot of reported crashers with NFS/Samba volumes.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=674659
----
-diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
-index 61f3658..672a4b0 100644
---- a/src/nautilus-places-sidebar.c
-+++ b/src/nautilus-places-sidebar.c
-@@ -774,7 +774,7 @@ update_places (NautilusPlacesSidebar *sidebar)
- 		root = g_mount_get_default_location (mount);
- 
- 		if (!g_file_is_native (root)) {
--			network_mounts = g_list_prepend (network_mounts, g_object_ref (mount));
-+			network_mounts = g_list_prepend (network_mounts, mount);
- 			continue;
- 		}
- 
-@@ -856,7 +856,6 @@ update_places (NautilusPlacesSidebar *sidebar)
- 			   name, icon, mount_uri,
- 			   NULL, NULL, mount, 0, tooltip);
- 		g_object_unref (root);
--		g_object_unref (mount);
- 		g_object_unref (icon);
- 		g_free (name);
- 		g_free (mount_uri);
---
-cgit v0.9.0.2




More information about the arch-commits mailing list