commit PlayOnLinux for openSUSE:Factory
Hello community, here is the log from the commit of package PlayOnLinux for openSUSE:Factory checked in at 2018-12-31 09:46:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PlayOnLinux (Old) and /work/SRC/openSUSE:Factory/.PlayOnLinux.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "PlayOnLinux" Mon Dec 31 09:46:37 2018 rev:7 rq:661777 version:4.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/PlayOnLinux/PlayOnLinux.changes 2018-11-28 11:15:27.554725749 +0100 +++ /work/SRC/openSUSE:Factory/.PlayOnLinux.new.28833/PlayOnLinux.changes 2018-12-31 09:47:24.618166298 +0100 @@ -1,0 +2,18 @@ +Wed Dec 26 11:48:02 UTC 2018 - ecsos@opensuse.org + +- Update to 4.3.4 + * Fixed some bugs in the wineversion process + * Begining of code cleaning and refactoring + * Begining of using wx box sizers instead of absolute + positioning. Most of the windows are now resizable. + This should solve display issues on many cases: HDPI and + alternative windows manager: + (see https://www.playonlinux.com/en/topic-16188-Visual_error_with_KDE.html) + * macOS: Remove XQuartz installation + * macOS: Bundle an up-to-date wine version + * macOS: Use native terminal instead of xterm + * macOS: Fix localization +- Add PlayOnLinux-fix_media_dir.patch to fix variable MEDIA_DIR to + correct location. + +------------------------------------------------------------------- Old: ---- PlayOnLinux_4.3.3.tar.gz New: ---- PlayOnLinux-fix_media_dir.patch PlayOnLinux_4.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PlayOnLinux.spec ++++++ --- /var/tmp/diff_new_pack.y0ZLuO/_old 2018-12-31 09:47:25.270165763 +0100 +++ /var/tmp/diff_new_pack.y0ZLuO/_new 2018-12-31 09:47:25.270165763 +0100 @@ -18,7 +18,7 @@ Name: PlayOnLinux %define _name playonlinux -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Play your Windows games on GNU/Linux License: GPL-3.0-only @@ -28,6 +28,8 @@ Source1: playonlinux.sh # PATCH-FIX-OPENSUSE PlayOnLinux-desktop.patch Patch0: %{name}-desktop.patch +# PATCH-FIX-OPENSUSE PlayOnLinux-fix_media_dir.patch: Fix variable MEDIA_DIR to correct location. +Patch9: %{name}-fix_media_dir.patch # PATCH-FIX-OPENSUSE PlayOnLinux-https.patch: Fix unencrypted connection to www.playonlinux.com Patch10: %{name}-https.patch BuildRequires: fdupes @@ -65,6 +67,7 @@ %prep %setup -q -n %{_name} %patch0 -p1 +%patch9 -p1 %patch10 -p1 # rpmlint find . -type f -exec sed -i -e 's|\/usr\/bin\/env python|\/usr\/bin\/python|g' {} \; @@ -83,7 +86,7 @@ rm -f %{buildroot}%{_datadir}/%{_name}/{CHANGELOG.md,README.md,LICENCE,TRANSLATORS,python/mainwindow.py.orig} rm -rf %{buildroot}%{_datadir}/%{_name}/src -for f in bash/read_pc_cd bash/find_python bash/startup_after_server python/gui_server.py \ +for f in bash/read_pc_cd bash/find_python bash/startup_after_server python/setupwindow/gui_server.py \ tests/bash/test-versionlower tests/python/test_versionlower.py; do chmod +x "%{buildroot}%{_datadir}/%{_name}/$f" done ++++++ PlayOnLinux-fix_media_dir.patch ++++++ diff -Pdpru playonlinux.orig/bash/manual_install playonlinux/bash/manual_install --- playonlinux.orig/bash/manual_install 2018-12-24 21:22:56.000000000 +0100 +++ playonlinux/bash/manual_install 2018-12-26 13:42:39.190173726 +0100 @@ -222,7 +222,7 @@ if [ "$POL_OS" = "Linux" ] || [ "$POL_OS # Ubuntu Quantal workaround [ -d "/media/$USER" ] && MEDIA_DIR="/media/$USER" # Fedora/Manjaro workaround - [ -d "/run/media/$USER" ] && DEVICES="/run/media/$USER" + [ -d "/run/media/$USER" ] && MEDIA_DIR="/run/media/$USER" fi A_LIST="" ++++++ PlayOnLinux_4.3.3.tar.gz -> PlayOnLinux_4.3.4.tar.gz ++++++ ++++ 11017 lines of diff (skipped)
participants (1)
-
root