Hello community, here is the log from the commit of package bash checked in at Wed May 24 02:39:41 CEST 2006. -------- --- bash/bash.changes 2006-05-15 17:57:55.000000000 +0200 +++ bash/bash.changes 2006-05-23 14:17:18.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 23 14:16:14 CEST 2006 - werner@suse.de + +- Make the test suite run even on ppc emulated on ppc64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.XSc3sd/_old 2006-05-24 02:39:12.000000000 +0200 +++ /var/tmp/diff_new_pack.XSc3sd/_new 2006-05-24 02:39:12.000000000 +0200 @@ -16,7 +16,7 @@ Requires: readline >= 5.1 Autoreqprov: on Version: 3.1 -Release: 24 +Release: 25 %define bash_vers 3.1 %define rl_vers 5.1 Summary: The GNU Bourne-Again Shell @@ -64,7 +64,7 @@ Group: System/Libraries Provides: bash:/lib/libreadline.so.5 Version: 5.1 -Release: 24 +Release: 25 Autoreqprov: on %description -n readline @@ -84,7 +84,7 @@ Group: Development/Libraries/C and C++ Provides: bash:/usr/lib/libreadline.a Version: 5.1 -Release: 24 +Release: 25 Requires: readline = %{version}-%{release} Autoreqprov: on @@ -145,12 +145,18 @@ %patch20 -p0 %build + unset LC_CTYPE LC_ALL + LANG=POSIX + CPU=$(uname -m 2> /dev/null) + HOSTTYPE=${CPU} + MACHTYPE=${CPU}-suse-linux + export POSIX HOSTTYPE MACHTYPE cd ../readline-%{rl_vers} %{?suse_update_config:%{suse_update_config -f support}} -CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -pipe -g" -CFLAGS_FOR_BUILD=$CFLAGS + CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -pipe -g" + CFLAGS_FOR_BUILD=$CFLAGS CC=gcc -export CC CFLAGS CFLAGS_FOR_BUILD + export CC CFLAGS CFLAGS_FOR_BUILD autoconf ./configure --build=%{_target_cpu}-suse-linux \ --prefix=/usr \ @@ -209,7 +215,7 @@ --enable-disabled-builtins \ $READLINE %if %do_profiling - make CFLAGS="$CFLAGS "%cflags_profile_generate + make CFLAGS="$CFLAGS "%cflags_profile_generate bash printenv recho zecho env -i TERM=$TERM make TESTSCRIPT=%{SOURCE4} check make clean make CFLAGS="$CFLAGS "%cflags_profile_feedback @@ -311,6 +317,8 @@ %doc %{_mandir}/man3/readline.3.gz %changelog -n bash +* Tue May 23 2006 - werner@suse.de +- Make the test suite run even on ppc emulated on ppc64 * Mon May 15 2006 - werner@suse.de - Update bash 3.1 to patch level 17 * Allow array subscripts to be sourounded by double quotes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de