From 42eb67a501702eba776bba6364d6412591efb6fc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Aug 01 2009 02:37:16 +0000 Subject: Fix a memleak --- diff --git a/ConsoleKit.spec b/ConsoleKit.spec index 2b85a8a..a9bbbb4 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -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 documentation for ConsoleKit. %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 0.3.1-2 +- Fix a small memory leak + * Fri Jul 31 2009 Ray Strode 0.3.1-1 - Update to 0.3.1