Hello community,

here is the log from the commit of package qore-asn1-module for 
openSUSE:Factory checked in at 2016-11-18 22:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-asn1-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-asn1-module.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-asn1-module"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-asn1-module/qore-asn1-module.changes        
2014-08-05 13:00:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore-asn1-module.new/qore-asn1-module.changes   
2016-11-18 22:01:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 12 14:20:18 CET 2016 - r...@suse.de
+
+- qore-asn1-module-aarch64.patch: there is no "-m64" on aarch64 
+
+-------------------------------------------------------------------

New:
----
  qore-asn1-module-aarch64.patch

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

Other differences:
------------------
++++++ qore-asn1-module.spec ++++++
--- /var/tmp/diff_new_pack.nyiG60/_old  2016-11-18 22:01:03.000000000 +0100
+++ /var/tmp/diff_new_pack.nyiG60/_new  2016-11-18 22:01:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-asn1-module
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -26,6 +26,7 @@
 Group:          Development/Languages
 Url:            http://qore.org
 Source:         
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.gz
+Patch0:         qore-asn1-module-aarch64.patch
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
 BuildRequires:  qore
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %if "%{_lib}" == "lib64"

++++++ qore-asn1-module-aarch64.patch ++++++
--- configure
+++ configure
@@ -14264,7 +14264,7 @@
 # FIXME: add test on HP-UX if the compiler can generate the appropriate 
binaries
 if test "$enable_64bit" = "yes"; then
    case "${host_os}" in
-      *linux*) if test "$GXX" = "yes"; then
+      *linux*) if test "$GXX" = "yes" -a "$ARCH" != "aarch64" ; then
                   CXXFLAGS="$CXXFLAGS -m64"
                fi
                LIBSUFFIX=64

Reply via email to