Hello community, here is the log from the commit of package gitg for openSUSE:Factory checked in at 2013-09-17 15:02:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitg (Old) and /work/SRC/openSUSE:Factory/.gitg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitg" Changes: -------- --- /work/SRC/openSUSE:Factory/gitg/gitg.changes 2013-04-16 06:44:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes 2013-09-17 15:02:18.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 16 09:23:53 UTC 2013 - [email protected] + +- Add gitg-fix-includes.patch: add missing includes to fix build + with gtksourceview 3.9.x. + +------------------------------------------------------------------- New: ---- gitg-fix-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitg.spec ++++++ --- /var/tmp/diff_new_pack.hLO577/_old 2013-09-17 15:02:19.000000000 +0200 +++ /var/tmp/diff_new_pack.hLO577/_new 2013-09-17 15:02:19.000000000 +0200 @@ -23,7 +23,9 @@ License: GPL-2.0+ Group: Development/Tools/Version Control Url: http://trac.novowork.com/gitg/ -Source: http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE gitg-fix-includes.patch [email protected] -- Includes gtksourcestylescheme.h; no interest upstream, as it's rewritten in vala. +Patch0: gitg-fix-includes.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream @@ -80,13 +82,14 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build %configure --disable-static \ --enable-glade-catalog \ --disable-maintainer-mode -make %{?jobs:-j%jobs} +make V=1 %{?jobs:-j%jobs} %install %makeinstall ++++++ gitg-fix-includes.patch ++++++ From: "Michal Vyskocil" <[email protected]> Subject: fix missing includes The gitg-commit-view picks individual gtksourceview headers, so lets add one for gtk_source_style_scheme_get_style Index: gitg-0.2.7/gitg/gitg-commit-view.c =================================================================== --- gitg-0.2.7.orig/gitg/gitg-commit-view.c +++ gitg-0.2.7/gitg/gitg-commit-view.c @@ -27,6 +27,7 @@ #include <gtksourceview/gtksourcestyleschememanager.h> #include <gtksourceview/gtksourcegutter.h> #include <gtksourceview/gtksourcegutterrendererpixbuf.h> +#include <gtksourceview/gtksourcestylescheme.h> #include <glib/gi18n.h> #include <string.h> #include <libgitg/gitg-commit.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
