rpms/opengl-games-utils/devel opengl-game-functions.sh, 1.1, 1.2 opengl-games-utils.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Oct 16 18:27:55 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/opengl-games-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26109

Modified Files:
	opengl-game-functions.sh opengl-games-utils.spec 
Log Message:
* Tue Oct 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1-4
- Fix a minor spelling error in the dialog shown when DRI is not available



Index: opengl-game-functions.sh
===================================================================
RCS file: /cvs/extras/rpms/opengl-games-utils/devel/opengl-game-functions.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opengl-game-functions.sh	24 Sep 2007 20:25:12 -0000	1.1
+++ opengl-game-functions.sh	16 Oct 2007 18:27:21 -0000	1.2
@@ -3,7 +3,7 @@
 {
   if [ `glxinfo | grep "direct rendering: " | cut -d " " -f 3` != Yes ]; then
     zenity --error --text="Your system currently is not capable of hardware \
-accelerated 3D. Therefor $1 cannot run.
+accelerated 3D. Therefore $1 cannot run.
 
 Usually the cause of this error is that there are no Free Software drivers \
 for your graphics card, please contact your graphics card manufacturer and \


Index: opengl-games-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/opengl-games-utils/devel/opengl-games-utils.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opengl-games-utils.spec	24 Sep 2007 20:25:12 -0000	1.2
+++ opengl-games-utils.spec	16 Oct 2007 18:27:21 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           opengl-games-utils
 Version:        0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Utilities to check proper 3d support before launching 3d games
 Group:          Amusements/Games
 License:        Public Domain
@@ -48,6 +48,9 @@
 
 
 %changelog
+* Tue Oct 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1-4
+- Fix a minor spelling error in the dialog shown when DRI is not available
+
 * Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1-3
 - Put DRI checking functionality in a checkDriOK bash function in
   opengl-game-functions.sh, for usage from existing wrapper scripts




More information about the fedora-extras-commits mailing list