rpms/workrave/devel workrave-1.8.4-applet-crash.patch, NONE, 1.1 workrave.spec, 1.8, 1.9

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Wed Apr 18 21:07:48 UTC 2007


Author: tmraz

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

Modified Files:
	workrave.spec 
Added Files:
	workrave-1.8.4-applet-crash.patch 
Log Message:
* Wed Apr 18 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-3
- fixed applet crash (#236543)


workrave-1.8.4-applet-crash.patch:

--- NEW FILE workrave-1.8.4-applet-crash.patch ---
--- workrave/trunk/frontend/gtkmm/src/GUI.cc	2007/03/04 18:23:55	1144
+++ workrave/trunk/frontend/gtkmm/src/GUI.cc	2007/03/27 18:12:49	1161
@@ -223,8 +223,8 @@
   init_core();
   init_sound_player();
   init_multihead();
-  init_remote_control();
   init_gui();
+  init_remote_control();
 
   on_timer();


Index: workrave.spec
===================================================================
RCS file: /cvs/extras/rpms/workrave/devel/workrave.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- workrave.spec	26 Mar 2007 08:08:25 -0000	1.8
+++ workrave.spec	18 Apr 2007 21:07:14 -0000	1.9
@@ -1,6 +1,6 @@
 Name: workrave
 Version: 1.8.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Program that assists in the recovery and prevention of RSI
 # Based on older packages by Dag Wieers <dag at wieers.com> and Steve Ratcliffe
 License: GPL
@@ -9,6 +9,7 @@
 # For some reason the upstream tarball contains the -2 added to the version.
 Source0: http://prdownloads.sourceforge.net/workrave/%{name}-%{version}-2.tar.gz
 Source1: workrave.desktop
+Patch1: workrave-1.8.4-applet-crash.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gettext
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p2 -b .crash
 
 %build
 if [ ! -x configure ]; then
@@ -66,6 +68,9 @@
 %{_datadir}/applications/fedora-workrave.desktop
 
 %changelog
+* Wed Apr 18 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-3
+- fixed applet crash (#236543)
+
 * Mon Mar 26 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-2
 - new upstream version
 - add datadir/pixmaps/workrave to files (#233815)




More information about the fedora-extras-commits mailing list