rpms/bltk/devel bltk-1.0.9-opt_office.patch, 1.2, 1.3 bltk-1.0.9-opt_reader.patch, 1.2, 1.3 bltk.spec, 1.6, 1.7

Jiri Skala jskala at fedoraproject.org
Thu Sep 3 06:39:57 UTC 2009


Author: jskala

Update of /cvs/extras/rpms/bltk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32612

Modified Files:
	bltk-1.0.9-opt_office.patch bltk-1.0.9-opt_reader.patch 
	bltk.spec 
Log Message:
* Thu Sep 03 2009 Jiri Skala <jskala at redhat.com> 1.0.9-6
- fixed misspelled bash variable with stop file


bltk-1.0.9-opt_office.patch:
 tools/bltk/bltk_wl_common.sh        |   24 +++++++++++--
 wl_office/bltk_wl_office.sh         |   64 ++++++++++++++++++++++++++++--------
 wl_office/bltk_wl_office_run_app.sh |    4 +-
 3 files changed, 74 insertions(+), 18 deletions(-)

Index: bltk-1.0.9-opt_office.patch
===================================================================
RCS file: /cvs/extras/rpms/bltk/devel/bltk-1.0.9-opt_office.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bltk-1.0.9-opt_office.patch	31 Jul 2009 08:43:58 -0000	1.2
+++ bltk-1.0.9-opt_office.patch	3 Sep 2009 06:39:57 -0000	1.3
@@ -97,7 +97,7 @@
  		CMD="$BLTK_WL_BIN/$XSE_PROG $BLTK_WL_OFFICE_SCEN"
  #####		\time -p $CMD >./XSE.times 2>&1
  		$CMD
-+		if [ -f $BLTK_STOP_FILE ]
++		if [ -f $BLTK_STOP_FNAME ]
 +		then
 +			ps -eopid,cmd | grep $WL_OFFICE_WORKING_DIR | sed 's/^ *//' | sed 's/ .*$//' | xargs kill -s SIGKILL
 +			exit 0

bltk-1.0.9-opt_reader.patch:
 bltk_wl_reader.sh    |   57 ++++++++++++++++++++++++++++++++++-----------------
 bltk_wl_reader_xse.c |    2 -
 2 files changed, 39 insertions(+), 20 deletions(-)

Index: bltk-1.0.9-opt_reader.patch
===================================================================
RCS file: /cvs/extras/rpms/bltk/devel/bltk-1.0.9-opt_reader.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bltk-1.0.9-opt_reader.patch	31 Jul 2009 08:43:58 -0000	1.2
+++ bltk-1.0.9-opt_reader.patch	3 Sep 2009 06:39:57 -0000	1.3
@@ -91,7 +91,7 @@
  
  	CMD="$BLTK_WL_BIN/$XSE_PROG"
  	$CMD
-+	if [ -f $BLTK_STOP_FILE ]
++	if [ -f $BLTK_STOP_FNAME ]
 +	then
 +		ps -eopid,cmd | grep $BLTK_READER_PROG | sed 's/^ *//' | sed 's/ .*$//' | xargs kill -s SIGKILL
 +		exit 0


Index: bltk.spec
===================================================================
RCS file: /cvs/extras/rpms/bltk/devel/bltk.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- bltk.spec	31 Jul 2009 08:43:58 -0000	1.6
+++ bltk.spec	3 Sep 2009 06:39:57 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		bltk
 Version:	1.0.9
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	The BLTK measures notebook battery life under any workload
 
 Group:		Applications/System
@@ -233,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/bltk/wl_reader/war_and_peace.html
 
 %changelog
+* Thu Sep 03 2009 Jiri Skala <jskala at redhat.com> 1.0.9-6
+- fixed misspelled bash variable with stop file
+
 * Fri Jul 31 2009 Jiri Skala <jskala at redhat.com> 1.0.9-5
 - bltk.conf can be located in ~/.bltk
 




More information about the fedora-extras-commits mailing list