Hello community, here is the log from the commit of package giggle for openSUSE:Factory checked in at 2013-04-19 09:43:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/giggle (Old) and /work/SRC/openSUSE:Factory/.giggle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "giggle", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/giggle/giggle.changes 2012-11-08 21:49:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes 2013-04-19 09:44:05.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Apr 17 15:31:47 UTC 2013 - [email protected] + +- Fix giggle-gtksourceview38.patch: gtksource 3.8 change the main + header from gtksourceview.h to gtksource.h. + +------------------------------------------------------------------- +Wed Apr 3 20:29:38 UTC 2013 - [email protected] + +- Add giggle-gtksourceview38.patch: Fix build against new + gtksourceview 3.8. + +------------------------------------------------------------------- New: ---- giggle-gtksourceview38.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ giggle.spec ++++++ --- /var/tmp/diff_new_pack.7aaaCj/_old 2013-04-19 09:44:06.000000000 +0200 +++ /var/tmp/diff_new_pack.7aaaCj/_new 2013-04-19 09:44:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package giggle # -# 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 @@ -24,6 +24,8 @@ Group: Development/Tools/Version Control Url: http://live.gnome.org/giggle Source: http://ftp.acc.umu.se/pub/GNOME/sources/giggle/0.7/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM giggle-gtksourceview38.patch bgo#697220 [email protected] -- Fix build against gtksourceview 3.8 +Patch0: giggle-gtksourceview38.patch BuildRequires: gettext >= 0.18.1 BuildRequires: git-core >= 1.5 BuildRequires: intltool @@ -62,6 +64,7 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream po giggle %build ++++++ giggle-gtksourceview38.patch ++++++ >From 93caca22e5edcb463c6ab554aea03bf421a4e910 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <[email protected]> Date: Wed, 3 Apr 2013 22:26:17 +0200 Subject: [PATCH] Directly include gtksourcebuffer.h Until gtksourceview 3.7, it was included indirectly by gtksourceview.h. https://bugzilla.gnome.org/show_bug.cgi?id=697220 --- src/giggle-diff-view.c | 2 ++ src/giggle-view-file.c | 1 + 2 files changed, 3 insertions(+) Index: giggle-0.7/src/giggle-view-file.c =================================================================== --- giggle-0.7.orig/src/giggle-view-file.c +++ giggle-0.7/src/giggle-view-file.c @@ -38,8 +38,7 @@ #include <gio/gio.h> #include <glib/gi18n.h> -#include <gtksourceview/gtksourcelanguagemanager.h> -#include <gtksourceview/gtksourceview.h> +#include <gtksourceview/gtksource.h> #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT (giggle_view_file_snapshot_get_type ()) #define GIGGLE_VIEW_FILE_SNAPSHOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot)) Index: giggle-0.7/src/giggle-diff-view.h =================================================================== --- giggle-0.7.orig/src/giggle-diff-view.h +++ giggle-0.7/src/giggle-diff-view.h @@ -21,8 +21,7 @@ #include <glib-object.h> #include <gtk/gtk.h> -#include <gtksourceview/gtksourceview.h> -#include <gtksourceview/gtksourcelanguagemanager.h> +#include <gtksourceview/gtksource.h> #include "libgiggle/giggle-revision.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
