Hello community,

here is the log from the commit of package PlayOnLinux for openSUSE:Factory 
checked in at 2017-07-17 09:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PlayOnLinux (Old)
 and      /work/SRC/openSUSE:Factory/.PlayOnLinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PlayOnLinux"

Mon Jul 17 09:09:07 2017 rev:3 rq:509817 version:4.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/PlayOnLinux/PlayOnLinux.changes  2017-06-15 
11:26:02.408980821 +0200
+++ /work/SRC/openSUSE:Factory/.PlayOnLinux.new/PlayOnLinux.changes     
2017-07-17 09:09:08.472982504 +0200
@@ -1,0 +2,8 @@
+Tue Jul 11 22:33:41 UTC 2017 - ec...@opensuse.org
+
+- update to 4.2.12
+  * no changelog from upstream
+- remove patch PlayOnLinux-BrokenMiscButtons.patch because now in
+  upstream
+
+-------------------------------------------------------------------

Old:
----
  PlayOnLinux-BrokenMiscButtons.patch
  PlayOnLinux_4.2.11.tar.gz

New:
----
  PlayOnLinux_4.2.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PlayOnLinux.spec ++++++
--- /var/tmp/diff_new_pack.Arbtou/_old  2017-07-17 09:09:11.932495253 +0200
+++ /var/tmp/diff_new_pack.Arbtou/_new  2017-07-17 09:09:11.936494690 +0200
@@ -18,7 +18,7 @@
 
 Name:           PlayOnLinux
 %define _name   playonlinux
-Version:        4.2.11
+Version:        4.2.12
 Release:        0
 Summary:        Play your Windows games on GNU/Linux
 License:        GPL-3.0
@@ -28,7 +28,6 @@
 Source1:        playonlinux.sh
 # PATCH-FIX-OPENSUSE PlayOnLinux-desktop.patch
 Patch0:         %{name}-desktop.patch
-Patch1:         %{name}-BrokenMiscButtons.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
@@ -58,7 +57,6 @@
 %prep
 %setup -q -n %{_name}
 %patch0 -p1
-%patch1 -p1
 
 %build
 # Nothing to build.

++++++ PlayOnLinux_4.2.11.tar.gz -> PlayOnLinux_4.2.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/playonlinux/Makefile new/playonlinux/Makefile
--- old/playonlinux/Makefile    2017-05-30 23:38:39.000000000 +0200
+++ new/playonlinux/Makefile    2017-06-19 21:03:38.000000000 +0200
@@ -28,8 +28,6 @@
 PREFIX ?= /usr
 DESTDIR ?= # root dir
 
-CFLAGS += -lGL -lX11
-
 sharedir := $(DESTDIR)$(PREFIX)/share
 bindir := $(DESTDIR)$(PREFIX)/bin
 execdir := $(DESTDIR)$(PREFIX)/libexec
@@ -46,7 +44,7 @@
        $(RM) ./ChangeLog
 
 build:
