Hello community, here is the log from the commit of package recode for openSUSE:Factory checked in at 2013-03-11 10:00:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-06 18:03:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes 2013-03-11 10:00:27.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Mar 6 15:32:44 UTC 2013 - [email protected] + +- fix build with automake 1.13.1 + +------------------------------------------------------------------- +Fri Feb 1 12:03:13 UTC 2013 - [email protected] + +- update license to new format + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ recode.spec ++++++ --- /var/tmp/diff_new_pack.g6K8HV/_old 2013-03-11 10:00:30.000000000 +0100 +++ /var/tmp/diff_new_pack.g6K8HV/_new 2013-03-11 10:00:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package recode # -# 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 @@ -18,6 +18,8 @@ Name: recode BuildRequires: libtool +# it looks like automake-1.13.1 now also needs makeinfo installed... +BuildRequires: makeinfo # bug437293 %ifarch ppc64 Obsoletes: recode-64bit @@ -26,7 +28,7 @@ Version: 3.6 Release: 0 Summary: Character Set Converter -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Text/Convertors Url: http://recode.progiciels-bpi.ca/ Source: ftp://ftp.gnu.org/pub/old-gnu/recode/recode-%{version}.tar.gz @@ -87,6 +89,8 @@ cp -v %{S:1} i18n/cs.po rm m4/{lcmessage.m4,libtool.m4} rm acinclude.m4 +# new autoconf-1.13.1 removed old macro +sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in %build autoreconf -fiv -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
