Hello community,

here is the log from the commit of package vulkan for openSUSE:Factory checked 
in at 2018-03-12 12:09:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vulkan (Old)
 and      /work/SRC/openSUSE:Factory/.vulkan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vulkan"

Mon Mar 12 12:09:59 2018 rev:10 rq:585253 version:1.1.70.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vulkan/vulkan.changes    2018-02-10 
17:55:14.606482626 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan.new/vulkan.changes       2018-03-12 
12:09:59.935160135 +0100
@@ -1,0 +2,18 @@
+Fri Mar  9 20:19:15 UTC 2018 - crrodrig...@opensuse.org
+
+- Skip building tests that are neither packaged nor ran.
+
+-------------------------------------------------------------------
+Fri Mar  9 19:49:50 UTC 2018 - crrodrig...@opensuse.org
+
+- vulkan-devel has missing dependencies, this causes further
+  confusion down the dependency chain, fix it by adding
+  the required X and wayland components
+
+-------------------------------------------------------------------
+Wed Mar  7 23:59:37 UTC 2018 - jeng...@inai.de
+
+- Update to new snapshot 1.1.70
+  * Support for Vulkan 1.1 (Subgroup operations)
+
+-------------------------------------------------------------------

Old:
----
  Vulkan-LoaderAndValidationLayers-1.0.68.0.tar.xz

New:
----
  Vulkan-LoaderAndValidationLayers-1.1.70.0.tar.xz

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

Other differences:
------------------
++++++ vulkan.spec ++++++
--- /var/tmp/diff_new_pack.5Pam6P/_old  2018-03-12 12:10:01.267112623 +0100
+++ /var/tmp/diff_new_pack.5Pam6P/_new  2018-03-12 12:10:01.271112480 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define version_unconverted 1.0.68.0
+%define version_unconverted 1.1.70.0
 
 Name:           vulkan
 %define lname  libvulkan1
-Version:        1.0.68.0
+Version:        1.1.70.0
 Release:        0
 Summary:        Vulkan loader and validation layers
 License:        MIT
@@ -38,7 +38,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3
 BuildRequires:  spirv-tools-devel
-BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(wayland-egl)
@@ -71,6 +70,12 @@
 Summary:        Vulkan development package
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version-%release
+Requires:       glibc-devel
+Requires:       libstdc++-devel
+Requires:       pkgconfig(wayland-client)
+Requires:       pkgconfig(x11)
+Requires:       pkgconfig(xcb)
+Requires:       pkgconfig(xrandr)
 
 %description devel
 Vulkan is a 3D graphics and compute API providing cross-platform
@@ -92,7 +97,8 @@
 ln -Tsv "%_libdir" ../glslang/build/install/lib
 %cmake \
        -DCMAKE_INSTALL_SYSCONFDIR="%_sysconfdir" \
-       -DBUILD_WSI_MIR_SUPPORT=OFF
+       -DBUILD_WSI_MIR_SUPPORT=OFF \
+       -DBUILD_TESTS=OFF
 make %{?_smp_mflags}
 
 %install

++++++ Vulkan-LoaderAndValidationLayers-1.0.68.0.tar.xz -> 
Vulkan-LoaderAndValidationLayers-1.1.70.0.tar.xz ++++++
++++ 103874 lines of diff (skipped)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5Pam6P/_old  2018-03-12 12:10:03.851020452 +0100
+++ /var/tmp/diff_new_pack.5Pam6P/_new  2018-03-12 12:10:03.859020166 +0100
@@ -2,10 +2,9 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers</param>
-               <param name="revision">sdk-1.0.68</param>
-               <param name="revision">master</param>
-               <param name="parent-tag">7cc9e754d</param>
-               <param name="versionformat">1.0.68.0</param>
+               <param name="revision">sdk-1.1.70</param>
+               <param name="parent-tag">sdk-1.1.70.0</param>
+               <param name="versionformat">1.1.70.0</param>
                <param name="exclude">windowsRuntimeInstaller</param>
        </service>
        <service name="recompress" mode="disabled">


Reply via email to