Hello community, here is the log from the commit of package gtkpod for openSUSE:Factory checked in at 2012-10-16 07:05:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkpod (Old) and /work/SRC/openSUSE:Factory/.gtkpod.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkpod", Maintainer is "hvo...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/gtkpod/gtkpod.changes 2012-08-23 16:03:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gtkpod.new/gtkpod.changes 2012-10-16 07:05:56.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Oct 13 12:36:33 UTC 2012 - dims...@opensuse.org + +- Add gtkpod-anjuta36.patch: Adapt to Anjuta 3.6 API change. +- Add ldconfig call to post/postun of libatomicparsley0 subpackage. + +------------------------------------------------------------------- New: ---- gtkpod-anjuta36.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkpod.spec ++++++ --- /var/tmp/diff_new_pack.jzITfS/_old 2012-10-16 07:05:57.000000000 +0200 +++ /var/tmp/diff_new_pack.jzITfS/_new 2012-10-16 07:05:57.000000000 +0200 @@ -28,6 +28,8 @@ Patch0: gtkpod-pref.patch # PATCH-FIX-UPSTREAM gtkpod-buffer-overflow.patch sf#3536102 dims...@opensuse.org -- Fix buffer overflow reported by brp. Patch1: gtkpod-buffer-overflow.patch +# PATCH-FIX-UPSTREAM gtkpod-anjuta36.patch dims...@opensuse.org -- Adapt to Anjuta 3.6 API change. Sent by email to gtkpod-devel. +Patch2: gtkpod-anjuta36.patch BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc-c++ @@ -104,6 +106,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build # Call to autogen.sh needed for patch1. @@ -141,6 +144,10 @@ %postun -n libgtkpod1 -p /sbin/ldconfig +%post -n libatomicparsley0 -p /sbin/ldconfig + +%postun -n libatomicparsley0 -p /sbin/ldconfig + %files %defattr(-, root, root) %doc README NEWS INSTALL COPYING ChangeLog AUTHORS ++++++ gtkpod-anjuta36.patch ++++++ Index: gtkpod-2.1.2/src/anjuta-app.c =================================================================== --- gtkpod-2.1.2.orig/src/anjuta-app.c +++ gtkpod-2.1.2/src/anjuta-app.c @@ -38,6 +38,7 @@ #include <libanjuta/resources.h> #include <libanjuta/anjuta-plugin-manager.h> #include <libanjuta/anjuta-debug.h> +#include <libanjuta/anjuta-version.h> #include "anjuta-app.h" #include "anjuta-actions.h" @@ -501,7 +502,11 @@ static void anjuta_app_instance_init(Anj g_list_free(plugins_dirs); /* Preferences */ +#if ANJUTA_CHECK_VERSION(3,5,3) + app->preferences = anjuta_preferences_new(app->plugin_manager, PREF_SCHEMA); +#else app->preferences = anjuta_preferences_new(app->plugin_manager); +#endif g_object_add_weak_pointer(G_OBJECT (app->preferences), (gpointer) &app->preferences); g_signal_connect(app->settings, "changed::" GDL_STYLE, G_CALLBACK(on_gdl_style_changed), app); -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org