Hello community,

here is the log from the commit of package lifelines for openSUSE:Factory 
checked in at 2020-04-08 19:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lifelines (Old)
 and      /work/SRC/openSUSE:Factory/.lifelines.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lifelines"

Wed Apr  8 19:55:41 2020 rev:31 rq:791951 version:3.1.1+3ad4571

Changes:
--------
--- /work/SRC/openSUSE:Factory/lifelines/lifelines.changes      2019-08-27 
10:24:56.527925357 +0200
+++ /work/SRC/openSUSE:Factory/.lifelines.new.3248/lifelines.changes    
2020-04-08 19:55:44.317081971 +0200
@@ -1,0 +2,5 @@
+Tue Apr  7 10:01:06 UTC 2020 - Dr. Werner Fink <wer...@suse.de>
+
+- Avoid -m64 on aarch64 (and also -m32 on arm) as gcc does not know about
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lifelines.spec ++++++
--- /var/tmp/diff_new_pack.TNFaME/_old  2020-04-08 19:55:45.193082611 +0200
+++ /var/tmp/diff_new_pack.TNFaME/_new  2020-04-08 19:55:45.197082614 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lifelines
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Summary:        The Lifelines Genealogy Program
 License:        MIT
 Group:          Productivity/Scientific/Other
-Url:            https://github.com/lifelines/lifelines
+URL:            https://github.com/lifelines/lifelines
 Source0:        
https://github.com/%{name}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX-SUSE mainly to get paths correct if installed as system package
@@ -87,6 +87,10 @@
 CC=gcc
 export CC CFLAGS CPPFLAGS LIBS
 autoreconf -fi
+%ifarch aarch64 %arm
+# gcc on aarch64 does not know about -m64 ...
+sed -ri 's/[[:space:]]*-m(64|32)//' configure
+%endif
 %configure  --disable-rpath                    \
            --with-gnu-ld                       \
            --with-docs                         \


Reply via email to