Accepting request 1201468 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1201468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/DirectX-Headers?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-09-17 16:17:00 +00:00 committed by Git OBS Bridge
commit cb362b6072
5 changed files with 15 additions and 27 deletions

View File

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

BIN
DirectX-Headers-1.614.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 9 18:42:23 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Removing version-fixup.diff as it was fixed upstream
- Update to 1.614.1:
* Several warning fixes and a DML update on top of v1.614.0. Importantly,
the CMake/meson build systems actually report a v1.614 version number.
That change was missed from the previous release. No new D3D APIs are
present relative to v1.614.0.
-------------------------------------------------------------------
Fri May 17 01:03:37 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -17,7 +17,7 @@
Name: DirectX-Headers
Version: 1.614.0
Version: 1.614.1
Release: 0
Summary: DirectX Headers for Mesa
License: MIT
@ -25,7 +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
#Patch0: version-fixup.diff
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: meson

View File

@ -1,22 +0,0 @@
--- 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')