Hello community,

here is the log from the commit of package vkd3d for openSUSE:Factory checked 
in at 2020-09-22 21:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vkd3d (Old)
 and      /work/SRC/openSUSE:Factory/.vkd3d.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vkd3d"

Tue Sep 22 21:15:17 2020 rev:5 rq:836072 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vkd3d/vkd3d.changes      2020-06-02 
14:39:22.871662135 +0200
+++ /work/SRC/openSUSE:Factory/.vkd3d.new.4249/vkd3d.changes    2020-09-22 
21:16:40.456217760 +0200
@@ -1,0 +2,10 @@
+Tue Sep 22 10:05:34 UTC 2020 - Marcus Meissner <meiss...@suse.com>
+
+- updated to 1.2
+  - Availability of libvkd3d-shader as a public library.
+  - Support for tessellation shaders.
+  - Version 1.1 root signatures.
+  - Stream output support.
+- added gpg signature and keyring.
+
+-------------------------------------------------------------------

Old:
----
  vkd3d-1.1.tar.xz

New:
----
  vkd3d-1.2.tar.xz
  vkd3d-1.2.tar.xz.sign
  vkd3d.keyring

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

Other differences:
------------------
++++++ vkd3d.spec ++++++
--- /var/tmp/diff_new_pack.9R1aJJ/_old  2020-09-22 21:16:49.728225873 +0200
+++ /var/tmp/diff_new_pack.9R1aJJ/_new  2020-09-22 21:16:49.732225876 +0200
@@ -31,9 +31,11 @@
 Summary:        Direct3D 12 to Vulkan translation library
 License:        LGPL-2.1-or-later
 Group:          System/X11/Utilities
-Version:        1.1
+Version:        1.2
 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
+Source2:        %name.keyring
 Source3:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,6 +47,10 @@
 Summary:        Direct3D 12 to Vulkan translation library utilities
 Group:          System/Libraries
 
+%package -n libvkd3d-shader%major
+Summary:        Direct3D 12 to Vulkan translation shader library
+Group:          System/Libraries
+
 %package devel
 Summary:        Development headers for the Direct3D 12 to Vulkan translation 
library
 Group:          Development/Libraries/X11
@@ -60,6 +66,9 @@
 %description -n libvkd3d-utils%major
 This is a Direct3D 12 to Vulkan translation utilities library for use by e.g. 
Wine.
 
+%description -n libvkd3d-shader%major
+This is a Direct3D 12 to Vulkan shader library for use by e.g. Wine.
+
 %description devel
 This is a Direct3D 12 to Vulkan translation library for use by e.g. Wine.
 
@@ -82,26 +91,39 @@
 %fdupes %buildroot/%_prefix
 
 %files -n libvkd3d%{major}
+%doc README ANNOUNCE AUTHORS
+%license COPYING LICENSE
 %defattr(-,root,root)
 %_libdir/libvkd3d.so.%{major}*
 
 %files -n libvkd3d-utils%{major}
+%license COPYING LICENSE
 %defattr(-,root,root)
 %_libdir/libvkd3d-utils.so.%{major}*
 
+%files -n libvkd3d-shader%{major}
+%license COPYING LICENSE
+%defattr(-,root,root)
+%_libdir/libvkd3d-shader.so.%{major}*
+
 %files devel
 %defattr(-,root,root)
+%license COPYING LICENSE
+%doc AUTHORS README ANNOUNCE
 %_includedir/*
 %_libdir/*.so
-%_libdir/pkgconfig/libvkd3d-utils.pc
 %_libdir/pkgconfig/libvkd3d.pc
+%_libdir/pkgconfig/libvkd3d-shader.pc
+%_libdir/pkgconfig/libvkd3d-utils.pc
+%_bindir/vkd3d-compiler
 
 %post -n libvkd3d%{major} -p /sbin/ldconfig
-
 %postun -n libvkd3d%{major} -p /sbin/ldconfig
 
 %post -n libvkd3d-utils%{major} -p /sbin/ldconfig
-
 %postun -n libvkd3d-utils%{major} -p /sbin/ldconfig
 
+%post -n libvkd3d-shader%{major} -p /sbin/ldconfig
+%postun -n libvkd3d-shader%{major} -p /sbin/ldconfig
+
 %changelog

++++++ vkd3d-1.1.tar.xz -> vkd3d-1.2.tar.xz ++++++
++++ 66096 lines of diff (skipped)


Reply via email to