Hello community, here is the log from the commit of package xournal for openSUSE:Factory checked in at 2013-03-19 12:43:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xournal (Old) and /work/SRC/openSUSE:Factory/.xournal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xournal", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xournal/xournal.changes 2011-12-01 17:39:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2013-03-19 12:43:49.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 12:38:31 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xournal-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xournal.spec ++++++ --- /var/tmp/diff_new_pack.mAXPvK/_old 2013-03-19 12:43:51.000000000 +0100 +++ /var/tmp/diff_new_pack.mAXPvK/_new 2013-03-19 12:43:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xournal # -# Copyright (c) 2011 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 @@ -16,7 +16,6 @@ # - Name: xournal Url: http://math.mit.edu/~auroux/software/xournal/ Version: 0.4.5 @@ -32,6 +31,8 @@ Patch1: %{name}-no-copy-dt-needed-entries.patch # PATCH-FIX-UPSTREAM xournal-poppler-0.18.patch [email protected] -- Fix build with poppler 0.17/0.18, taken from CVS Patch2: xournal-poppler-0.18.patch +# PATCH-FIX-UPSTREAM xournal-automake-1.13.patch [email protected] +Patch3: xournal-automake-1.13.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: gtk2-devel @@ -54,6 +55,7 @@ %patch0 %patch1 -p1 %patch2 -p0 +%patch3 -p1 %build autoreconf -fi ++++++ xournal-automake-1.13.patch ++++++ Index: xournal-0.4.5/configure.in =================================================================== --- xournal-0.4.5.orig/configure.in +++ xournal-0.4.5/configure.in @@ -2,12 +2,11 @@ dnl Process this file with autoconf to p AC_INIT(configure.in) AM_INIT_AUTOMAKE(xournal, 0.4.5) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CC -AM_PROG_CC_STDC AC_PROG_RANLIB AC_HEADER_STDC -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
