Hello community, here is the log from the commit of package elementary for openSUSE:Factory checked in at 2015-09-08 17:45:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elementary (Old) and /work/SRC/openSUSE:Factory/.elementary.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elementary" Changes: -------- --- /work/SRC/openSUSE:Factory/elementary/elementary.changes 2015-08-27 08:55:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes 2015-09-08 18:05:56.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 7 11:34:28 UTC 2015 - [email protected] + +- Use luajit on platforms that support it and lua < 5.2 following efl + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elementary.spec ++++++ --- /var/tmp/diff_new_pack.i8LLjX/_old 2015-09-08 18:06:41.000000000 +0200 +++ /var/tmp/diff_new_pack.i8LLjX/_new 2015-09-08 18:06:41.000000000 +0200 @@ -18,6 +18,12 @@ %define build_doc 0%{?mandriva_version} == 20101 || 0%{?centos_version} == 6 +%ifarch %ix86 x86_64 %arml ppc +%define luajit_present 1 +%else +%define luajit_present 0 +%endif + %define efl_version 1.15.0 Name: elementary @@ -39,7 +45,11 @@ BuildRequires: ImageMagick BuildRequires: gettext-devel BuildRequires: libtool -BuildRequires: lua-devel +%if %luajit_present +BuildRequires: pkgconfig(luajit) +%else +BuildRequires: pkgconfig(lua) < 5.2 +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(ecore) >= %efl_version BuildRequires: pkgconfig(ecore-con) >= %efl_version @@ -89,7 +99,11 @@ Requires: efl-devel Requires: gettext-devel Requires: libelementary1 = %{version} -Requires: lua-devel +%if %luajit_present +Requires: pkgconfig(luajit) +%else +Requires: pkgconfig(lua) < 5.2 +%endif %description devel Development files for Elementary library.
