commit piglit for openSUSE:Factory

Hello community, here is the log from the commit of package piglit for openSUSE:Factory checked in at 2018-08-31 10:47:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/piglit (Old) and /work/SRC/openSUSE:Factory/.piglit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "piglit" Fri Aug 31 10:47:47 2018 rev:6 rq:632266 version:1~20180604.cde860ab3 Changes: -------- --- /work/SRC/openSUSE:Factory/piglit/piglit.changes 2018-07-09 13:27:16.622994227 +0200 +++ /work/SRC/openSUSE:Factory/.piglit.new/piglit.changes 2018-08-31 10:47:49.751449397 +0200 @@ -1,0 +2,10 @@ +Thu Aug 30 08:27:10 UTC 2018 - msrb@suse.com + +- Update suse_qa.py and opensuse_qa.py to work with current piglit. + +------------------------------------------------------------------- +Wed Aug 29 08:13:34 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com> + +- use %make_jobs makro instead make_build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ piglit.spec ++++++ --- /var/tmp/diff_new_pack.Qchqe7/_old 2018-08-31 10:47:50.439450247 +0200 +++ /var/tmp/diff_new_pack.Qchqe7/_new 2018-08-31 10:47:50.443450251 +0200 @@ -113,7 +113,7 @@ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \ -Wno-dev -%make_build +%make_jobs %install %cmake_install ++++++ opensuse_qa.py ++++++ --- /var/tmp/diff_new_pack.Qchqe7/_old 2018-08-31 10:47:50.483450301 +0200 +++ /var/tmp/diff_new_pack.Qchqe7/_new 2018-08-31 10:47:50.483450301 +0200 @@ -6,12 +6,11 @@ absolute_import, division, print_function, unicode_literals ) -from tests.quick import profile as _profile -from framework.test import GLSLParserTest +from framework.profile import load_test_profile __all__ = ['profile'] -profile = _profile.copy() # pylint: disable=invalid-name +profile = load_test_profile('quick') with open("/usr/lib64/piglit/tests/opensuse_qa-skip-tests.txt") as f: to_skip = frozenset(map(lambda line: line[:-1], f)) ++++++ suse_qa.py ++++++ --- /var/tmp/diff_new_pack.Qchqe7/_old 2018-08-31 10:47:50.515450341 +0200 +++ /var/tmp/diff_new_pack.Qchqe7/_new 2018-08-31 10:47:50.515450341 +0200 @@ -6,12 +6,11 @@ absolute_import, division, print_function, unicode_literals ) -from tests.quick import profile as _profile -from framework.test import GLSLParserTest +from framework.profile import load_test_profile __all__ = ['profile'] -profile = _profile.copy() # pylint: disable=invalid-name +profile = load_test_profile('quick') with open("/usr/lib64/piglit/tests/suse_qa-skip-tests.txt") as f: to_skip = frozenset(map(lambda line: line[:-1], f))
participants (1)
-
root