Hello community, here is the log from the commit of package vkmark for openSUSE:Factory checked in at 2019-11-25 15:23:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vkmark (Old) and /work/SRC/openSUSE:Factory/.vkmark.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vkmark" Mon Nov 25 15:23:27 2019 rev:3 rq:750739 version:2017.08+git.20191115 Changes: -------- --- /work/SRC/openSUSE:Factory/vkmark/vkmark.changes 2019-11-06 14:05:16.080733405 +0100 +++ /work/SRC/openSUSE:Factory/.vkmark.new.26869/vkmark.changes 2019-11-25 15:23:29.981286636 +0100 @@ -1,0 +2,16 @@ +Sun Nov 24 22:53:15 UTC 2019 - [email protected] + +- Update to version 2017.08+git.20191115: + * ci: Add build and test github workflow. + * Fix build against glm-0.9.9.6. + * build: Specify meson version as 0.45. + * kms: Check the result of the vkCreateDmaBufImageINTEL call. + * kms: Add kms-atomic window system option. + * kms: Add atomic modesetting support. + * kms: Simplify creation of ManagedResource objects. + * scenes: Use vkutil::map_memory. + * vkutil: Add map_memory helper function. + * scenes: Use vkutil::SemaphoreBuilder. +- Drop vkmark-skip-glm-dep-check.patch as this has been upstreamed. + +------------------------------------------------------------------- Old: ---- vkmark-2017.08+git.20180530.tar.xz vkmark-skip-glm-dep-check.patch New: ---- vkmark-2017.08+git.20191115.obscpio vkmark.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vkmark.spec ++++++ --- /var/tmp/diff_new_pack.tJcVnW/_old 2019-11-25 15:23:31.685285857 +0100 +++ /var/tmp/diff_new_pack.tJcVnW/_new 2019-11-25 15:23:31.685285857 +0100 @@ -1,8 +1,8 @@ # # spec file for package vkmark # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2018 Malcolm J Lewis <[email protected]> +# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2018-2019 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,12 @@ Name: vkmark -Version: 2017.08+git.20180530 +Version: 2017.08+git.20191115 Release: 0 Summary: Vulkan benchmark utility License: LGPL-2.1-or-later URL: https://github.com/vkmark/vkmark Source0: %{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch [email protected] -- No pc file present in development package, so check fails. -Patch0: vkmark-skip-glm-dep-check.patch BuildRequires: gcc-c++ BuildRequires: glm-devel BuildRequires: meson @@ -36,14 +34,13 @@ BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) -ExcludeArch: %arm %ix86 +ExcludeArch: %{arm} %{ix86} %description An extensible Vulkan benchmarking suite with targeted, configurable scenes. %prep -%setup -q -%patch0 -p1 +%autosetup %build %meson ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tJcVnW/_old 2019-11-25 15:23:31.713285844 +0100 +++ /var/tmp/diff_new_pack.tJcVnW/_new 2019-11-25 15:23:31.713285844 +0100 @@ -1,14 +1,16 @@ <services> - <service mode="disabled" name="tar_scm"> + <service mode="disabled" name="obs_scm"> <param name="url">git://github.com/vkmark/vkmark</param> <param name="scm">git</param> + <param name="revision">master</param> <param name="changesgenerate">enable</param> <param name="filename">vkmark</param> <param name="versionformat">2017.08+git.%cd</param> </service> - <service mode="disabled" name="recompress"> + <service mode="buildtime" name="tar" /> + <service mode="buildtime" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> + <service mode="disabled" name="set_version" /> </services> ++++++ vkmark.obsinfo ++++++ name: vkmark version: 2017.08+git.20191115 mtime: 1573809650 commit: 54f29c885b2c2c9f6a083cdfd171dcc814c2a306
