Hello community, here is the log from the commit of package efl for openSUSE:Factory checked in at 2020-01-23 15:54:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/efl (Old) and /work/SRC/openSUSE:Factory/.efl.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "efl" Thu Jan 23 15:54:11 2020 rev:40 rq:766433 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/efl/efl.changes 2020-01-21 20:59:31.460825433 +0100 +++ /work/SRC/openSUSE:Factory/.efl.new.26092/efl.changes 2020-01-23 15:54:18.647075367 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 09:17:44 UTC 2020 - Andreas Schwab <[email protected]> + +- Use luajit only if available + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ efl.spec ++++++ --- /var/tmp/diff_new_pack.TalDCs/_old 2020-01-23 15:54:21.119076703 +0100 +++ /var/tmp/diff_new_pack.TalDCs/_new 2020-01-23 15:54:21.123076705 +0100 @@ -1,7 +1,7 @@ # # spec file for package efl # -# 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 @@ -36,7 +36,7 @@ %else %define xine_present 1 %endif -%ifarch %ix86 x86_64 %{arml} ppc +%ifarch %ix86 x86_64 aarch64 %{arml} ppc ppc64le %if !0%{?suse_version} || 0%{?is_opensuse} %define luajit_present 1 %endif @@ -110,7 +110,11 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libudev) +%if 0%{?luajit_present} BuildRequires: pkgconfig(luajit) +%else +BuildRequires: pkgconfig(lua5.1) +%endif BuildRequires: pkgconfig(mount) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(pixman-1) @@ -136,7 +140,9 @@ BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(zlib) Recommends: %{name}-lang +%if 0%{?luajit_present} Recommends: elua = %{version} +%endif Provides: ecore = %{version} Obsoletes: ecore < %{version} Provides: edje-utils = %{version} @@ -247,7 +253,11 @@ Requires: pkgconfig(librsvg-2.0) Requires: pkgconfig(libtiff-4) Requires: pkgconfig(libudev) +%if 0%{?luajit_present} Requires: pkgconfig(luajit) +%else +Requires: pkgconfig(lua5.1) +%endif Requires: pkgconfig(openssl) Requires: pkgconfig(pixman-1) Requires: pkgconfig(sdl) @@ -739,6 +749,10 @@ -Dwl=true \ -Dopengl=es-egl \ %endif +%if !0%{?luajit_present} + -Delua=false \ + -Dlua-interpreter=lua \ +%endif %if %{build_examples} -Dbuild-examples=true \ %else @@ -980,8 +994,10 @@ %{_libdir}/libelput.so.* %endif +%if 0%{?luajit_present} %files -n lib%{?mageia:%{?_bit}}elua%{sover} %{_libdir}/libelua.so.* +%endif %files -n lib%{?mageia:%{?_bit}}eet%{sover} %{_libdir}/libeet.so.* @@ -1063,7 +1079,9 @@ %{_includedir}/eldbus-1/ %{_includedir}/elementary-1 %{_includedir}/elocation-1/ +%if 0%{?luajit_present} %{_includedir}/elua-1/ +%endif %{_includedir}/edje-1/ %{_includedir}/eet-1/ %{_includedir}/eeze-1/
