Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2012-04-12 09:20:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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   2011-10-04 
18:07:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes      
2012-04-12 09:20:14.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Apr 10 15:20:58 CEST 2012 - [email protected]
+
+- busybox-1.19.4-typedef_umode_t.patch:
+  fix compile as umode_t is only defined with KERNEL and is
+  used in header linux/linux/ext2_fs.h
+
+-------------------------------------------------------------------
+Tue Apr 10 14:59:02 CEST 2012 - [email protected]
+
+- update to 1.19.4
+  - fix getty, mdev, modinfo and wget
+- update to 1.19.3
+  - fix chpasswd, crond, inetd, syslogd, tail, tftp
+- update to 1.19.2
+  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top, 
+    uncompress
+- update to 1.19.0:
+  - countless fixes in all utility programs, please see
+    http://www.busybox.net/ for details
+
+- remove obsolete patches previously marked as upstreamed
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/busybox/busybox.changes  2011-10-04 
18:07:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox.changes     2012-04-12 
09:20:14.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Apr 10 15:19:52 CEST 2012 - [email protected]
+
+- busybox-1.19.4-typedef_umode_t.patch:
+  fix compile as umode_t is only defined with KERNEL and is
+  used in header linux/linux/ext2_fs.h 
+
+-------------------------------------------------------------------
+Tue Apr 10 14:49:18 CEST 2012 - [email protected]
+
+- update to 1.19.4
+  - fix getty, mdev, modinfo and wget
+- update to 1.19.3
+  - fix chpasswd, crond, inetd, syslogd, tail, tftp
+- update to 1.19.2
+  - fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
+    uncompress
+- update to 1.19.0:
+  - countless fixes in all utility programs, please see
+    http://www.busybox.net/ for details
+
+- remove obsolete patches previously marked as upstreamed
+
+-------------------------------------------------------------------

Old:
----
  busybox-1.18.3-buildsys.patch
  busybox-1.18.3-cksum.patch
  busybox-1.18.3-klogd.patch
  busybox-1.18.3-menuconfig.patch
  busybox-1.18.3-modutils24.patch
  busybox-1.18.3-wget.patch
  busybox-1.18.3.tar.bz2

New:
----
  busybox-1.19.4-typedef_umode_t.patch
  busybox-1.19.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ busybox-static.spec ++++++
--- /var/tmp/diff_new_pack.XlPuzs/_old  2012-04-12 09:20:15.000000000 +0200
+++ /var/tmp/diff_new_pack.XlPuzs/_new  2012-04-12 09:20:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox-static
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
 #
 
 
-
 Name:           busybox-static
 Url:            http://www.busybox.net/
-Version:        1.18.3
-Release:        1
+Version:        1.19.4
+Release:        0
 Summary:        The Swiss Army Knife of Embedded Linux
 License:        GPL-2.0+
 Group:          System/Base
@@ -29,17 +28,11 @@
 Source2:        busybox.SuSE.config
 Source3:        mkinitrd-setup.sh
 Source4:        mkinitrd-boot.sh
-# upstream patches
-Patch0:         busybox-1.18.3-buildsys.patch
-Patch1:         busybox-1.18.3-cksum.patch
-Patch2:         busybox-1.18.3-klogd.patch
-Patch3:         busybox-1.18.3-menuconfig.patch
-Patch4:         busybox-1.18.3-modutils24.patch
-Patch5:         busybox-1.18.3-wget.patch
 # other patches
 Patch99:        busybox.uClibc-build-fix.patch
 Patch100:       busybox.install.patch
 Patch101:       busybox-1.18.3-libarchive.patch
+Patch102:       busybox-1.19.4-typedef_umode_t.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  uClibc-devel
 
@@ -56,15 +49,10 @@
 
 %prep
 %setup -q -n busybox-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 %patch99 -p1
 %patch100 -p1
 %patch101 -p1
+%patch102 -p0
 %{__cp} -a %{S:1} docs/
 %{__cp} -a %{S:2} .config
 find -name CVS | xargs rm -rf

++++++ busybox.spec ++++++
--- /var/tmp/diff_new_pack.XlPuzs/_old  2012-04-12 09:20:15.000000000 +0200
+++ /var/tmp/diff_new_pack.XlPuzs/_new  2012-04-12 09:20:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
 #
 
 
-
 Name:           busybox
 Url:            http://www.busybox.net/
-Version:        1.18.3
-Release:        1
+Version:        1.19.4
+Release:        0
 Summary:        The Swiss Army Knife of Embedded Linux
 License:        GPL-2.0+
 Group:          System/Base
@@ -29,16 +28,10 @@
 Source2:        busybox.SuSE.config
 Source3:        mkinitrd-setup.sh
 Source4:        mkinitrd-boot.sh
-# upstream patches
-Patch0:         %{name}-1.18.3-buildsys.patch
-Patch1:         %{name}-1.18.3-cksum.patch
-Patch2:         %{name}-1.18.3-klogd.patch
-Patch3:         %{name}-1.18.3-menuconfig.patch
-Patch4:         %{name}-1.18.3-modutils24.patch
-Patch5:         %{name}-1.18.3-wget.patch
 # other patches
 Patch100:       busybox.install.patch
 Patch101:       %{name}-1.18.3-libarchive.patch
+Patch102:       busybox-1.19.4-typedef_umode_t.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,14 +47,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 %patch100 -p1
 %patch101 -p1
+%patch102 -p0
 %{__cp} -a %{S:1} docs/
 %{__cp} -a %{S:2} .config
 find -name CVS | xargs rm -rf

++++++ busybox-1.19.4-typedef_umode_t.patch ++++++
--- util-linux/mkfs_ext2.c
+++ util-linux/mkfs_ext2.c
@@ -48,6 +48,9 @@
 
 #include "libbb.h"
 #include <linux/fs.h>
+
+typedef unsigned short          umode_t;
+
 #include <linux/ext2_fs.h>
 
 #define ENABLE_FEATURE_MKFS_EXT2_RESERVED_GDT 0
++++++ busybox-1.18.3.tar.bz2 -> busybox-1.19.4.tar.bz2 ++++++
++++ 52214 lines of diff (skipped)

++++++ busybox.install.patch ++++++
--- /var/tmp/diff_new_pack.XlPuzs/_old  2012-04-12 09:20:16.000000000 +0200
+++ /var/tmp/diff_new_pack.XlPuzs/_new  2012-04-12 09:20:16.000000000 +0200
@@ -1,15 +1,11 @@
----
- applets/install.sh |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/applets/install.sh
-+++ b/applets/install.sh
-@@ -8,7 +8,7 @@ if [ -z "$prefix" ]; then
-       echo "usage: applets/install.sh DESTINATION 
[--symlinks/--hardlinks/--scriptwrapper]"
-       exit 1;
+--- busybox-1.19.4/applets/install.sh
++++ busybox-1.19.4/applets/install.sh
+@@ -9,7 +9,7 @@
+       exit 1
  fi
+ 
 -h=`sort busybox.links | uniq`
 +h=`sort /usr/share/busybox/busybox.links | uniq`
+ 
+ linkopts=""
  scriptwrapper="n"
- cleanup="0"
- noclobber="0"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to