Hello community, here is the log from the commit of package xournal for openSUSE:Factory checked in at 2017-06-13 16:09:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xournal (Old) and /work/SRC/openSUSE:Factory/.xournal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xournal" Tue Jun 13 16:09:22 2017 rev:29 rq:503229 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/xournal/xournal.changes 2017-01-09 11:53:28.773317642 +0100 +++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2017-06-13 16:09:28.115149782 +0200 @@ -1,0 +2,5 @@ +Mon Jun 12 15:52:41 UTC 2017 - [email protected] + +- Fixed build with Tumbleweed by adding xournal-decl-spec.patch + +------------------------------------------------------------------- New: ---- xournal-decl-spec.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xournal.spec ++++++ --- /var/tmp/diff_new_pack.6EZUm6/_old 2017-06-13 16:09:29.011023526 +0200 +++ /var/tmp/diff_new_pack.6EZUm6/_new 2017-06-13 16:09:29.011023526 +0200 @@ -1,7 +1,7 @@ # # spec file for package xournal # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,8 @@ Patch2: %{name}-Improve-window-title.patch # PATCH-FIX-UPSTREAM xournal-appdata.patch [email protected] -- Add, translate and install appdata file Patch3: xournal-appdata.patch +# PATCH-FIX-UPSTREAM xournal-decl-spec.patch -- https://sourceforge.net/p/xournal/patches/85/ +Patch4: xournal-decl-spec.patch BuildRequires: automake >= 1.11.2 BuildRequires: fdupes BuildRequires: gtk2-devel @@ -55,6 +57,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build autoreconf -fi ++++++ xournal-decl-spec.patch ++++++ diff -Nur xournal-0.4.8/src/xo-shapes.c new/src/xo-shapes.c --- xournal-0.4.8/src/xo-shapes.c 2014-06-15 22:21:05.000000000 +0200 +++ new/src/xo-shapes.c 2017-06-12 17:39:26.638290098 +0200 @@ -25,6 +25,7 @@ #include "xournal.h" #include "xo-shapes.h" #include "xo-paint.h" +#include "xo-misc.h" typedef struct Inertia { double mass, sx, sy, sxx, sxy, syy;
