Hello community, here is the log from the commit of package gimp-gap for openSUSE:Factory checked in at 2012-06-10 20:16:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gimp-gap (Old) and /work/SRC/openSUSE:Factory/.gimp-gap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gimp-gap", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gimp-gap/gimp-gap.changes 2012-01-05 19:11:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gimp-gap.new/gimp-gap.changes 2012-06-10 21:51:07.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 6 18:48:30 UTC 2012 - [email protected] + +- Add gimp-gap-gimp28.patch: Fix build with gimp 2.8. + +------------------------------------------------------------------- New: ---- gimp-gap-gimp28.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp-gap.spec ++++++ --- /var/tmp/diff_new_pack.mPw6br/_old 2012-06-10 21:51:09.000000000 +0200 +++ /var/tmp/diff_new_pack.mPw6br/_new 2012-06-10 21:51:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gimp-gap # -# 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 @@ -57,6 +57,8 @@ Patch3: %{name}-warnings-orig-addon.patch # PATCH-FIX-UPSTREAM gimp-gap-link-lm.patch bgo#660443 [email protected] -- Link to -lm where needed Patch4: %{name}-link-lm.patch +# PATCH-FIX-UPSTREAM gimp-gap-gimp28.patch [email protected] -- Fix build with gimp 2.8. Patch not upstreamed, as there are a bunch of commits addressing the same. +Patch5: gimp-gap-gimp28.patch Source1: %{name}-patch-source.sh BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{?gimp_api_version:1}0 @@ -76,6 +78,7 @@ %package orig Summary: GIMP Animation Package +Group: Productivity/Multimedia/Video/Editors and Convertors Provides: %{name} = %{version}-%{release} Obsoletes: %{name} < %{version}-%{release} @@ -103,6 +106,7 @@ %patch3 %endif %patch4 +%patch5 -p1 sed -i -e "s,sr@Latn,sr@latin," po/LINGUAS mv po/[email protected] po/[email protected] ++++++ gimp-gap-gimp28.patch ++++++ Index: gimp-gap-2.6.0/libgapbase/gap_base.c =================================================================== --- gimp-gap-2.6.0.orig/libgapbase/gap_base.c +++ gimp-gap-2.6.0/libgapbase/gap_base.c @@ -51,7 +51,7 @@ #include "gtk/gtk.h" #include "libgimp/gimp.h" #include <libgimpwidgets/gimpwidgetstypes.h> -#include <libgimpwidgets/gimphelpui.h> +#include <libgimpwidgets/gimpwidgets.h> #ifdef G_OS_WIN32 #include <io.h> Index: gimp-gap-2.6.0/libgapvidapi/gap_vid_api_util.c =================================================================== --- gimp-gap-2.6.0.orig/libgapvidapi/gap_vid_api_util.c +++ gimp-gap-2.6.0/libgapvidapi/gap_vid_api_util.c @@ -7,7 +7,7 @@ */ #include <glib/gstdio.h> -#include <libgimpmath/gimpmd5.h> +#include <libgimpmath/gimpmath.h> /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX END fcache procedures */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
