Hello community,

here is the log from the commit of package nautilus-dropbox for 
openSUSE:Factory checked in at 2014-10-16 18:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-dropbox (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus-dropbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus-dropbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus-dropbox/nautilus-dropbox.changes        
2014-10-14 07:11:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus-dropbox.new/nautilus-dropbox.changes   
2014-10-16 18:17:14.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 16 06:31:54 UTC 2014 - dims...@opensuse.org
+
+- Add nautilus-dropbox-fix-crash.patch: fix crash on startup of
+  dropbox (boo#900515).
+
+-------------------------------------------------------------------

New:
----
  nautilus-dropbox-fix-crash.patch

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

Other differences:
------------------
++++++ nautilus-dropbox.spec ++++++
--- /var/tmp/diff_new_pack.qC2s0i/_old  2014-10-16 18:17:15.000000000 +0200
+++ /var/tmp/diff_new_pack.qC2s0i/_new  2014-10-16 18:17:15.000000000 +0200
@@ -27,6 +27,8 @@
 Group:          Productivity/File utilities
 Url:            https://www.dropbox.com
 Source:         
https://www.dropbox.com/download?dl=packages/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM nautilus-dropbox-fix-crash.patch boo#900515 
dims...@opensuse.org -- Fix crash on startup
+Patch0:         nautilus-dropbox-fix-crash.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  python-docutils
 BuildRequires:  python-gtk
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ nautilus-dropbox-fix-crash.patch ++++++
From: Chow Loong Jin <hyper...@debian.org>
Subject: Fix gdk_threads_init crash
Bug-Debian: http://bugs.debian.org/763724
Forwarded: no
Index: nautilus-dropbox/dropbox.in
===================================================================
-- nautilus-dropbox.orig/dropbox.in     2014-10-03 11:51:01.472492588 +0800
+++ nautilus-dropbox/dropbox.in 2014-10-03 11:55:57.429265924 +0800
@@ -297,7 +297,7 @@
         import pango
         import webbrowser
 
-        gtk.gdk.threads_init()
+        gobject.threads_init()
 
         load_serialized_images()
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to