Hello community, here is the log from the commit of package xiterm for openSUSE:Factory checked in at 2013-03-05 13:08:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xiterm (Old) and /work/SRC/openSUSE:Factory/.xiterm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xiterm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xiterm/xiterm.changes 2013-02-14 21:16:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xiterm.new/xiterm.changes 2013-03-05 13:08:15.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 5 10:17:39 UTC 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xiterm-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xiterm.spec ++++++ --- /var/tmp/diff_new_pack.J6yZdo/_old 2013-03-05 13:08:16.000000000 +0100 +++ /var/tmp/diff_new_pack.J6yZdo/_new 2013-03-05 13:08:16.000000000 +0100 @@ -51,6 +51,7 @@ Patch7: fbiterm-combine-optimize.patch Patch8: xiterm-implicit-fortify-decl.patch Patch9: xiterm-asneeded-and-dso.patch +Patch10: xiterm-automake-1.13.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Internationalized Terminal Emulator for X11 License: SUSE-CPL-0.5 @@ -126,6 +127,7 @@ %patch7 %patch8 %patch9 -p1 +%patch10 -p1 find . -name CVS -type d | xargs rm -rf find . -name .cvsignore -type f | xargs rm -f find . -type f | xargs chmod u+w ++++++ xiterm-automake-1.13.patch ++++++ Index: iterm/lib/configure.in =================================================================== --- iterm.orig/lib/configure.in +++ iterm/lib/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(src/core.c, 0.4, [email protected]) #AC_CONFIG_SRCDIR(src/core.c) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(libiterm,0.4) # Checks for programs. Index: iterm/unix/Xaw/lib/configure.in =================================================================== --- iterm.orig/unix/Xaw/lib/configure.in +++ iterm/unix/Xaw/lib/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(Iterm.c, 0.4, [email protected]) #AC_CONFIG_SRCDIR([Iterm.c]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(libXiterm, 0.4, [email protected]) # Checks for programs. Index: iterm/unix/Xaw/src/configure.in =================================================================== --- iterm.orig/unix/Xaw/src/configure.in +++ iterm/unix/Xaw/src/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(xiterm.c, 0.4, [email protected]) #AC_CONFIG_SRCDIR([thread.c]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(xiterm, 0.4, [email protected]) # Checks for programs. Index: iterm/unix/fbiterm/configure.in =================================================================== --- iterm.orig/unix/fbiterm/configure.in +++ iterm/unix/fbiterm/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(src/fbiterm.c) AM_INIT_AUTOMAKE(fbiterm, 0.4) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) ################################################################# # Checks for programs. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
