Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elinks for openSUSE:Factory checked 
in at 2024-09-18 15:26:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elinks (Old)
 and      /work/SRC/openSUSE:Factory/.elinks.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elinks"

Wed Sep 18 15:26:46 2024 rev:10 rq:1201399 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/elinks/elinks.changes    2024-02-07 
18:48:34.587057882 +0100
+++ /work/SRC/openSUSE:Factory/.elinks.new.29891/elinks.changes 2024-09-18 
15:27:14.085720278 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 20:28:14 UTC 2024 - Gustavo Pichorim Boiko <[email protected]>
+
+- Fix building on ppc64le (by using lua instead of luajit there)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elinks.spec ++++++
--- /var/tmp/diff_new_pack.13w9hN/_old  2024-09-18 15:27:14.877753282 +0200
+++ /var/tmp/diff_new_pack.13w9hN/_new  2024-09-18 15:27:14.881753448 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} > 1500
 %bcond_without js
 %else
@@ -50,7 +51,11 @@
 BuildRequires:  ruby-devel
 BuildRequires:  tre-devel
 BuildRequires:  zlib-devel
+%ifarch ppc64le
+BuildRequires:  pkgconfig(lua)
+%else
 BuildRequires:  pkgconfig(luajit)
+%endif
 Provides:       web_browser
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %perl_requires
@@ -102,7 +107,11 @@
     --without-guile \
     --with-perl \
     --without-python \
+%ifarch ppc64le
+    --with-luapkg=lua \
+%else
     --with-luapkg=luajit \
+%endif
     --with-ruby \
     --without-gnutls \
     --without-x

Reply via email to