Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lifelines for openSUSE:Factory 
checked in at 2023-06-21 22:40:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lifelines (Old)
 and      /work/SRC/openSUSE:Factory/.lifelines.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lifelines"

Wed Jun 21 22:40:11 2023 rev:33 rq:1094300 version:3.1.1+3ad4571

Changes:
--------
--- /work/SRC/openSUSE:Factory/lifelines/lifelines.changes      2020-06-12 
21:45:17.448473594 +0200
+++ /work/SRC/openSUSE:Factory/.lifelines.new.15902/lifelines.changes   
2023-06-21 22:41:06.718823552 +0200
@@ -1,0 +2,5 @@
+Tue Jun 20 12:51:02 UTC 2023 - Andreas Schwab <sch...@suse.de>
+
+- Remove useless --with-64bit/--with-32bit
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lifelines.spec ++++++
--- /var/tmp/diff_new_pack.KlvSAa/_old  2023-06-21 22:41:07.210826512 +0200
+++ /var/tmp/diff_new_pack.KlvSAa/_new  2023-06-21 22:41:07.222826585 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lifelines
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -78,26 +78,15 @@
 %patch2 -p1 -b .p2
 
 %build
-if test $(getconf LONG_BIT) -gt 32
-then
-    arch=--with-64bit
-else
-    arch=--with-32bit
-fi
 CFLAGS="%{optflags} -fno-strict-aliasing -pipe $(pkg-config ncursesw --cflags) 
$(getconf LFS_CFLAGS)"
 CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_CURSES"
 LIBS="$(pkg-config ncursesw --libs)"
 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                         \
-           $arch                               \
            --with-libintl-prefix=%{_prefix}
 make %{?_smp_mflags}
 make -C docs/

Reply via email to