Hello community, here is the log from the commit of package busybox checked in at Thu Dec 7 19:26:17 CET 2006. -------- --- busybox/busybox.changes 2006-08-09 01:56:36.000000000 +0200 +++ /mounts/work_src_done/STABLE/busybox/busybox.changes 2006-12-06 18:09:23.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Dec 6 17:41:32 CET 2006 - trenn@suse.de + +- move to 1.2.2 and enable nearly everything. + Most important (awk,less,vi and much more) + binary on i386 now has 732k + +------------------------------------------------------------------- Old: ---- busybox-1.1.0-SuSE.config busybox-1.1.0-amd64-hack.patch busybox-1.1.0-compiler-fixes.diff busybox-1.1.0-install.patch busybox-1.1.0-strictaliasing.diff busybox-1.2.1.tar.bz2 char_warnings1.diff char_warnings2.diff type-correct.diff New: ---- SuSE.config amd64-hack.patch busybox-1.2.2.tar.bz2 install.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox.spec ++++++ --- /var/tmp/diff_new_pack.v26PnJ/_old 2006-12-07 19:23:31.000000000 +0100 +++ /var/tmp/diff_new_pack.v26PnJ/_new 2006-12-07 19:23:31.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package busybox (Version 1.2.1) +# spec file for package busybox (Version 1.2.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,21 +13,16 @@ Name: busybox BuildRequires: dietlibc URL: http://www.busybox.net/ -Version: 1.2.1 +Version: 1.2.2 Release: 1 Summary: The Swiss Army Knife of Embedded Linux -License: GPL +License: GNU General Public License (GPL) Group: System/Base Autoreqprov: on -Source: http://busybox.net/downloads/busybox-1.2.1.tar.bz2 -Source2: busybox-1.1.0-SuSE.config -Patch1: busybox-1.1.0-install.patch -Patch2: busybox-1.1.0-compiler-fixes.diff -Patch3: busybox-1.1.0-amd64-hack.patch -Patch4: busybox-1.1.0-strictaliasing.diff -Patch11: char_warnings1.diff -Patch12: char_warnings2.diff -Patch13: type-correct.diff +Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2 +Source2: SuSE.config +Patch1: install.patch +Patch2: amd64-hack.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,14 +43,9 @@ Erik B. Andersen <andersee@debian.org> %prep -%setup -q -n busybox-1.2.1 -# %patch11 -# %patch12 -# %patch13 -%patch1 -%patch2 -p2 -%patch3 -%patch4 -p1 +%setup -q -n %{name}-%{version} +%patch1 -p1 +%patch2 -p1 cp -av %{S:2} .config %ifarch ia64 x86_64 echo CONFIG_FEATURE_2_4_MODULES=n >> .config @@ -92,6 +82,10 @@ %config /usr/share/busybox/busybox.links %changelog -n busybox +* Wed Dec 06 2006 - trenn@suse.de +- move to 1.2.2 and enable nearly everything. + Most important (awk,less,vi and much more) + binary on i386 now has 732k * Wed Aug 09 2006 - ihno@suse.de - update to busybox 1.2.1 final Bugfix release. Bugs fixed: ++++++ busybox-1.1.0-amd64-hack.patch -> amd64-hack.patch ++++++ --- busybox/busybox-1.1.0-amd64-hack.patch 2006-07-11 18:14:56.000000000 +0200 +++ /mounts/work_src_done/STABLE/busybox/amd64-hack.patch 2006-12-06 18:09:23.000000000 +0100 @@ -1,5 +1,5 @@ ---- coreutils/dd.c -+++ coreutils/dd.c +--- x/coreutils/dd.c ++++ y/coreutils/dd.c @@ -30,6 +30,9 @@ #include <signal.h> // For FEATURE_DD_SIGNAL_HANDLING #include "busybox.h" ++++++ busybox-1.2.1.tar.bz2 -> busybox-1.2.2.tar.bz2 ++++++ ++++ 3715 lines of diff (skipped) ++++++ install.patch ++++++ --- x/applets/install.sh +++ y/applets/install.sh @@ -8,7 +8,7 @@ echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]" exit 1; fi -h=`sort busybox.links | uniq` +h=`sort /usr/share/busybox/busybox.links | uniq` cleanup="0" noclobber="0" case "$2" in ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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