Hello community,

here is the log from the commit of package vulkan-loader for openSUSE:Factory 
checked in at 2020-11-02 14:04:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vulkan-loader (Old)
 and      /work/SRC/openSUSE:Factory/.vulkan-loader.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vulkan-loader"

Mon Nov  2 14:04:06 2020 rev:30 rq:844987 version:1.2.154.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vulkan-loader/vulkan-loader.changes      
2020-10-11 20:14:46.304364433 +0200
+++ /work/SRC/openSUSE:Factory/.vulkan-loader.new.3463/vulkan-loader.changes    
2020-11-02 14:04:22.564680657 +0100
@@ -1,0 +2,6 @@
+Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.2.154.1
+  * Fix some issues when EnumerateAdapterPhysicalDevices is available
+
+-------------------------------------------------------------------

Old:
----
  v1.2.154.tar.gz

New:
----
  sdk-1.2.154.1.tar.gz

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

Other differences:
------------------
++++++ vulkan-loader.spec ++++++
--- /var/tmp/diff_new_pack.s5pQbi/_old  2020-11-02 14:04:23.824681614 +0100
+++ /var/tmp/diff_new_pack.s5pQbi/_new  2020-11-02 14:04:23.828681617 +0100
@@ -18,20 +18,21 @@
 
 # Only pick versions released as /^sdk-.*/ tags
 %define lname  libvulkan1
+%define hdrreq 1.2.154
 Name:           vulkan-loader
-Version:        1.2.154
+Version:        1.2.154.1
 Release:        0
 Summary:        Reference ICD loader for Vulkan
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/KhronosGroup/Vulkan-Loader
-Source:         
https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
+Source:         
https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz
 Source9:        baselibs.conf
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  pkgconfig
 BuildRequires:  python3-xml
-BuildRequires:  vulkan-headers >= %version
+BuildRequires:  vulkan-headers >= %hdrreq
 BuildRequires:  pkgconfig(pciaccess)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
@@ -56,7 +57,7 @@
 Summary:        Vulkan development package
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version-%release
-Requires:       vulkan-headers >= %version
+Requires:       vulkan-headers >= %hdrreq
 
 %description -n vulkan-devel
 Vulkan is a 3D graphics and compute API providing cross-platform
@@ -67,7 +68,7 @@
 to make use of Vulkan.
 
 %prep
-%autosetup -p1 -n Vulkan-Loader-%version
+%autosetup -p1 -n Vulkan-Loader-sdk-%version
 
 %build
 %cmake \


Reply via email to