Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2018-01-02 16:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tiff (Old)
 and      /work/SRC/openSUSE:Factory/.tiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tiff"

Tue Jan  2 16:31:45 2018 rev:69 rq:559098 version:4.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/tiff/tiff.changes        2017-12-15 
13:59:24.573925116 +0100
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2018-01-02 
16:31:49.579728714 +0100
@@ -1,0 +2,9 @@
+Thu Dec 21 13:03:18 UTC 2017 - [email protected]
+
+- Fix check section:
+  + Make sure to get back to the right directory after chdir to
+    'tools', or we can't run the 2nd test suite.
+  + Fix typo: the tests are located in a directory called 'test',
+    not 'tests'.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tiff.spec ++++++
--- /var/tmp/diff_new_pack.emAjeE/_old  2018-01-02 16:31:51.343140676 +0100
+++ /var/tmp/diff_new_pack.emAjeE/_new  2018-01-02 16:31:51.343140676 +0100
@@ -114,8 +114,8 @@
 find html -name "Makefile*" | xargs rm
 
 %check
-for i in tools tests; do
-       cd $i && make %{?_smp_mflags} check
+for i in tools test; do
+       (cd $i && make %{?_smp_mflags} check)
 done
 
 %post -n libtiff5 -p /sbin/ldconfig


Reply via email to