Hello community, here is the log from the commit of package recode for openSUSE:Factory checked in at 2012-06-06 18:02:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/recode (Old) and /work/SRC/openSUSE:Factory/.recode.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "recode", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/recode/recode.changes 2012-02-14 19:07:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes 2012-06-06 18:03:03.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 6 16:01:50 CEST 2012 - [email protected] + +- fix build with new automake + +------------------------------------------------------------------- New: ---- recode-3.6-automake.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ recode.spec ++++++ --- /var/tmp/diff_new_pack.nGjwSN/_old 2012-06-06 18:03:04.000000000 +0200 +++ /var/tmp/diff_new_pack.nGjwSN/_new 2012-06-06 18:03:04.000000000 +0200 @@ -40,6 +40,7 @@ Patch5: recode-%{version}-memleak.patch Patch6: recode-3.6-fix-flex-m4.patch Patch7: recode-3.6-segfault.patch +Patch8: recode-3.6-automake.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -82,6 +83,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p0 +%patch8 -p1 cp -v %{S:1} i18n/cs.po rm m4/{lcmessage.m4,libtool.m4} rm acinclude.m4 ++++++ recode-3.6-automake.patch ++++++ Index: recode-3.6/configure.in =================================================================== --- recode-3.6.orig/configure.in +++ recode-3.6/configure.in @@ -15,7 +15,7 @@ AC_MINIX AM_PROG_LIBTOOL AC_ISC_POSIX -AM_C_PROTOTYPES +dnl AM_C_PROTOTYPES AC_C_CONST AC_C_INLINE ad_AC_PROG_FLEX Index: recode-3.6/src/Makefile.am =================================================================== --- recode-3.6.orig/src/Makefile.am +++ recode-3.6/src/Makefile.am @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -AUTOMAKE_OPTIONS = gnits ansi2knr +AUTOMAKE_OPTIONS = gnits bin_PROGRAMS = recode lib_LTLIBRARIES = librecode.la man_MANS = recode.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
