Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/vulkan-loader.git#f6649a0a1f5383cf9b638204c222d886d2454fae
This commit is contained in:
parent
4cc283c93b
commit
08c3f376a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/Vulkan-Loader-sdk-1.2.148.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.148.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.154.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.162.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-Loader-sdk-1.2.154.1.tar.gz) = fab1ee49f3378b10f167cf580f1116736e9344a6b90ddc43759bc5d8c5e14862bd38643edabcb5a806b09666be7da8aee154fb61c2b3b09e45b39064e9547071
|
||||
SHA512 (Vulkan-Loader-sdk-1.2.162.0.tar.gz) = 13e2ff119828cadf87aad0f2c54a577801ff817fcaa10c11e3c2af768a1e2809ffff9b14c63cd0993cc1d9458f06d69b7949ab024eecf8141c794c394e8a6542
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.154.1
|
||||
Version: 1.2.162.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
@ -12,7 +12,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: vulkan-headers = 1.2.154.0
|
||||
BuildRequires: vulkan-headers = %{version}
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
@ -91,6 +91,12 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
||||
- Update to 1.2.162.0 loader
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.154.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.1-1
|
||||
- Update to 1.2.154.1 loader
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user