Hello community,

here is the log from the commit of package gluegen2 for openSUSE:Factory 
checked in at 2016-03-16 10:35:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gluegen2 (Old)
 and      /work/SRC/openSUSE:Factory/.gluegen2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gluegen2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes        2015-10-20 
00:04:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gluegen2.new/gluegen2.changes   2016-03-16 
10:35:20.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 13:04:03 UTC 2016 - dval...@suse.com
+
+- Don't try to guess glbc version on other architectures
+  (gluegen2-missing-arch-symbol.patch)
+
+-------------------------------------------------------------------

New:
----
  gluegen2-missing-arch-symbol.patch

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

Other differences:
------------------
++++++ gluegen2.spec ++++++
--- /var/tmp/diff_new_pack.kXbJk5/_old  2016-03-16 10:35:21.000000000 +0100
+++ /var/tmp/diff_new_pack.kXbJk5/_new  2016-03-16 10:35:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gluegen2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -37,6 +37,7 @@
 Patch6:         gluegen2-add-ppc64-aarch64.patch
 # PATCH-FIX-UPSTREAM gluegen2-no-static-libstdc++.patch badshah...@gmail.com 
-- Do not use -static-libstdc++ option for linker, causes build failures
 Patch7:         gluegen2-no-static-libstdc++.patch
+Patch8:         gluegen2-missing-arch-symbol.patch 
 BuildRequires:  ant
 BuildRequires:  ant-antlr
 BuildRequires:  ant-contrib
@@ -87,6 +88,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # Fix wrong-script-end-of-line-encoding
 rm make/scripts/*.bat

++++++ gluegen2-missing-arch-symbol.patch ++++++
Index: gluegen-v2.3.2/make/stub_includes/platform/glibc-compat-symbols.h
===================================================================
--- gluegen-v2.3.2.orig/make/stub_includes/platform/glibc-compat-symbols.h
+++ gluegen-v2.3.2/make/stub_includes/platform/glibc-compat-symbols.h
@@ -24,7 +24,8 @@
         #elif defined(__amd64__)
            #define GLIBC_COMPAT_SYMBOL(FFF) __asm__(".symver " #FFF "," #FFF 
"@GLIBC_2.2.5");
         #else
-           #define GLIBC_COMPAT_SYMBOL(FFF) __asm__(".symver " #FFF "," #FFF 
"@GLIBC_2.0");
+           /* Don't try to guess a wrong version */
+           #define GLIBC_COMPAT_SYMBOL(FFF)
         #endif /*__amd64__*/
     #elif defined(__clang__)
         #if defined(__aarch64__)

Reply via email to