Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-01-26 22:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and      /work/SRC/openSUSE:Factory/.liblouis.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblouis"

Sat Jan 26 22:16:35 2019 rev:40 rq:666690 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes        2019-01-15 
09:09:46.986601604 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new.28833/liblouis.changes     
2019-01-26 22:16:36.543138155 +0100
@@ -1,0 +2,6 @@
+Wed Jan 16 11:09:58 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Use %make_build in order to build the package in parallel way.
+  Add make check.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblouis.spec ++++++
--- /var/tmp/diff_new_pack.vTQ2QN/_old  2019-01-26 22:16:37.019137769 +0100
+++ /var/tmp/diff_new_pack.vTQ2QN/_new  2019-01-26 22:16:37.023137765 +0100
@@ -127,8 +127,7 @@
 
 %build
 %configure --disable-static --enable-ucs4
-# TODO: fix Makefile so that -j1 isn't needed
-make -j1
+%make_build
 
 # build python binding
 pushd python
@@ -159,6 +158,9 @@
 %post -n liblouis%{sover} -p /sbin/ldconfig
 %postun -n liblouis%{sover} -p /sbin/ldconfig
 
+%check
+make check %{_smp_mflags}
+
 %files -n liblouis%{sover}
 %license COPYING.LESSER
 %doc AUTHORS ChangeLog NEWS README


Reply via email to