rpms/ConsoleKit/devel ConsoleKit.spec,1.47,1.48

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 1 02:37:17 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/ConsoleKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22710

Modified Files:
	ConsoleKit.spec 
Log Message:
Fix a memleak



Index: ConsoleKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ConsoleKit/devel/ConsoleKit.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- ConsoleKit.spec	31 Jul 2009 15:01:15 -0000	1.47
+++ ConsoleKit.spec	1 Aug 2009 02:37:16 -0000	1.48
@@ -6,7 +6,7 @@
 Summary: System daemon for tracking users, sessions and seats
 Name: ConsoleKit
 Version: 0.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/ConsoleKit
@@ -25,6 +25,9 @@ BuildRequires: zlib-devel
 BuildRequires: xmlto
 BuildRequires: automake, autoconf, libtool
 
+# fix a small memleak
+Patch0: small-fixes.patch
+
 %description
 ConsoleKit is a system daemon for tracking what users are logged
 into the system and how they interact with the computer (e.g.
@@ -79,6 +82,7 @@ This package contains developer document
 
 %prep
 %setup -q
+%patch0 -p1 -b .small-fixes
 
 autoreconf -f -i
 
@@ -166,6 +170,9 @@ fi
 %doc %{_datadir}/doc/%{name}-%{version}/spec/*
 
 %changelog
+* Fri Jul 31 2009 Matthias Clasen <mclasen at redhat.com> 0.3.1-2
+- Fix a small memory leak
+
 * Fri Jul 31 2009 Ray Strode <rstrode at redhat.com> 0.3.1-1
 - Update to 0.3.1
 




More information about the fedora-extras-commits mailing list