| |
@@ -1,7 +1,7 @@
|
| |
Summary: Graphical front-end for Wine
|
| |
Name: playonlinux
|
| |
Version: 4.4
|
| |
- Release: 8%{?dist}
|
| |
+ Release: 9%{?dist}
|
| |
# playonlinux itself is GPLv3 but uses other source codes, breakdown:
|
| |
# GPLv2+: python/{configurewindow/ConfigureWindow,debug,mainwindow,options,wrapper}.py
|
| |
# GPLv2+: python/{install/InstallWindow,setupwindow/{POL_SetupFrame,gui_server}}.py
|
| |
@@ -46,7 +46,7 @@
|
| |
Requires: jq
|
| |
Requires: p7zip-plugins
|
| |
# Wine supported on these arches
|
| |
- ExclusiveArch: %{arm} aarch64 %{ix86} x86_64
|
| |
+ ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 riscv64
|
| |
|
| |
%description
|
| |
New users can often find Wine to be intimidating and difficult to use.
|
| |
@@ -101,6 +101,9 @@
|
| |
%{_mandir}/man1/%{name}-pkg.1*
|
| |
|
| |
%changelog
|
| |
+ * Wed Aug 23 2023 Songsong Zhang <U2FsdGVkX1@gmail.com> - 4.4-9
|
| |
+ - Add riscv64 support
|
| |
+
|
| |
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-8
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
| |
|
| |