Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
b675bdef25 |
BIN
DirectX-Headers-1.614.1.tar.gz
LFS
BIN
DirectX-Headers-1.614.1.tar.gz
LFS
Binary file not shown.
BIN
DirectX-Headers-1.618.2.tar.gz
LFS
Normal file
BIN
DirectX-Headers-1.618.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 19:02:55 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 1.618.2:
|
||||
* This release matches the content provided in the DirectX12 Agility SDK]
|
||||
and the 1.618.2 NuGet package.
|
||||
- https://devblogs.microsoft.com/directx/directx12agility/
|
||||
- https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.618.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 17:13:44 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 1.618.1:
|
||||
* This release matches the content provided in the DirectX12 Agility SDK
|
||||
and the 1.618.1 NuGet package.
|
||||
- https://devblogs.microsoft.com/directx/directx12agility/
|
||||
- https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.618.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 15:34:35 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- redefine %meson_build/%meson_install on Leap 15.6 in order to fix
|
||||
build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 17:19:42 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 1.616.0:
|
||||
* This release matches the content provided in the DirectX12 Agility SDK
|
||||
and the 1.616.0 NuGet package.
|
||||
- https://devblogs.microsoft.com/directx/directx12agility/
|
||||
- https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.616.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 18:31:44 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 1.615.0:
|
||||
* This release matches the content provided in the DirectX12 Agility SDK
|
||||
and the 1.615.0 NuGet package.
|
||||
- https://devblogs.microsoft.com/directx/directx12agility/
|
||||
- https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.615.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 18:42:23 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package DirectX-Headers
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?sle_version} == 150600 && 0%{?is_opensuse}
|
||||
%define meson_build /usr/bin/meson compile -C %{_vpath_builddir} %{_smp_mflags} --verbose
|
||||
%define meson_install /usr/bin/meson install -C %{_vpath_builddir} --no-rebuild --destdir=%{buildroot}
|
||||
%endif
|
||||
|
||||
Name: DirectX-Headers
|
||||
Version: 1.614.1
|
||||
Version: 1.618.2
|
||||
Release: 0
|
||||
Summary: DirectX Headers for Mesa
|
||||
License: MIT
|
||||
URL: https://github.com/microsoft/DirectX-Headers
|
||||
# osc service runall download_files
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
#Patch0: version-fixup.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
@@ -54,6 +57,8 @@ Make sure that you visit the DirectX Landing Page for more resources for DirectX
|
||||
%{_includedir}/directx
|
||||
%{_includedir}/dxguids
|
||||
%{_includedir}/wsl
|
||||
%dir %{_includedir}/composition
|
||||
%{_includedir}/composition/dcomp-preview.h
|
||||
%{_libdir}/pkgconfig/DirectX-Headers.pc
|
||||
%{_libdir}/libDirectX-Guids.a
|
||||
%{_libdir}/libd3dx12-format-properties.a
|
||||
|
||||
Reference in New Issue
Block a user