Mageia Bugzilla – Attachment 13221 Details for
Bug 29387
wine-dxvk : allows running 3D applications on Linux using Wine [NEW PKG REQUEST] specs given
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec updated for 1.10.1 version, also fix x86_64 installation
wine-dxvk.spec (text/plain), 8.75 KB, created by
katnatek
on 2022-04-19 21:05:54 CEST
(
hide
)
Description:
spec updated for 1.10.1 version, also fix x86_64 installation
Filename:
MIME Type:
Creator:
katnatek
Created:
2022-04-19 21:05:54 CEST
Size:
8.75 KB
patch
obsolete
>%global debug_package %{nil} > >%bcond_with onlysse2 > >%if %{with onlysse2} >%define mincpu "Requires a cpu with sse2" >%else >%define mincpu %{nil} >%endif > >%ifarch x86_64 >%global platform_identificator x86_64-redhat-linux-gnu >%global target_x86_type 64 >%global winepedir x86_64-windows >%else >%global platform_identificator i686-redhat-linux-gnu >%global target_x86_type 32 >%global winepedir i386-windows >%endif > >%global optflags %mingw%{target_x86_type}_cflags >%global build_ldflags %mingw%{target_x86_type}_ldflags >%global winedxvk wine%{target_x86_type}-dxvk > >Name: wine-dxvk >Version: 1.10.1 >Release: %mkrel 6 >Summary: Vulkan-based D3D11 and D3D10 implementation for Linux / Wine > >License: zlib >URL: https://github.com/doitsujin/dxvk >Source0: %{url}/archive/v%{version}/dxvk-%{version}.tar.gz >Patch0: disable-sse3.patch > >BuildRequires: gcc >BuildRequires: gcc-c++ >BuildRequires: glslang >BuildRequires: meson >BuildRequires: libwine-devel > >%ifarch x86_64 >BuildRequires: mingw64-filesystem >BuildRequires: mingw64-binutils >BuildRequires: mingw64-headers >BuildRequires: mingw64-cpp >BuildRequires: mingw64-gcc >BuildRequires: mingw64-gcc-c++ >BuildRequires: mingw64-winpthreads-static >%else >BuildRequires: mingw32-filesystem >BuildRequires: mingw32-binutils >BuildRequires: mingw32-headers >BuildRequires: mingw32-cpp >BuildRequires: mingw32-gcc >BuildRequires: mingw32-gcc-c++ >BuildRequires: mingw32-winpthreads-static >%endif > >Requires(pre): vulkan-tools > >Requires: wine >= 4.13 >Requires: %{winedxvk} >Recommends: %{winedxvk}-dxgi%{?_isa} = %{version}-%{release} >Requires: %{_lib}vulkan-loader1 > ># We want x86_64 users to always have also 32 bit lib, it's the same what wine does >%ifarch x86_64 >Requires: wine32-dxvk = %{version}-%{release} >%endif > ># Recommend also the d3d9 (former D9VK) >Recommends: %{winedxvk}-d3d9%{?_isa} = %{version}-%{release} > >Requires(posttrans): %{_sbindir}/alternatives >Requires(preun): %{_sbindir}/alternatives > >ExclusiveArch: %{ix86} x86_64 > >%description >%{summary} >%{mincpu} > >%package -n %{winedxvk} >Summary: %{target_x86_type}bits build of %{name} > >%description -n %{winedxvk} >%{summary} >%{mincpu} > >%package -n %{winedxvk}-dxgi >Summary: DXVK DXGI implementation >%ifarch x86_64 >Requires: wine32-dxvk-dxgi = %{version}-%{release} >%endif > >%description -n %{winedxvk}-dxgi >%{summary} >%{mincpu} > >This package doesn't enable the use of this DXGI implementation, >it should be installed and overridden per prefix. > >%package -n %{winedxvk}-d3d9 >Summary: DXVK D3D9 implementation > >Requires: %{winedxvk}%{?_isa} = %{version}-%{release} > ># We want x86_64 users to always have also 32 bit lib, it's the same what wine does >%ifarch x86_64 >Requires: wine32-dxvk-d3d9 = %{version}-%{release} >%endif > >%description -n %{winedxvk}-d3d9 >%{summary} >%{mincpu} > >%prep >%setup -q -n dxvk-%{version} >%if %{with onlysse2} >%patch0 >%endif > >%build >%meson --bindir=%{_libdir}/wine/%{winepedir} --cross-file build-win%{target_x86_type}.txt --buildtype release >%meson_build > >%install >%meson_install >#winebuild --builtin %%buildroot/builddir/build/BUILD/dxvk-%%{version}/build/bin/dxgi.dll >winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d9.dll >winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10.dll >winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10core.dll >winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10_1.dll >winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d11.dll > >rm -f %{buildroot}%{_libdir}/*.a >mv %{buildroot}%{_libdir}/wine/%{winepedir}/dxgi.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-dxgi.dll >mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d9.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll >mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll >mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10core.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll >mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10_1.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll >mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d11.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll > >%posttrans -n %{winedxvk} >if vulkaninfo |& grep ERROR_INITIALIZATION_FAILED > /dev/null; then > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d10.dll 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll 5 \ > --slave %{_libdir}/wine/%{winepedir}/d3d10_1.dll 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll \ > --slave %{_libdir}/wine/%{winepedir}/d3d10core.dll 'wine-d3d10core%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d11.dll 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll 5 >else > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d10.dll 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll 20 \ > --slave %{_libdir}/wine/%{winepedir}/d3d10_1.dll 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll \ > --slave %{_libdir}/wine/%{winepedir}/d3d10core.dll 'wine-d3d10core%{?_isa}' %{_libdir}/win/%{winepedir}e/dxvk-d3d10core.dll > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d11.dll 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll 20 >fi > >%posttrans -n %{winedxvk}-d3d9 >if vulkaninfo |& grep ERROR_INITIALIZATION_FAILED > /dev/null; then > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d9.dll 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll 5 >else > %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d9.dll 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll 20 >fi > >%postun -n %{winedxvk} >%{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll >%{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll > >%postun -n %{winedxvk}-d3d9 >%{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll > >%files >%license LICENSE >%doc README.md > >%files -n %{winedxvk} >%{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll >%{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll >%{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll >%{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll > >%files -n %{winedxvk}-d3d9 >%{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll > >%files -n %{winedxvk}-dxgi >%{_libdir}/wine/%{winepedir}/dxvk-dxgi.dll > >%changelog >* Mon Apr 18 2022 %packager - %{version}-%{release} >+ Fix provides, update spec > >* Thu Aug 19 2021 katnatek <katnatek> - 1.9.1-5 >+ Right setup of build and ld flags >- Make the patch for only sse2 optional > >* Sat Aug 07 2021 katnatek <katnatek> - 1.9.1-4 >+ Fix requires > >+ Import to mageia >* Wed Aug 04 2021 katnatek <katnatek> - 1.9.1-1 >+ Import to mageia > >* Fri Aug 14 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7.1-1 >- Release 1.7.1 > >* Sun Aug 09 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7-3 >- Install dxvk as primary alternative only on systems with Vulkan support > >* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild > >* Sun May 17 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7-1 >- Release 1.7 >- Remove winelib build and fix mingw build dll names (Matias Zuniga) > >* Mon Apr 20 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6.1-1 >- Release 1.6.1 > >* Tue Mar 24 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6-1 >- Release 1.6 > >* Sat Mar 07 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.5-1 >- Release 1.5.5 > >* Sun Feb 09 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.4-1 >- Release 1.5.4 > >* Fri Jan 31 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.3-1 >- Release 1.5.3 > >* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild > >* Fri Jan 10 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.1-1 >- Release 1.5.1 >- Support D3D9 (wine-dxvk-d3d9 subpackage) > >* Sat Dec 07 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.6-1 >- Release 1.4.6 > >* Thu Nov 21 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.5-1 >- Release 1.4.5 > >* Tue Oct 29 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.4-1 >- Release 1.4.4 > >* Sat Oct 19 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.3-1 >- Release 1.4.3 > >* Sat Sep 28 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.1-1 >- Release 1.4.1 > >* Mon Sep 23 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4-1 >- Release 1.4 > >* Sun Aug 11 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.3.2-1 >- Release 1.3.2 >- Use alternatives for .dll files and dxgi.dll.so > >* Thu Jul 25 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.3.1-1 >- Initial packaging >
%global debug_package %{nil} %bcond_with onlysse2 %if %{with onlysse2} %define mincpu "Requires a cpu with sse2" %else %define mincpu %{nil} %endif %ifarch x86_64 %global platform_identificator x86_64-redhat-linux-gnu %global target_x86_type 64 %global winepedir x86_64-windows %else %global platform_identificator i686-redhat-linux-gnu %global target_x86_type 32 %global winepedir i386-windows %endif %global optflags %mingw%{target_x86_type}_cflags %global build_ldflags %mingw%{target_x86_type}_ldflags %global winedxvk wine%{target_x86_type}-dxvk Name: wine-dxvk Version: 1.10.1 Release: %mkrel 6 Summary: Vulkan-based D3D11 and D3D10 implementation for Linux / Wine License: zlib URL: https://github.com/doitsujin/dxvk Source0: %{url}/archive/v%{version}/dxvk-%{version}.tar.gz Patch0: disable-sse3.patch BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: glslang BuildRequires: meson BuildRequires: libwine-devel %ifarch x86_64 BuildRequires: mingw64-filesystem BuildRequires: mingw64-binutils BuildRequires: mingw64-headers BuildRequires: mingw64-cpp BuildRequires: mingw64-gcc BuildRequires: mingw64-gcc-c++ BuildRequires: mingw64-winpthreads-static %else BuildRequires: mingw32-filesystem BuildRequires: mingw32-binutils BuildRequires: mingw32-headers BuildRequires: mingw32-cpp BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-winpthreads-static %endif Requires(pre): vulkan-tools Requires: wine >= 4.13 Requires: %{winedxvk} Recommends: %{winedxvk}-dxgi%{?_isa} = %{version}-%{release} Requires: %{_lib}vulkan-loader1 # We want x86_64 users to always have also 32 bit lib, it's the same what wine does %ifarch x86_64 Requires: wine32-dxvk = %{version}-%{release} %endif # Recommend also the d3d9 (former D9VK) Recommends: %{winedxvk}-d3d9%{?_isa} = %{version}-%{release} Requires(posttrans): %{_sbindir}/alternatives Requires(preun): %{_sbindir}/alternatives ExclusiveArch: %{ix86} x86_64 %description %{summary} %{mincpu} %package -n %{winedxvk} Summary: %{target_x86_type}bits build of %{name} %description -n %{winedxvk} %{summary} %{mincpu} %package -n %{winedxvk}-dxgi Summary: DXVK DXGI implementation %ifarch x86_64 Requires: wine32-dxvk-dxgi = %{version}-%{release} %endif %description -n %{winedxvk}-dxgi %{summary} %{mincpu} This package doesn't enable the use of this DXGI implementation, it should be installed and overridden per prefix. %package -n %{winedxvk}-d3d9 Summary: DXVK D3D9 implementation Requires: %{winedxvk}%{?_isa} = %{version}-%{release} # We want x86_64 users to always have also 32 bit lib, it's the same what wine does %ifarch x86_64 Requires: wine32-dxvk-d3d9 = %{version}-%{release} %endif %description -n %{winedxvk}-d3d9 %{summary} %{mincpu} %prep %setup -q -n dxvk-%{version} %if %{with onlysse2} %patch0 %endif %build %meson --bindir=%{_libdir}/wine/%{winepedir} --cross-file build-win%{target_x86_type}.txt --buildtype release %meson_build %install %meson_install #winebuild --builtin %%buildroot/builddir/build/BUILD/dxvk-%%{version}/build/bin/dxgi.dll winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d9.dll winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10.dll winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10core.dll winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10_1.dll winebuild --builtin %{buildroot}%{_libdir}/wine/%{winepedir}/d3d11.dll rm -f %{buildroot}%{_libdir}/*.a mv %{buildroot}%{_libdir}/wine/%{winepedir}/dxgi.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-dxgi.dll mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d9.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10core.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d10_1.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll mv %{buildroot}%{_libdir}/wine/%{winepedir}/d3d11.dll %{buildroot}%{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll %posttrans -n %{winedxvk} if vulkaninfo |& grep ERROR_INITIALIZATION_FAILED > /dev/null; then %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d10.dll 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll 5 \ --slave %{_libdir}/wine/%{winepedir}/d3d10_1.dll 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll \ --slave %{_libdir}/wine/%{winepedir}/d3d10core.dll 'wine-d3d10core%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d11.dll 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll 5 else %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d10.dll 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll 20 \ --slave %{_libdir}/wine/%{winepedir}/d3d10_1.dll 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll \ --slave %{_libdir}/wine/%{winepedir}/d3d10core.dll 'wine-d3d10core%{?_isa}' %{_libdir}/win/%{winepedir}e/dxvk-d3d10core.dll %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d11.dll 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll 20 fi %posttrans -n %{winedxvk}-d3d9 if vulkaninfo |& grep ERROR_INITIALIZATION_FAILED > /dev/null; then %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d9.dll 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll 5 else %{_sbindir}/alternatives --install %{_libdir}/wine/%{winepedir}/d3d9.dll 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll 20 fi %postun -n %{winedxvk} %{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll %{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll %postun -n %{winedxvk}-d3d9 %{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll %files %license LICENSE %doc README.md %files -n %{winedxvk} %{_libdir}/wine/%{winepedir}/dxvk-d3d10.dll %{_libdir}/wine/%{winepedir}/dxvk-d3d10_1.dll %{_libdir}/wine/%{winepedir}/dxvk-d3d10core.dll %{_libdir}/wine/%{winepedir}/dxvk-d3d11.dll %files -n %{winedxvk}-d3d9 %{_libdir}/wine/%{winepedir}/dxvk-d3d9.dll %files -n %{winedxvk}-dxgi %{_libdir}/wine/%{winepedir}/dxvk-dxgi.dll %changelog * Mon Apr 18 2022 %packager - %{version}-%{release} + Fix provides, update spec * Thu Aug 19 2021 katnatek <katnatek> - 1.9.1-5 + Right setup of build and ld flags - Make the patch for only sse2 optional * Sat Aug 07 2021 katnatek <katnatek> - 1.9.1-4 + Fix requires + Import to mageia * Wed Aug 04 2021 katnatek <katnatek> - 1.9.1-1 + Import to mageia * Fri Aug 14 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7.1-1 - Release 1.7.1 * Sun Aug 09 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7-3 - Install dxvk as primary alternative only on systems with Vulkan support * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 17 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.7-1 - Release 1.7 - Remove winelib build and fix mingw build dll names (Matias Zuniga) * Mon Apr 20 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6.1-1 - Release 1.6.1 * Tue Mar 24 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6-1 - Release 1.6 * Sat Mar 07 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.5-1 - Release 1.5.5 * Sun Feb 09 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.4-1 - Release 1.5.4 * Fri Jan 31 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.3-1 - Release 1.5.3 * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 10 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5.1-1 - Release 1.5.1 - Support D3D9 (wine-dxvk-d3d9 subpackage) * Sat Dec 07 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.6-1 - Release 1.4.6 * Thu Nov 21 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.5-1 - Release 1.4.5 * Tue Oct 29 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.4-1 - Release 1.4.4 * Sat Oct 19 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.3-1 - Release 1.4.3 * Sat Sep 28 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4.1-1 - Release 1.4.1 * Mon Sep 23 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.4-1 - Release 1.4 * Sun Aug 11 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.3.2-1 - Release 1.3.2 - Use alternatives for .dll files and dxgi.dll.so * Thu Jul 25 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.3.1-1 - Initial packaging
View Attachment As Raw
Actions:
View
Attachments on
bug 29387
:
12903
|
12904
|
12905
|
12906
|
12907
| 13221 |
13222