Hello community, here is the log from the commit of package leechcraft for openSUSE:Factory checked in at 2015-07-05 18:02:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leechcraft (Old) and /work/SRC/openSUSE:Factory/.leechcraft.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leechcraft" Changes: -------- --- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes 2015-06-12 20:31:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes 2015-07-05 18:02:41.000000000 +0200 @@ -1,0 +2,11 @@ +Thu Jul 2 15:26:25 UTC 2015 - [email protected] + +- Fixed openSUSE <= 13.2 builds & pcc x32. + +------------------------------------------------------------------- +Wed Jul 1 12:42:22 CEST 2015 - [email protected] + +- Build with gcc/g++ at least for the time being to avoid compiler + error. But use it only if suse_version > 1320. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leechcraft.spec ++++++ --- /var/tmp/diff_new_pack.Apv6kU/_old 2015-07-05 18:02:42.000000000 +0200 +++ /var/tmp/diff_new_pack.Apv6kU/_new 2015-07-05 18:02:42.000000000 +0200 @@ -90,11 +90,13 @@ %if 0%{?suse_version} != 1315 BuildRequires: libtidy-devel %endif +%ifarch %ix86 %arm x86_64 ppc64 ppc64le %if %{use_cpp14} BuildRequires: llvm-clang >= 3.4 %else BuildRequires: llvm-clang %endif +%endif %if 0%{?suse_version} == 1310 %ifarch %ix86 x86_64 %arm BuildRequires: mupdf-devel-static @@ -2474,8 +2476,13 @@ mkdir build && cd build + +%ifarch %ix86 %arm x86_64 ppc64 ppc64le +%if 0%{suse_version} <= 1320 export CC=/usr/bin/clang export CXX=/usr/bin/clang++ +%endif +%endif cmake ../src \ %if "%{_lib}" == "lib64"
