rpms/rsibreak/F-10 rsibreak-0.9.0-memory-leak.patch, NONE, 1.1 rsibreak.spec, 1.15, 1.16

Roland Wolters liquidat at fedoraproject.org
Thu Feb 26 20:35:43 UTC 2009


Author: liquidat

Update of /cvs/extras/rpms/rsibreak/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12780

Modified Files:
	rsibreak.spec 
Added Files:
	rsibreak-0.9.0-memory-leak.patch 
Log Message:
Patch was missing.

rsibreak-0.9.0-memory-leak.patch:

--- NEW FILE rsibreak-0.9.0-memory-leak.patch ---
Index: graywidget.cpp
===================================================================
--- rsibreak-0.9.0/src/graywidget.cpp	(revision 932368)
+++ rsibreak-0.9.0/src/graywidget.cpp	(working copy)
@@ -71,6 +71,7 @@
     KWindowSystem::setState( winId(), NET::KeepAbove );
     KWindowSystem::setState( winId(), NET::FullScreen );
 
+    delete m_gray;
     m_gray = new GrayOutEffect( this, &m_complete );
     connect( m_gray, SIGNAL( ready() ), m_dialog, SLOT( showDialog() ) );
     m_gray->start();


Index: rsibreak.spec
===================================================================
RCS file: /cvs/extras/rpms/rsibreak/F-10/rsibreak.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rsibreak.spec	26 Feb 2009 20:29:54 -0000	1.15
+++ rsibreak.spec	26 Feb 2009 20:35:13 -0000	1.16
@@ -1,7 +1,7 @@
 
 Name:           rsibreak
 Version:        0.9.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A small utility which bothers you at certain intervals
 Group:          Amusements/Graphics
 License:        GPLv2+
@@ -79,7 +79,7 @@
 %{_libdir}/kde4/plasma_applet_rsibreak.so                         
 
 %changelog
-* Thu Feb 26 2009 Artem S. Tashkinov <t.artem at mailcity.com> 0.9.0-9
+* Thu Feb 26 2009 Artem S. Tashkinov <t.artem at mailcity.com> 0.9.0-10
 - trunk fix for memory leak
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-7




More information about the fedora-extras-commits mailing list