Hello community, here is the log from the commit of package gthumb for openSUSE:Factory checked in at 2013-01-08 16:39:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gthumb (Old) and /work/SRC/openSUSE:Factory/.gthumb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gthumb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes 2012-10-18 21:47:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes 2013-01-08 16:39:26.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Dec 28 12:30:16 UTC 2012 - [email protected] + +- Add gthumb-bigendian-typo.patch: fix missing ; in BigEndian case. + +------------------------------------------------------------------- New: ---- gthumb-bigendian-typo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gthumb.spec ++++++ --- /var/tmp/diff_new_pack.TV6LV8/_old 2013-01-08 16:39:28.000000000 +0100 +++ /var/tmp/diff_new_pack.TV6LV8/_new 2013-01-08 16:39:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gthumb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -25,6 +25,8 @@ Group: Productivity/Graphics/Viewers Url: http://live.gnome.org/gthumb Source: http://download.gnome.org/sources/gthumb/3.1/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gthumb-bigendian-typo.patch bgo#691309 [email protected] -- fixes missing ; in Big Endian code path. +Patch0: gthumb-bigendian-typo.patch # For web albums BuildRequires: bison BuildRequires: fdupes @@ -83,6 +85,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure\ ++++++ gthumb-bigendian-typo.patch ++++++ Index: gthumb-3.1.2/extensions/cairo_io/cairo-image-surface-webp.c =================================================================== --- gthumb-3.1.2.orig/extensions/cairo_io/cairo-image-surface-webp.c +++ gthumb-3.1.2/extensions/cairo_io/cairo-image-surface-webp.c @@ -97,7 +97,7 @@ _cairo_image_surface_create_from_webp (G #if G_BYTE_ORDER == G_LITTLE_ENDIAN config.output.colorspace = MODE_BGRA; #elif G_BYTE_ORDER == G_BIG_ENDIAN - config.output.colorspace = MODE_ARGB + config.output.colorspace = MODE_ARGB; #endif config.output.u.RGBA.rgba = (uint8_t *) cairo_image_surface_get_data (surface); config.output.u.RGBA.stride = cairo_image_surface_get_stride (surface); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
