17
0

1 Commits

Author SHA256 Message Date
Stefan Dirsch
b675bdef25 Update to 1.618.2 2026-01-19 23:33:43 +01:00
5 changed files with 57 additions and 7 deletions

Binary file not shown.

BIN
DirectX-Headers-1.618.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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

3
_service Normal file
View File

@@ -0,0 +1,3 @@
<services>
<service name="download_files" mode="manual" />
</services>