Accepting request 1174924 from home:sbradnick:branches:X11:XOrg

- Adding version-fixup.diff to account for leftover 1.613.1 references
- Update to 1.614.0:
  * This release matches the content provided in the DirectX12
    Agility SDK and the 1.614.0 NuGet package.
    - https://devblogs.microsoft.com/directx/directx12agility/
    - https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.614.0

OBS-URL: https://build.opensuse.org/request/show/1174924
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/DirectX-Headers?expand=0&rev=26
This commit is contained in:
Scott Bradnick 2024-05-17 16:19:31 +00:00 committed by Git OBS Bridge
parent 6a652d9f3a
commit d5b4edb6e9
5 changed files with 37 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b85edcf03c8ffd68dd5705485bddce02b35cf5bb778e3f72ce1ab905da480adf
size 449088

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cd54449799501a4ad129a4c7ccf0c026bbb699f937ba299d92de3aacd29c5be
size 458121

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 17 01:03:37 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Adding version-fixup.diff to account for leftover 1.613.1 references
- Update to 1.614.0:
* This release matches the content provided in the DirectX12
Agility SDK and the 1.614.0 NuGet package.
- https://devblogs.microsoft.com/directx/directx12agility/
- https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/1.614.0
-------------------------------------------------------------------
Tue Mar 19 18:04:58 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -17,7 +17,7 @@
Name: DirectX-Headers
Version: 1.613.1
Version: 1.614.0
Release: 0
Summary: DirectX Headers for Mesa
License: MIT
@ -25,6 +25,7 @@ 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

22
version-fixup.diff Normal file
View File

@ -0,0 +1,22 @@
--- CMakeLists.txt.smb 2024-05-17 09:08:48.438066598 -0400
+++ CMakeLists.txt 2024-05-17 09:08:57.914876687 -0400
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.10.2)
project(DirectX-Headers
LANGUAGES CXX
- VERSION 1.613.1
+ VERSION 1.614.0
)
include(CTest)
set(CMAKE_CXX_STANDARD 14)
--- meson.build.smb 2024-05-17 09:10:12.959472507 -0400
+++ meson.build 2024-05-17 09:09:08.685039684 -0400
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
-project('DirectX-Headers', 'cpp', version : '1.613.1',
+project('DirectX-Headers', 'cpp', version : '1.614.0',
default_options : ['cpp_std=c++14'])
cpp = meson.get_compiler('cpp')