Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vkd3d for openSUSE:Factory checked in at 2022-11-16 15:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vkd3d (Old) and /work/SRC/openSUSE:Factory/.vkd3d.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vkd3d" Wed Nov 16 15:43:18 2022 rev:7 rq:1035884 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/vkd3d/vkd3d.changes 2020-09-24 16:15:33.576977568 +0200 +++ /work/SRC/openSUSE:Factory/.vkd3d.new.1597/vkd3d.changes 2022-11-16 15:43:32.755871453 +0100 @@ -1,0 +2,23 @@ +Thu Oct 27 16:51:39 UTC 2022 - Tobias Klausmann <tobias.klausm...@freenet.de> + +- Update to version 1.5: + - Support for various HLSL features and intrinsics. + - Typed unordered access view loads of multicomponent formats. + - Miscellaneous bug fixes. +- Packaging changes: + - Disable test until they are fixed + +------------------------------------------------------------------- +Thu Jun 23 07:00:31 UTC 2022 - Marcus Meissner <meiss...@suse.com> + +- updated to 1.4 + - Many improvements to the HLSL compiler. + - A new descriptor heap implementation using the VK_EXT_descriptor_indexing + extension. + - A new fence implementation using the VK_KHR_timeline_semaphore extension. +- updated to 1.3 + - Initial HLSL compilation support. + - Shader model 5.1 descriptor array support. + - Support for disassembling Direct3D shaders. + +------------------------------------------------------------------- Old: ---- vkd3d-1.2.tar.xz vkd3d-1.2.tar.xz.sign New: ---- vkd3d-1.5.tar.xz vkd3d-1.5.tar.xz.sign ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vkd3d.spec ++++++ --- /var/tmp/diff_new_pack.LRmFOe/_old 2022-11-16 15:43:33.303873439 +0100 +++ /var/tmp/diff_new_pack.LRmFOe/_new 2022-11-16 15:43:33.311873469 +0100 @@ -1,7 +1,7 @@ # # spec file for package vkd3d # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,13 @@ %define major 1 Name: vkd3d +BuildRequires: bison BuildRequires: fdupes +BuildRequires: flex BuildRequires: spirv-headers -BuildRequires: spirv-tools BuildRequires: xcb-util-keysyms-devel +BuildRequires: pkgconfig(SPIRV-Tools) +BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-event) @@ -31,7 +34,7 @@ Summary: Direct3D 12 to Vulkan translation library License: LGPL-2.1-or-later Group: System/X11/Utilities -Version: 1.2 +Version: 1.5 Release: 0 Source0: https://dl.winehq.org/vkd3d/source/vkd3d-%version.tar.xz Source1: https://dl.winehq.org/vkd3d/source/vkd3d-%version.tar.xz.sign @@ -78,7 +81,12 @@ %setup -q %build -%configure --disable-static +%configure \ + --disable-static \ + --disable-tests \ + --with-xcb \ + --with-spirv-tools + make %{?_smp_mflags} %check ++++++ vkd3d-1.2.tar.xz -> vkd3d-1.5.tar.xz ++++++ ++++ 83555 lines of diff (skipped)