Hello community,

here is the log from the commit of package multisync-gui for openSUSE:Factory 
checked in at 2012-03-29 07:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multisync-gui (Old)
 and      /work/SRC/openSUSE:Factory/.multisync-gui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multisync-gui", Maintainer is "csten...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/multisync-gui/multisync-gui.changes      
2011-12-25 17:37:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.multisync-gui.new/multisync-gui.changes 
2012-03-29 07:45:58.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 26 20:39:04 UTC 2012 - dims...@opensuse.org
+
+- Add multisync-gui-gthread.patch: g_thread_init is deprecated and
+  does not need to be called.
+
+-------------------------------------------------------------------

New:
----
  multisync-gui-gthread.patch

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

Other differences:
------------------
++++++ multisync-gui.spec ++++++
--- /var/tmp/diff_new_pack.zwXDRd/_old  2012-03-29 07:46:05.000000000 +0200
+++ /var/tmp/diff_new_pack.zwXDRd/_new  2012-03-29 07:46:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package multisync-gui
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           multisync-gui
 BuildRequires:  gtk2-devel
 BuildRequires:  libglade2-devel
@@ -30,6 +31,7 @@
 Group:          Productivity/Other
 Source:         multisync-gui-%{version}.tar.bz2
 Patch0:         multisync-gui.desktop.diff
+Patch1:         multisync-gui-gthread.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libopensync >= 0.22
 %define prefix   /usr
@@ -51,6 +53,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix

++++++ multisync-gui-gthread.patch ++++++
Index: multisync-gui-0.91.0/src/multisync.c
===================================================================
--- multisync-gui-0.91.0.orig/src/multisync.c
+++ multisync-gui-0.91.0/src/multisync.c
@@ -5,7 +5,6 @@ int main (int argc, char *argv[])
        MSyncEnv *env;
        env = g_malloc0(sizeof(MSyncEnv));
        
-       g_thread_init(NULL);
        gtk_init(&argc, &argv);
        gdk_threads_init();
        gdk_threads_enter();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to