Hello community, here is the log from the commit of package busybox for openSUSE:Factory checked in at 2012-12-14 06:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/busybox (Old) and /work/SRC/openSUSE:Factory/.busybox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "busybox", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/busybox/busybox-static.changes 2012-08-27 15:52:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes 2012-12-14 06:34:50.000000000 +0100 @@ -1,0 +2,13 @@ +Sun Dec 9 14:15:07 UTC 2012 - [email protected] + +- Update to 1.20.2 (Bug fix release): + * fix for variable expansion in redirection + * fix for "pre-up" and "pre-down" handling + * fixes for compressed man pages handling + * important fix! due to misplaced s_mkfs_time field, ext4 driver + couldn't mount our images + * fix for getting uptime on non-Linux platforms + * fix base-256 decoding +- Remove busybox-1.19.4-ext2fs_h.diff: fixed on upstream release + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/busybox/busybox.changes 2012-08-27 15:52:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.busybox.new/busybox.changes 2012-12-14 06:34:50.000000000 +0100 @@ -1,0 +2,13 @@ +Sun Dec 9 14:17:29 UTC 2012 - [email protected] + +- Update to 1.20.2 (Bug fix release): + * fix for variable expansion in redirection + * fix for "pre-up" and "pre-down" handling + * fixes for compressed man pages handling + * important fix! due to misplaced s_mkfs_time field, ext4 driver + couldn't mount our images + * fix for getting uptime on non-Linux platforms + * fix base-256 decoding +- Remove busybox-1.19.4-ext2fs_h.diff: fixed on upstream release + +------------------------------------------------------------------- Old: ---- busybox-1.19.4-ext2fs_h.diff busybox-1.19.4.tar.bz2 New: ---- busybox-1.20.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ busybox-static.spec ++++++ --- /var/tmp/diff_new_pack.SjoICN/_old 2012-12-14 06:34:54.000000000 +0100 +++ /var/tmp/diff_new_pack.SjoICN/_new 2012-12-14 06:34:54.000000000 +0100 @@ -18,7 +18,7 @@ Name: busybox-static Url: http://www.busybox.net/ -Version: 1.19.4 +Version: 1.20.2 Release: 0 Summary: The Swiss Army Knife of Embedded Linux License: GPL-2.0+ @@ -32,7 +32,6 @@ Patch99: busybox.uClibc-build-fix.patch Patch100: busybox.install.patch Patch101: busybox-1.18.3-libarchive.patch -Patch102: busybox-1.19.4-ext2fs_h.diff Patch103: busybox-resource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: uClibc-devel @@ -53,7 +52,6 @@ %patch99 -p1 %patch100 -p1 %patch101 -p1 -%patch102 -p1 %patch103 -p1 %{__cp} -a %{S:1} docs/ %{__cp} -a %{S:2} .config @@ -75,11 +73,11 @@ make -e CC=gcc-uClibc %{?_smp_mflags} %install -install -d $RPM_BUILD_ROOT/usr/bin -install busybox $RPM_BUILD_ROOT/usr/bin/busybox-static +install -d $RPM_BUILD_ROOT/%{_bindir} +install busybox $RPM_BUILD_ROOT/%{_bindir}/busybox-static %files %defattr(-,root,root) -/usr/bin/busybox-static +%{_bindir}/busybox-static %changelog ++++++ busybox.spec ++++++ --- /var/tmp/diff_new_pack.SjoICN/_old 2012-12-14 06:34:54.000000000 +0100 +++ /var/tmp/diff_new_pack.SjoICN/_new 2012-12-14 06:34:54.000000000 +0100 @@ -18,7 +18,7 @@ Name: busybox Url: http://www.busybox.net/ -Version: 1.19.4 +Version: 1.20.2 Release: 0 Summary: The Swiss Army Knife of Embedded Linux License: GPL-2.0+ @@ -31,7 +31,6 @@ # other patches Patch100: busybox.install.patch Patch101: %{name}-1.18.3-libarchive.patch -Patch102: busybox-1.19.4-ext2fs_h.diff Patch103: busybox-resource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +49,6 @@ %setup -q -n %{name}-%{version} %patch100 -p1 %patch101 -p1 -%patch102 -p1 %patch103 -p1 %{__cp} -a %{S:1} docs/ %{__cp} -a %{S:2} .config @@ -70,11 +68,11 @@ make -e doc busybox.links %{?_smp_mflags} %install -install -d $RPM_BUILD_ROOT/usr/bin -install -d $RPM_BUILD_ROOT/usr/share/busybox -install busybox.links $RPM_BUILD_ROOT/usr/share/busybox +install -d $RPM_BUILD_ROOT/%{_bindir} +install -d $RPM_BUILD_ROOT/%{_datadir}/busybox +install busybox.links $RPM_BUILD_ROOT%{_datadir}/busybox install applets/install.sh $RPM_BUILD_ROOT/usr/bin/busybox.install -install busybox $RPM_BUILD_ROOT/usr/bin +install busybox $RPM_BUILD_ROOT/%{_bindir} install -d $RPM_BUILD_ROOT%_mandir/man1 install -m 644 docs/BusyBox.1 $RPM_BUILD_ROOT%_mandir/man1 install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts @@ -93,10 +91,10 @@ %defattr(-,root,root) %doc docs/mdev.txt %doc %{_mandir}/man1/BusyBox.1.gz -/usr/bin/busybox -/usr/bin/busybox.install -%dir /usr/share/busybox -%config /usr/share/busybox/busybox.links +%{_bindir}/busybox +%{_bindir}/busybox.install +%dir %{_datadir}/busybox +%config %{_datadir}/busybox/busybox.links %dir /lib/mkinitrd %dir /lib/mkinitrd/scripts /lib/mkinitrd/scripts/setup-busybox.sh ++++++ busybox-1.19.4.tar.bz2 -> busybox-1.20.2.tar.bz2 ++++++ ++++ 24522 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
