From d7fdbdc433399d8daae84c557c7f2eb34eba81f8 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Fri, 11 Mar 2022 16:40:23 -0600 Subject: [PATCH] Update to 1.3 --- .gitignore | 4 ++-- sources | 4 ++-- vkd3d.spec | 18 +++++++++++++----- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index d488317..c9a804e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/vkd3d-1.2.tar.xz -/vkd3d-1.2.tar.xz.sign +/vkd3d-1.3.tar.xz +/vkd3d-1.3.tar.xz.sign diff --git a/sources b/sources index 8d3db87..ec0fc42 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (vkd3d-1.2.tar.xz) = ca9d5b11e7770747b78b61f43196b45b7bda8d2dd4f1d76da915f895a04dc28c20499e1e433f5ce17416964fe0f37cdc907e7aa540ec9105afbc8a100094f3e7 -SHA512 (vkd3d-1.2.tar.xz.sign) = b2ff3bea8965f8e0d3f2f6c6e3aa9f0c6ef7b4c500e6a762fd9acb2f2f19d0294faf76f30c1c6f262da3acb96e9cd5faa227d067667d763f1fc9dc22b0aa60c3 +SHA512 (vkd3d-1.3.tar.xz) = 3651f4d086a42af9007f3c12b5b9166e0f7686e8294fa571ee6b92e6a1a3c1fbc25e40062b31de7f8d5609c7c08a69c992cea4c951ae1f19f7df6bdf3174bc9d +SHA512 (vkd3d-1.3.tar.xz.sign) = 681514b707ec81bc82fe7de6171abb2d8f165667b9e0d90ec484f2ffb450108a46e95f136d5649d9ea650bd81866cd58210587d370b7471c1b57b68437399302 diff --git a/vkd3d.spec b/vkd3d.spec index 56db7a8..31fdd39 100644 --- a/vkd3d.spec +++ b/vkd3d.spec @@ -1,6 +1,6 @@ Name: vkd3d -Version: 1.2 -Release: 4%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: D3D12 to Vulkan translation library License: LGPLv2+ @@ -8,7 +8,9 @@ URL: https://source.winehq.org/git/vkd3d.git Source0: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz Source1: https://dl.winehq.org/vkd3d/source/%{name}-%{version}.tar.xz.sign -BuildRequires: make +BuildRequires: make +BuildRequires: bison +BuildRequires: flex BuildRequires: gcc BuildRequires: libxcb-devel BuildRequires: spirv-headers-devel @@ -21,9 +23,9 @@ BuildRequires: xcb-util-wm-devel # Wine does not build on aarch64 due to clang requires # vulkan is not available in RHEL 7+ for aarch64 either %if 0%{?rhel} >= 7 -ExclusiveArch: %{ix86} x86_64 %{arm} +ExclusiveArch: %{ix86} x86_64 %{arm} %else -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 %endif %description @@ -122,7 +124,10 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' -delete %{_includedir}/vkd3d/vkd3d.h %{_includedir}/vkd3d/vkd3d_d3d12.h %{_includedir}/vkd3d/vkd3d_d3d12sdklayers.h +%{_includedir}/vkd3d/vkd3d_d3d9types.h %{_includedir}/vkd3d/vkd3d_d3dcommon.h +%{_includedir}/vkd3d/vkd3d_d3dcompiler.h +%{_includedir}/vkd3d/vkd3d_d3dx9shader.h %{_includedir}/vkd3d/vkd3d_dxgibase.h %{_includedir}/vkd3d/vkd3d_dxgiformat.h %{_includedir}/vkd3d/vkd3d_types.h @@ -159,6 +164,9 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' -delete %changelog +* Fri Mar 11 2022 - Michael Cronenworth - 1.3-1 +- version update + * Sat Jan 22 2022 Fedora Release Engineering - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild