Hello community, here is the log from the commit of package libotf for openSUSE:Factory checked in at 2013-03-08 10:50:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotf (Old) and /work/SRC/openSUSE:Factory/.libotf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libotf", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libotf/libotf.changes 2012-02-16 16:18:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libotf.new/libotf.changes 2013-03-08 10:50:40.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 5 07:19:38 UTC 2013 - [email protected] + +- fix build with automake + +------------------------------------------------------------------- New: ---- libotf-automake-1.13.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotf.spec ++++++ --- /var/tmp/diff_new_pack.0AFzrw/_old 2013-03-08 10:50:41.000000000 +0100 +++ /var/tmp/diff_new_pack.0AFzrw/_new 2013-03-08 10:50:41.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libotf # -# 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 @@ -30,6 +30,8 @@ Source1: baselibs.conf # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches Patch: libotf-warning-fixes.diff +# patch not sent upstream, because m17n.org is currently down +Patch1: libotf-automake-1.13.diff BuildRequires: freetype2-devel BuildRequires: libtool BuildRequires: xorg-x11-devel @@ -60,6 +62,7 @@ %prep %setup -q %patch -p1 +%patch1 -p1 %build ./autogen.sh ++++++ libotf-automake-1.13.diff ++++++ Index: libotf-0.9.12/configure.ac =================================================================== --- libotf-0.9.12.orig/configure.ac +++ libotf-0.9.12/configure.ac @@ -25,7 +25,7 @@ dnl 330, Boston, MA 02111-1307, USA. AC_INIT(libotf, 0.9.12, [email protected]) AM_INIT_AUTOMAKE(libotf, 0.9.12) -AM_CONFIG_HEADER(src/config.h) +AC_CONFIG_HEADERS(src/config.h) # Checks for programs. AC_PROG_CC -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
