Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opengl-games-utils for 
openSUSE:Factory checked in at 2024-06-14 19:01:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opengl-games-utils (Old)
 and      /work/SRC/openSUSE:Factory/.opengl-games-utils.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opengl-games-utils"

Fri Jun 14 19:01:56 2024 rev:9 rq:1180739 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/opengl-games-utils/opengl-games-utils.changes    
2024-03-07 22:03:05.004239457 +0100
+++ 
/work/SRC/openSUSE:Factory/.opengl-games-utils.new.19518/opengl-games-utils.changes
 2024-06-14 19:06:15.908655622 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 09:29:07 UTC 2024 - Bruno Pitrus <brunopit...@hotmail.com>
+
+- Fix dash compatibility again (bsc#1195391)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ opengl-game-functions.sh ++++++
--- /var/tmp/diff_new_pack.BcNc2p/_old  2024-06-14 19:06:16.420674209 +0200
+++ /var/tmp/diff_new_pack.BcNc2p/_new  2024-06-14 19:06:16.424674355 +0200
@@ -1,6 +1,6 @@
 # check if DRI is available, true if it is, false otherwise
 
-function hasDri ()
+hasDri ()
 {
   if [ "`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3`" 
!= Yes ] ||
      glxinfo | grep -qE "OpenGL renderer string: Software Rasterizer|OpenGL 
renderer string: Gallium .* on llvmpipe"; then
@@ -12,7 +12,7 @@
 
 # check if DRI is available, show an error and exit if it isn't
 
-function checkDriOK ()
+checkDriOK ()
 {
   if ! hasDri; then
     zenity --error --text="Your system currently is not capable of hardware \

Reply via email to