Hello community,

here is the log from the commit of package shellinabox for openSUSE:Factory 
checked in at 2012-07-12 10:52:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-18 
12:35:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes     
2012-07-12 10:52:39.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 07:09:11 UTC 2012 - lsle...@suse.cz
+
+- fixed build on IA64 and S390
+
+-------------------------------------------------------------------

Old:
----
  shellinabox-ppc.patch

New:
----
  shellinabox-ia64-ppc-s390.patch

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

Other differences:
------------------
++++++ shellinabox.spec ++++++
--- /var/tmp/diff_new_pack.joKOfq/_old  2012-07-12 10:52:43.000000000 +0200
+++ /var/tmp/diff_new_pack.joKOfq/_new  2012-07-12 10:52:43.000000000 +0200
@@ -31,7 +31,7 @@
 Source0: %{name}-%{version}.tar.bz2
 # Fix possible buffer overwrite error in launcher.c
 Patch:  shellinabox.patch
-Patch1: shellinabox-ppc.patch
+Patch1: shellinabox-ia64-ppc-s390.patch
 Source1: rcshellinabox
 
 %description

++++++ shellinabox-ia64-ppc-s390.patch ++++++
Compile support for IA64, PowerPC and S390 architectures

diff --git a/Makefile.am b/Makefile.am
index b4b86d6..30e490e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,6 +108,11 @@ 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';;       \
+                        ia64)     echo '-O elf64-ia64-little -B ia64';;      \
+                        s390)     echo '-O elf32-s390 -B s390';;             \
+                        s390x)    echo '-O elf64-s390 -B s390';;             \
                        esac
 
 renamesymbols        =                                                        \
diff --git a/Makefile.in b/Makefile.in
index f20b28e..9dff404 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -372,6 +372,11 @@ 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';;       \
+                        ia64)     echo '-O elf64-ia64-little -B ia64';;      \
+                        s390)     echo '-O elf32-s390 -B s390';;             \
+                        s390x)    echo '-O elf64-s390 -B s390';;             \
                        esac
 
 renamesymbols = \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to