-       $(CC) ./src/check_direct_rendering.c -o ./bin/playonlinux-check_dd
+       $(CC) ./src/check_direct_rendering.c -o ./bin/playonlinux-check_dd -lGL 
-lX11
        $(PYTHON) ./python/*.py
        $(PYTHON) ./python/lib/*.py
        echo -e '#!/bin/bash\nGDK_BACKEND=x11 
${sharedir}/playonlinux/playonlinux "$$@"\nexit 0' > ./bin/playonlinux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/playonlinux/python/configure.py 
new/playonlinux/python/configure.py
--- old/playonlinux/python/configure.py 2017-05-30 23:38:39.000000000 +0200
+++ new/playonlinux/python/configure.py 2017-06-19 21:03:38.000000000 +0200
@@ -479,13 +479,13 @@
                 playonlinux.open_folder(self.s_title, 
self.display_elements["open_in"].GetValue().encode("utf-8","replace"))
             else:
                 playonlinux.open_folder_prefix(self.s_prefix)
-        if(param == 403):
+        if(param == 404):
             if(self.s_isPrefix == False):
                 subprocess.Popen(["bash", 
Variables.playonlinux_env+"/bash/POL_Command", 
self.s_title.encode('utf-8','replace'), "POL_OpenShell", 
self.s_title.encode('utf-8','replace')])
             else:
                 subprocess.Popen(["bash", 
Variables.playonlinux_env+"/bash/POL_Command", "--prefix", 
self.s_prefix.encode('utf-8','replace'), "POL_OpenShell"])
 
-        if(param == 404):
+        if(param == 405):
             self.FileDialog = wx.FileDialog(self)
             self.FileDialog.SetDirectory("~")
             self.supported_files = "All|*.exe;*.EXE;*.msi;*.MSI\
@@ -538,7 +538,7 @@
 
     def AddMiscChamp(self, title, shortname, value, num):
         self.display_elements[shortname+"_text"] = 
wx.StaticText(self.panelMisc, -1, title,pos=(15,24+num*40))
-        self.display_elements[shortname] = wx.TextCtrl(self.panelMisc, 
400+num, value, pos=(95,19+num*40), size=(420,25))
+        self.display_elements[shortname] = wx.TextCtrl(self.panelMisc, 
400+num, value, pos=(245,19+num*40), size=(270,25))
         wx.EVT_TEXT(self, 400+num, self.set_open_in)
 
     def set_open_in(self, event):
@@ -591,18 +591,12 @@
         self.txtMisc = wx.StaticText(self.panelMisc, -1, _(nom), (10,10), 
wx.DefaultSize)
         self.txtMisc.SetFont(self.fontTitle)
 
-        i=1
-        self.AddMiscElement(_("Mouse warp 
override"),"MouseWarpOverride",["Enabled","Disabled","Force"],["enable","disable","force"],i)
-        i+=1
-        self.AddMiscButton("","folder",i)
-        i+=1
-        self.AddMiscChamp(_("Open in..."),"open_in","",i)
-        i+=1
-        self.AddMiscButton(_("Open a shell"),"shell",i)
-        i+=1
-        self.AddMiscButton(_("Run a .exe file in this virtual 
drive"),"exerun",i)
-        i+=1
-        self.AddMiscLongText(_("Command to exec before running the 
program"),"pre_run",i)
+        self.AddMiscElement(_("Mouse warp 
override"),"MouseWarpOverride",["Enabled","Disabled","Force"],["enable","disable","force"],1)
+        self.AddMiscButton("","folder",2)
+        self.AddMiscChamp(_("Open directory using command"),"open_in","",3)
+        self.AddMiscButton(_("Open a shell"),"shell",4)
+        self.AddMiscButton(_("Run a .exe file in this virtual 
drive"),"exerun",5)
+        self.AddMiscLongText(_("Command to exec before running the 
program"),"pre_run",6)
 
         self.AddPage(self.panelMisc, nom)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/playonlinux/python/lib/Variables.py 
new/playonlinux/python/lib/Variables.py
--- old/playonlinux/python/lib/Variables.py     2017-05-30 23:38:39.000000000 
+0200
+++ new/playonlinux/python/lib/Variables.py     2017-06-19 21:03:38.000000000 
+0200
@@ -16,7 +16,7 @@
 os.environ["POL_PORT"] = "0"
 os.environ["PLAYONLINUX"] = 
os.path.realpath(os.path.realpath(__file__)+"/../../../")
 os.environ["SITE"] = "http://repository.playonlinux.com";
-os.environ["VERSION"] = "4.2.11"
+os.environ["VERSION"] = "4.2.12"
 os.environ["POL_ID"] = str(random.randint(1, 100000000))
 os.environ["WINE_SITE"] = "http://wine.playonlinux.com/binaries";
 os.environ["GECKO_SITE"] = "http://wine.playonlinux.com/gecko";


Reply via email to