Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2015-04-27 07:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/busybox (Old)
 and      /work/SRC/openSUSE:Factory/.busybox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "busybox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/busybox/busybox-static.changes   2014-09-07 
11:08:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes      
2015-04-27 07:46:34.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr 20 16:16:14 UTC 2015 - mplus...@suse.com
+
+- Update to 1.23.2
+  * for a full list of changes see http://www.busybox.net/news.html
+- Cleaned up spec file with spec-cleaner
+- Refreshed patches
+
+-------------------------------------------------------------------
busybox.changes: same change

Old:
----
  busybox-1.22.1.tar.bz2

New:
----
  busybox-1.23.2.tar.bz2

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

Other differences:
------------------
++++++ busybox-static.spec ++++++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox-static
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           busybox-static
-Url:            http://www.busybox.net/
-Version:        1.22.1
+Version:        1.23.2
 Release:        0
 Summary:        The Swiss Army Knife of Embedded Linux
 License:        GPL-2.0+
 Group:          System/Base
+Url:            http://www.busybox.net/
 Source:         http://busybox.net/downloads/busybox-%{version}.tar.bz2
 Source1:        BusyBox.1
 Source2:        busybox-static.SuSE.config
@@ -30,8 +30,8 @@
 Patch100:       busybox.install.patch
 Patch101:       busybox-1.18.3-libarchive.patch
 Patch103:       busybox-resource.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glibc-devel-static
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 BusyBox combines tiny versions of many common UNIX utilities into a
@@ -49,8 +49,8 @@
 %patch100 -p1
 %patch101 -p1
 %patch103 -p1
-%{__cp} -a %{S:1} docs/
-%{__cp} -a %{S:2} .config
+cp -a %{SOURCE1} docs/
+cp -a %{SOURCE2} .config
 find -name CVS | xargs rm -rf
 find -name .cvsignore | xargs rm -rf
 find -name .svn | xargs rm -rf
@@ -60,14 +60,14 @@
 export VERBOSE=-v
 export BUILD_VERBOSE=2
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-export CC="%{__cc}"
+export CC="gcc"
 export HOSTCC=gcc
-make -e oldconfig
+make %{?_smp_mflags} -e oldconfig
 make -e %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT/%{_bindir}
-install busybox $RPM_BUILD_ROOT/%{_bindir}/busybox-static
+install -d %{buildroot}/%{_bindir}
+install busybox %{buildroot}/%{_bindir}/busybox-static
 
 %files
 %defattr(-,root,root)

++++++ busybox.spec ++++++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           busybox
-Url:            http://www.busybox.net/
-Version:        1.22.1
+Version:        1.23.2
 Release:        0
 Summary:        The Swiss Army Knife of Embedded Linux
 License:        GPL-2.0+
 Group:          System/Base
+Url:            http://www.busybox.net/
 Source:         http://busybox.net/downloads/%{name}-%{version}.tar.bz2
 Source1:        BusyBox.1
 Source2:        busybox.SuSE.config
@@ -44,12 +44,12 @@
 counterparts.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch100 -p1
 %patch101 -p1
 %patch103 -p1
-%{__cp} -a %{S:1} docs/
-%{__cp} -a %{S:2} .config
+cp -a %{SOURCE1} docs/
+cp -a %{SOURCE2} .config
 find -name CVS | xargs rm -rf
 find -name .cvsignore | xargs rm -rf
 find -name .svn | xargs rm -rf
@@ -59,20 +59,20 @@
 export VERBOSE=-v
 export BUILD_VERBOSE=2
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-export CC="%{__cc}"
+export CC="gcc"
 export HOSTCC=gcc
-make -e oldconfig
+make %{?_smp_mflags} -e oldconfig
 make -e %{?_smp_mflags}
 make -e doc busybox.links %{?_smp_mflags}
 
 %install
-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/%{_bindir}
-install -d $RPM_BUILD_ROOT%_mandir/man1
-install -m 644 docs/BusyBox.1 $RPM_BUILD_ROOT%_mandir/man1
+install -d %{buildroot}/%{_bindir}
+install -d %{buildroot}/%{_datadir}/busybox
+install busybox.links %{buildroot}%{_datadir}/busybox
+install applets/install.sh %{buildroot}%{_bindir}/busybox.install
+install busybox %{buildroot}/%{_bindir}
+install -d %{buildroot}%{_mandir}/man1
+install -m 644 docs/BusyBox.1 %{buildroot}%{_mandir}/man1
 
 %files
 %defattr(-,root,root)

++++++ busybox-1.18.3-libarchive.patch ++++++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:35.000000000 +0200
@@ -1,7 +1,8 @@
-diff -ruN busybox-1.18.3-orig/archival/libarchive/get_header_tar.c 
busybox-1.18.3/archival/libarchive/get_header_tar.c
---- busybox-1.18.3-orig/archival/libarchive/get_header_tar.c   2011-02-08 
18:24:57.000000000 +0100
-+++ busybox-1.18.3/archival/libarchive/get_header_tar.c        2011-03-12 
23:28:59.000000000 +0100
-@@ -287,6 +287,9 @@
+Index: busybox-1.23.2/archival/libarchive/get_header_tar.c
+===================================================================
+--- busybox-1.23.2.orig/archival/libarchive/get_header_tar.c
++++ busybox-1.23.2/archival/libarchive/get_header_tar.c
+@@ -304,6 +304,9 @@ char FAST_FUNC get_header_tar(archive_ha
        }
        file_header->link_target = NULL;
        if (!p_linkname && parse_names && tar.linkname[0]) {

++++++ busybox-1.22.1.tar.bz2 -> busybox-1.23.2.tar.bz2 ++++++
++++ 15870 lines of diff (skipped)

++++++ busybox-resource.patch ++++++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:36.000000000 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:36.000000000 +0200
@@ -2,10 +2,10 @@
  include/libbb.h |    1 +
  1 file changed, 1 insertion(+)
 
-Index: busybox-1.22.1/include/libbb.h
+Index: busybox-1.23.2/include/libbb.h
 ===================================================================
---- busybox-1.22.1.orig/include/libbb.h        2014-01-09 18:15:44.000000000 
+0000
-+++ busybox-1.22.1/include/libbb.h     2014-09-05 00:35:51.000000000 +0100
+--- busybox-1.23.2.orig/include/libbb.h
++++ busybox-1.23.2/include/libbb.h
 @@ -40,6 +40,7 @@
  #include <poll.h>
  #include <sys/ioctl.h>


Reply via email to