rpms/workrave/devel workrave-1.8.4-applet-fix.patch, NONE, 1.1 workrave.spec, 1.9, 1.10

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Wed Aug 22 21:22:43 UTC 2007


Author: tmraz

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

Modified Files:
	workrave.spec 
Added Files:
	workrave-1.8.4-applet-fix.patch 
Log Message:
* Wed Aug 22 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-4
- applet counters don't start properly
- license tag fix


workrave-1.8.4-applet-fix.patch:

--- NEW FILE workrave-1.8.4-applet-fix.patch ---
--- workrave/trunk/frontend/gtkmm/src/GnomeAppletWindow.cc	2007/04/29 20:40:04	1175
+++ workrave/trunk/frontend/gtkmm/src/GnomeAppletWindow.cc	2007/04/29 22:06:30	1176
@@ -177,6 +177,11 @@
   
       CORBA_exception_free(&ev);
     }
+
+  if (ok)
+    {
+      applet_active = true;
+    }
   
   TRACE_EXIT();
   return ok ?


Index: workrave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/workrave/devel/workrave.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- workrave.spec	18 Apr 2007 21:07:14 -0000	1.9
+++ workrave.spec	22 Aug 2007 21:22:10 -0000	1.10
@@ -1,15 +1,16 @@
 Name: workrave
 Version: 1.8.4
-Release: 3%{?dist}
+Release: 4%{?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
+License: GPLv2+
 Group: Applications/Productivity
 URL: http://workrave.sourceforge.net/
 # 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
+Patch2: workrave-1.8.4-applet-fix.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gettext
@@ -28,6 +29,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p2 -b .crash
+%patch2 -p2 -b .appletfix
 
 %build
 if [ ! -x configure ]; then
@@ -68,6 +70,10 @@
 %{_datadir}/applications/fedora-workrave.desktop
 
 %changelog
+* Wed Aug 22 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-4
+- applet counters don't start properly
+- license tag fix
+
 * Wed Apr 18 2007 Tomas Mraz <tmraz at redhat.com> - 1.8.4-3
 - fixed applet crash (#236543)
 




More information about the fedora-extras-commits mailing list