Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2016-01-08 15:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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   2015-04-27 
07:46:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes      
2016-01-08 15:21:51.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan  3 12:01:09 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.24.1
+  * for a full list of changes see http://www.busybox.net/news.html
+- Refresh busybox.install.patch 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/busybox/busybox.changes  2015-04-27 
07:46:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox.changes     2016-01-08 
15:21:51.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan  3 12:00:13 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.24.1
+  * for a full list of changes see http://www.busybox.net/news.html
+- Refresh busybox.install.patch 
+
+-------------------------------------------------------------------

Old:
----
  busybox-1.23.2.tar.bz2

New:
----
  busybox-1.24.1.tar.bz2

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

Other differences:
------------------
++++++ busybox-static.spec ++++++
--- /var/tmp/diff_new_pack.2SJaNe/_old  2016-01-08 15:21:52.000000000 +0100
+++ /var/tmp/diff_new_pack.2SJaNe/_new  2016-01-08 15:21:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           busybox-static
-Version:        1.23.2
+Version:        1.24.1
 Release:        0
 Summary:        The Swiss Army Knife of Embedded Linux
 License:        GPL-2.0+

busybox.spec: same change
++++++ busybox-1.23.2.tar.bz2 -> busybox-1.24.1.tar.bz2 ++++++
++++ 60787 lines of diff (skipped)

++++++ busybox.install.patch ++++++
--- /var/tmp/diff_new_pack.2SJaNe/_old  2016-01-08 15:21:54.000000000 +0100
+++ /var/tmp/diff_new_pack.2SJaNe/_new  2016-01-08 15:21:54.000000000 +0100
@@ -2,20 +2,23 @@
 ===================================================================
 --- busybox-1.19.4.orig/applets/install.sh
 +++ busybox-1.19.4/applets/install.sh
-@@ -5,11 +5,11 @@ export LC_CTYPE=POSIX
+@@ -5,14 +5,14 @@
  
  prefix=$1
  if [ -z "$prefix" ]; then
--      echo "usage: applets/install.sh DESTINATION 
[--symlinks/--hardlinks/--scriptwrapper]"
-+      echo "usage: busybox.install DESTINATION 
[--symlinks/--hardlinks/--scriptwrapper]"
+-      echo "usage: applets/install.sh DESTINATION 
[--symlinks/--hardlinks/--binaries/--scriptwrapper]"
++      echo "usage: busybox.install DESTINATION 
[--symlinks/--hardlinks/--binaries/--scriptwrapper]"
        exit 1
  fi
  
+ # Source the configuration
+ . ./.config
+ 
 -h=`sort busybox.links | uniq`
 +h=`sort /usr/share/busybox/busybox.links | uniq`
  
- linkopts=""
- scriptwrapper="n"
+ sharedlib_dir="0_lib"
+ 
 @@ -64,7 +64,7 @@ fi
  
  rm -f "$prefix/bin/busybox" || exit 1


Reply via email to