diff --git a/vkd3d.spec b/vkd3d.spec index 6b5e64b..35ad86e 100644 --- a/vkd3d.spec +++ b/vkd3d.spec @@ -1,6 +1,6 @@ Name: vkd3d Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: D3D12 to Vulkan translation library License: LGPLv2+ @@ -116,7 +116,7 @@ BuildArch: noarch %description -n mingw32-%{name} -%{summary} +%{summary}. %package -n mingw64-%{name} @@ -125,7 +125,10 @@ BuildArch: noarch %description -n mingw64-%{name} -%{summary} +%{summary}. + + +%{?mingw_debug_package} %prep @@ -149,6 +152,7 @@ popd %make_install pushd ../mingw-build %mingw_make_install +%mingw_debug_install_post popd #Remove libtool files and static libraries @@ -237,6 +241,9 @@ find %{buildroot} -regextype egrep -regex '.*\.a$|.*\.la$' ! -iname '*.dll.a' -d %changelog +* Thu Aug 25 2022 - Michael Cronenworth - 1.4-3 +- Include MinGW debuginfo packages + * Sat Jul 23 2022 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild