Hello community, here is the log from the commit of package shellinabox for openSUSE:Factory checked in at 2012-04-18 12:35:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shellinabox (Old) and /work/SRC/openSUSE:Factory/.shellinabox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shellinabox", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/shellinabox/shellinabox.changes 2012-02-16 12:28:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes 2012-04-18 12:35:24.000000000 +0200 @@ -2 +2 @@ -Wed Dec 7 11:39:58 UTC 2011 - [email protected] +Mon Apr 16 13:52:04 UTC 2012 - [email protected] @@ -4,2 +4,8 @@ -- license update: GPL-2.0-with-openssl-exception - Use SPDX syntax (http://www.spdx.org/licenses) +- license update: SUSE-GPL-2.0-with-openssl-exception + See COPYING. SUSE- prefix is used until upstream (spdx.org) accept + GPL-2.0-with-openssl-exception + +------------------------------------------------------------------- +Mon Apr 2 17:30:40 UTC 2012 - [email protected] + +- fix build on powerpc New: ---- shellinabox-ppc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shellinabox.spec ++++++ --- /var/tmp/diff_new_pack.WR15eM/_old 2012-04-18 12:35:27.000000000 +0200 +++ /var/tmp/diff_new_pack.WR15eM/_new 2012-04-18 12:35:27.000000000 +0200 @@ -19,7 +19,7 @@ # Version: 2.10 Release: 1.1 -License: GPL-2.0-with-openssl-exception +License: SUSE-GPL-2.0-with-openssl-exception URL: http://code.google.com/p/shellinabox/ BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on @@ -31,6 +31,7 @@ Source0: %{name}-%{version}.tar.bz2 # Fix possible buffer overwrite error in launcher.c Patch: shellinabox.patch +Patch1: shellinabox-ppc.patch Source1: rcshellinabox %description @@ -48,6 +49,7 @@ %prep %setup -q %patch -p0 +%patch1 -p1 %configure %build ++++++ shellinabox-ppc.patch ++++++ Index: shellinabox-2.10/Makefile.am =================================================================== --- shellinabox-2.10.orig/Makefile.am +++ shellinabox-2.10/Makefile.am @@ -108,6 +108,8 @@ objcopyflags = case "$(host_cpu) i[0-9]86) echo '-O elf32-i386 -B i386';; \ x86_64) echo '-O elf64-x86-64 -B i386:x86-64';; \ arm*) echo '-O elf32-littlearm -B arm';; \ + powerpc) echo '-O elf32-powerpc -B powerpc';; \ + powerpc*) echo '-O elf64-powerpc -B powerpc';; \ esac renamesymbols = \ Index: shellinabox-2.10/Makefile.in =================================================================== --- shellinabox-2.10.orig/Makefile.in +++ shellinabox-2.10/Makefile.in @@ -372,6 +372,8 @@ objcopyflags = case "$(host_cpu)" in i[0-9]86) echo '-O elf32-i386 -B i386';; \ x86_64) echo '-O elf64-x86-64 -B i386:x86-64';; \ arm*) echo '-O elf32-littlearm -B arm';; \ + powerpc) echo '-O elf32-powerpc -B powerpc';; \ + powerpc*) echo '-O elf64-powerpc -B powerpc';; \ esac renamesymbols = \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
