From ee34c47e2cf15560db3618b3250b72ec941657f0 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Jan 06 2007 20:52:54 +0000 Subject: - Fix inconsistent PyObject/PyMem usage (#220679) --- diff --git a/libuser.spec b/libuser.spec index 57968a5..2822cd0 100644 --- a/libuser.spec +++ b/libuser.spec @@ -5,10 +5,11 @@ Name: libuser Version: 0.55 -Release: 1 +Release: 2 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz +Patch0: libuser-pyobj.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt, python-devel BuildRequires: cyrus-sasl-devel, openldap-devel @@ -37,6 +38,7 @@ files useful for developing applications with libuser. %prep %setup -q +%patch0 -p1 -b .pyobj %build %configure \ @@ -94,6 +96,9 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Sat Jan 6 2007 Jeremy Katz - 0.55-2 +- Fix inconsistent PyObject/PyMem usage (#220679) + * Sun Dec 10 2006 Miloslav Trmac - 0.55-1 - Update to support the 64-bit API of Python 2.5 - Drop the quota library and Python module