Hello community, here is the log from the commit of package autoconf checked in at Thu Dec 14 01:50:23 CET 2006. -------- --- autoconf/autoconf-el.changes 2006-12-04 11:14:32.000000000 +0100 +++ /mounts/work_src_done/STABLE/autoconf/autoconf-el.changes 2006-12-13 16:24:54.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de + +- Handle old style libltdl macros. + +------------------------------------------------------------------- autoconf.changes: same change New: ---- autoreconf-ltdl.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoconf-el.spec ++++++ --- /var/tmp/diff_new_pack.7FFThP/_old 2006-12-14 01:48:57.000000000 +0100 +++ /var/tmp/diff_new_pack.7FFThP/_new 2006-12-14 01:48:57.000000000 +0100 @@ -16,7 +16,7 @@ Group: Productivity/Editors/Emacs Autoreqprov: on Version: 2.61 -Release: 1 +Release: 4 Summary: Emacs mode for editing GNU Autoconf scripts URL: http://www.gnu.org/software/autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,6 +69,8 @@ %{site_lisp}/*.elc %changelog -n autoconf-el +* Wed Dec 13 2006 - schwab@suse.de +- Handle old style libltdl macros. * Mon Dec 04 2006 - schwab@suse.de - Update to autoconf 2.61. ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS. ++++++ autoconf.spec ++++++ --- /var/tmp/diff_new_pack.7FFThP/_old 2006-12-14 01:48:57.000000000 +0100 +++ /var/tmp/diff_new_pack.7FFThP/_new 2006-12-14 01:48:57.000000000 +0100 @@ -19,9 +19,10 @@ Requires: m4 = %(rpm -q --qf=%%{VERSION} m4) PreReq: %{install_info_prereq} Version: 2.61 -Release: 1 +Release: 3 Summary: A GNU Tool for Automatically Configuring Source Code Source: autoconf-%{version}.tar.bz2 +Patch: autoreconf-ltdl.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,6 +47,7 @@ %prep %setup +%patch %build %{suse_update_config -f config} @@ -75,6 +77,8 @@ %doc %{_mandir}/man1/*.gz %changelog -n autoconf +* Wed Dec 13 2006 - schwab@suse.de +- Handle old style libltdl macros. * Mon Dec 04 2006 - schwab@suse.de - Update to autoconf 2.61. ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS. ++++++ autoreconf-ltdl.diff ++++++ --- bin/autoreconf.in +++ bin/autoreconf.in @@ -456,6 +456,8 @@ 'AC_CONFIG_AUX_DIR:AC_CONFIG_AUX_DIR:\$1', 'AC_CONFIG_HEADERS', 'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1', + 'AC_LIBLTDL_CONVENIENCE:AC_LIBLTDL_CONVENIENCE:\$1', + 'AC_LIBLTDL_INSTALLABLE:AC_LIBLTDL_INSTALLABLE:\$1', 'AC_INIT', 'AC_PROG_LIBTOOL', 'LT_INIT', @@ -471,6 +473,7 @@ $uses_gettext_via_traces = 1 if /AM_GNU_GETTEXT/; $uses_libtool = 1 if /(AC_PROG_LIBTOOL|LT_INIT)/; $uses_libltdl = 1 if /LT_CONFIG_LTDL_DIR/; + $uses_libltdl = 1 if /AC_LIBLTDL_(CONVENIENCE|INSTALLABLE)/; $uses_autoheader = 1 if /AC_CONFIG_HEADERS/; $uses_automake = 1 if /AM_INIT_AUTOMAKE/; push @subdir, split (' ', $1) if /AC_CONFIG_SUBDIRS:(.*)/ && $recursive; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de