commit libkolab-qt5 for openSUSE:Factory
Hello community, here is the log from the commit of package libkolab-qt5 for openSUSE:Factory checked in at 2016-10-28 12:27:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkolab-qt5 (Old) and /work/SRC/openSUSE:Factory/.libkolab-qt5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libkolab-qt5" Changes: -------- --- /work/SRC/openSUSE:Factory/libkolab-qt5/libkolab-qt5.changes 2016-08-08 13:49:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkolab-qt5.new/libkolab-qt5.changes 2016-10-28 12:27:05.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Oct 25 11:12:52 UTC 2016 - wbauer@tmo.at + +- add %build section that was missing (the build was done in %prep) + +------------------------------------------------------------------- +Tue Oct 25 10:01:09 UTC 2016 - wbauer@tmo.at + +- disable parallel build to hopefully fix random build failures + (boo#1006727) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkolab-qt5.spec ++++++ --- /var/tmp/diff_new_pack.AX1qv6/_old 2016-10-28 12:27:05.000000000 +0200 +++ /var/tmp/diff_new_pack.AX1qv6/_new 2016-10-28 12:27:05.000000000 +0200 @@ -110,6 +110,7 @@ %prep %setup -q -n libkolab-%{version} +%build # TESTS: require X and most fail anyway %cmake \ -DLibkolabxml_DIR=%{_libdir}/cmake/Libkolabxml \ @@ -122,7 +123,9 @@ -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \ -DBUILD_TESTS=FALSE -make %{?_smp_mflags} +# parallel build is too unstable currently (boo#1006727) +#make %{?_smp_mflags} +make -j1 %install # cmake: with earlier releases, we have to change dir manually, as %%cmake_install is not available
participants (1)
-
root@hilbert.suse.de