Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package DirectX-Headers for openSUSE:Factory 
checked in at 2024-05-28 17:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/DirectX-Headers (Old)
 and      /work/SRC/openSUSE:Factory/.DirectX-Headers.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "DirectX-Headers"

Tue May 28 17:27:26 2024 rev:11 rq:1176769 version:1.614.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/DirectX-Headers/DirectX-Headers.changes  
2024-03-28 13:59:56.369702440 +0100
+++ 
/work/SRC/openSUSE:Factory/.DirectX-Headers.new.24587/DirectX-Headers.changes   
    2024-05-28 17:27:41.137522275 +0200
@@ -1,0 +2,10 @@
+Fri May 17 01:03:37 UTC 2024 - Scott Bradnick <scott.bradn...@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
+
+-------------------------------------------------------------------

Old:
----
  DirectX-Headers-1.613.1.tar.gz

New:
----
  DirectX-Headers-1.614.0.tar.gz
  version-fixup.diff

BETA DEBUG BEGIN:
  New:
- Adding version-fixup.diff to account for leftover 1.613.1 references
- Update to 1.614.0:
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ DirectX-Headers.spec ++++++
--- /var/tmp/diff_new_pack.QUQgOG/_old  2024-05-28 17:27:42.333566061 +0200
+++ /var/tmp/diff_new_pack.QUQgOG/_new  2024-05-28 17:27:42.333566061 +0200
@@ -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 @@
 # 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

++++++ DirectX-Headers-1.613.1.tar.gz -> DirectX-Headers-1.614.0.tar.gz ++++++
++++ 4526 lines of diff (skipped)

++++++ version-fixup.diff ++++++
--- 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')

Reply via email to