[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/glest/devel glest.sh,1.2,1.3 glest.spec,1.5,1.6



Author: abompard

Update of /cvs/extras/rpms/glest/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29188/devel

Modified Files:
	glest.sh glest.spec 
Log Message:
- require glx-utils, glxinfo is used in the wrapper script
- don't try to update the configuration on version




Index: glest.sh
===================================================================
RCS file: /cvs/extras/rpms/glest/devel/glest.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glest.sh	18 Dec 2006 22:46:43 -0000	1.2
+++ glest.sh	20 Dec 2006 11:58:16 -0000	1.3
@@ -72,14 +72,5 @@
     echo "Your video card does not support enough texture units, turning off shadows..."
     sed -i -e "s/Shadows=.*/Shadows=Disabled/g" glest.ini
   fi
-else
-  # convert configuration from glest 1.1 to glest 1.2
-  grep -q -e ChangeDisplay -e PathFindLevelsMax glest.ini
-  if [ $? -eq 0 ]; then
-    sed -e s/ChangeDisplay=1/Windowed=0/g \
-        -e s/ChangeDisplay=0/Windowed=1/g \
-        -e s/PathFindLevelsMax/PathFindNodesMax/g \
-        -i glest.ini
-  fi
 fi
 exec $GLEST_EXECUTABLE "$@"


Index: glest.spec
===================================================================
RCS file: /cvs/extras/rpms/glest/devel/glest.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glest.spec	18 Dec 2006 22:46:43 -0000	1.5
+++ glest.spec	20 Dec 2006 11:58:16 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           glest
 Version:        2.0.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        3D real time strategy game
 
 Group:          Amusements/Games
@@ -17,6 +17,8 @@
 BuildRequires:  desktop-file-utils
 
 Requires:       glest-data = %{version}
+# Used in the wrapper script
+Requires:       glx-utils
 
 # Does not work on PPC (see README.Linux). Bug 219540.
 ExcludeArch:    ppc
@@ -94,6 +96,10 @@
 
 
 %changelog
+* Wed Dec 20 2006 Aurelien Bompard <abompard fedoraproject org> 2.0.0-5
+- require glx-utils, glxinfo is used in the wrapper script
+- don't try to update the configuration on version
+
 * Mon Dec 18 2006 Aurelien Bompard <abompard fedoraproject org> 2.0.0-4
 - fix launch script to detect if shadows must be turned off
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]