commit librsvg for openSUSE:Factory
Hello community, here is the log from the commit of package librsvg for openSUSE:Factory checked in at Fri Sep 24 00:06:06 CEST 2010. -------- --- GNOME/librsvg/librsvg.changes 2010-09-10 00:09:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/librsvg/librsvg.changes 2010-09-18 17:14:25.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Sep 18 17:12:53 CEST 2010 - vuntz@opensuse.org + +- Add librsvg-gdkkeysym-compat.patch to fix build with recent + versions of GTK+. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- librsvg-gdkkeysym-compat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsvg.spec ++++++ --- /var/tmp/diff_new_pack.Tov3gs/_old 2010-09-24 00:05:57.000000000 +0200 +++ /var/tmp/diff_new_pack.Tov3gs/_new 2010-09-24 00:05:57.000000000 +0200 @@ -20,7 +20,7 @@ Name: librsvg Version: 2.31.0 -Release: 2 +Release: 3 License: GPLv2+ Summary: A Library for Rendering SVG Data Url: http://librsvg.sourceforge.net/ @@ -32,6 +32,8 @@ Patch1: env-paths.diff # PATCH-FIX-UPSTREAM librsvg-gdk-pixbuf-render-gtk3.patch bgo#626605 vuntz@opensuse.org -- Fix build with recent gtk+ 3. The patch is technically correct, but suboptimal; see comments in bugzilla. Still, okay for us as we don't use this engine by default. Patch2: librsvg-gdk-pixbuf-render-gtk3.patch +# PATCH-FIX-UPSTREAM librsvg-gdkkeysym-compat.patch bgo#629881 vuntz@opensuse.org -- Fix build with recent versions of gtk+ +Patch3: librsvg-gdkkeysym-compat.patch BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) @@ -136,6 +138,7 @@ %endif %patch1 %patch2 -p1 +%patch3 -p1 %build %configure\ ++++++ librsvg-gdkkeysym-compat.patch ++++++ diff --git a/test-display.c b/test-display.c index ff12945..9bead01 100644 --- a/test-display.c +++ b/test-display.c @@ -29,7 +29,11 @@ #include <gtk/gtk.h> #include <gdk/gdk.h> +#if GTK_CHECK_VERSION(2,21,8) +#include <gdk/gdkkeysyms-compat.h> +#else #include <gdk/gdkkeysyms.h> +#endif #define DEFAULT_WIDTH 640 #define DEFAULT_HEIGHT 480 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de