commit automake for openSUSE:Factory
Hello community, here is the log from the commit of package automake for openSUSE:Factory checked in at Thu Apr 30 23:45:42 CEST 2009. -------- --- automake/automake.changes 2009-03-11 15:03:06.000000000 +0100 +++ automake/automake.changes 2009-04-30 13:02:03.000000000 +0200 @@ -1,0 +2,11 @@ +Thu Apr 30 12:59:21 CEST 2009 - pth@suse.de + +- Add upstream post 1.10.2 patch to fix the failing check10.test. + +------------------------------------------------------------------- +Wed Apr 29 15:07:20 CEST 2009 - pth@suse.de + +- Rediff to sync the patches (automake-require_file.patch was off + by ~ 500 lines). Update the reference to bugzilla for this patch. + +------------------------------------------------------------------- @@ -261 +272,2 @@ -- Fix require_file_internal to handle file names with directories [#49822]. +- Fix require_file_internal to handle file names with directories + (bnc#64822). calling whatdependson for head-i586 New: ---- automake-fix_check10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ automake.spec ++++++ --- /var/tmp/diff_new_pack.h32393/_old 2009-04-30 23:35:53.000000000 +0200 +++ /var/tmp/diff_new_pack.h32393/_new 2009-04-30 23:35:53.000000000 +0200 @@ -26,7 +26,7 @@ PreReq: %{install_info_prereq} Requires: autoconf >= 2.60 Version: 1.10.2 -Release: 1 +Release: 2 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Url: http://www.gnu.org/software/automake BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,6 +34,7 @@ Source1: automake-rpmlintrc Patch1: automake-SuSE.patch Patch3: automake-require_file.patch +Patch4: automake-fix_check10.patch %description Automake is a tool for automatically generating "Makefile.in" files @@ -54,6 +55,7 @@ %setup -q %patch1 %patch3 +%patch4 -p1 %build %configure --docdir=%{_docdir}/%{name} @@ -95,6 +97,11 @@ %config /etc/aclocal_dirlist %changelog +* Thu Apr 30 2009 pth@suse.de +- Add upstream post 1.10.2 patch to fix the failing check10.test. +* Wed Apr 29 2009 pth@suse.de +- Rediff to sync the patches (automake-require_file.patch was off + by ~ 500 lines). Update the reference to bugzilla for this patch. * Wed Mar 11 2009 pth@suse.de - Update to 1.10.2: * Rebuild rules now also work for a removed `subdir/Makefile.in' in @@ -299,14 +306,15 @@ * Sun Feb 13 2005 schwab@suse.de - Update to automake 1.9.5. * Fri Jan 14 2005 schwab@suse.de -- Fix require_file_internal to handle file names with directories [#49822]. +- Fix require_file_internal to handle file names with directories + (bnc#64822). * Wed Jan 12 2005 schwab@suse.de - Update to automake 1.9.4. * Thu Nov 25 2004 ro@suse.de - incremental fix for py-compile * Fri Nov 19 2004 schwab@suse.de - Fix py-compile to avoid putting $(DESTDIR) in the output. -* Mon Nov 01 2004 schwab@suse.de +* Tue Nov 02 2004 schwab@suse.de - Update to automake 1.9.3. * Fri Oct 08 2004 schwab@suse.de - Update to automake 1.9.2. @@ -428,7 +436,7 @@ - Use vendor within config.sub even for s390 * Mon May 01 2000 kukuk@suse.de - Use mandir und infodir macro -* Wed Mar 29 2000 bk@suse.de +* Thu Mar 30 2000 bk@suse.de - updated config.guess and config.sub for s390 * Wed Mar 01 2000 werner@suse.de - Add arm/ppc patch from teTeX sources ++++++ automake-fix_check10.patch ++++++ commit 319305db77dfdcbba3d5a1703c781750affdb20a Author: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Date: Wed Nov 12 07:07:31 2008 +0100 Testsuite fix for ksh. * tests/check10.test: Add ':' as last command in subshell, for zero exit status of the subshell. Missing backport from master reported by Tim Rice. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> diff --git a/tests/check10.test b/tests/check10.test index 1332765..1689255 100755 --- a/tests/check10.test +++ b/tests/check10.test @@ -72,6 +72,7 @@ unset TESTS || : env TESTS="xpass xpass2" $MAKE -e check env TESTS='pass skip xfail' $MAKE -e check $MAKE check + : ) >stdout cat stdout ++++++ automake-require_file.patch ++++++ --- /var/tmp/diff_new_pack.h32393/_old 2009-04-30 23:35:53.000000000 +0200 +++ /var/tmp/diff_new_pack.h32393/_new 2009-04-30 23:35:53.000000000 +0200 @@ -1,6 +1,6 @@ --- automake.in +++ automake.in -@@ -6836,12 +6836,14 @@ +@@ -7146,12 +7146,14 @@ my $fullfile = "$dir/$file"; my $found_it = 0; my $dangling_sym = 0; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de