Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2020-10-03 18:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion"

Sat Oct  3 18:55:20 2020 rev:177 rq:836398 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2020-09-09 
17:47:42.206463693 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new.4249/subversion.changes  
2020-10-03 18:55:28.693480676 +0200
@@ -1,0 +2,6 @@
+Wed Sep 23 18:53:25 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- speed up testsuite run by using /dev/shm
+- disable output aggregation that spec-cleaner introduces in checks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.a5gXYr/_old  2020-10-03 18:55:29.905482018 +0200
+++ /var/tmp/diff_new_pack.a5gXYr/_new  2020-10-03 18:55:29.905482018 +0200
@@ -245,7 +245,7 @@
 %patch46 -p1
 
 # do not use 'env python'
-sed -i -e 's#/usr/bin/env python#/usr/bin/python3#' 
subversion/tests/cmdline/*.py
+sed -i -e 's#%{_bindir}/env python#%{_bindir}/python3#' 
subversion/tests/cmdline/*.py
 
 %build
 # Re-boot strap, needed for patch37
@@ -403,9 +403,14 @@
 %check
 export LANG=C LC_ALL=C
 
-%make_build check CLEANUP=true || (cat fails.log; exit 1)
-%make_build check-javahl || (cat fails.log; exit 1)
-%make_build check-swig-pl || (cat fails.log; exit 1)
+echo "========= mount RAM disc"
+test ! -e /dev/shm/svn-test-work && mkdir /dev/shm/svn-test-work
+test -e subversion/tests/cmdline/svn-test-work && rm -rf 
subversion/tests/cmdline/svn-test-work
+ln -s /dev/shm/svn-test-work subversion/tests/cmdline/
+
+%make_build -Onone check FS_TYPE=fsfs CLEANUP=true || (cat fails.log; exit 1)
+%make_build -Onone check-javahl || (cat fails.log; exit 1)
+%make_build -Onone check-swig-pl || (cat fails.log; exit 1)
 %if 0%{?suse_version} <= 1500
 # swig bindings check failing from swig 4.0.0 and later
 %make_build check-swig-py || (cat fails.log; exit 1)



Reply via email to