Hello community, here is the log from the commit of package xbase for openSUSE:Factory checked in at 2013-03-18 07:19:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xbase (Old) and /work/SRC/openSUSE:Factory/.xbase.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xbase", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xbase/xbase.changes 2012-03-23 12:11:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xbase.new/xbase.changes 2013-03-18 07:19:36.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 13:27:31 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xbase-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xbase.spec ++++++ --- /var/tmp/diff_new_pack.TfMOIm/_old 2013-03-18 07:19:36.000000000 +0100 +++ /var/tmp/diff_new_pack.TfMOIm/_new 2013-03-18 07:19:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xbase # -# 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 @@ -32,6 +32,7 @@ Patch3: %name-%version-iostream_h.patch Patch4: %name-%version-array-del.patch Patch5: %name-%version-gcc47.patch +Patch6: xbase-automake-1.13.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -74,6 +75,7 @@ %patch3 %patch4 %patch5 -p1 +%patch6 -p1 %build autoreconf -fiv ++++++ xbase-automake-1.13.patch ++++++ Index: xbase-2.0.0/configure.in =================================================================== --- xbase-2.0.0.orig/configure.in +++ xbase-2.0.0/configure.in @@ -12,7 +12,7 @@ dnl You have to change this AM_INIT_AUTOMAKE(xbase, 2.0.0, nodefine) dnl searches for some needed programs dnl generate the config header -AM_CONFIG_HEADER(xbase/xbconfig.h) dnl at the distribution this done +AC_CONFIG_HEADERS(xbase/xbconfig.h) dnl at the distribution this done dnl Checks for programs. AC_PROG_CC -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
