- Fix inconsistent PyObject/PyMem usage (#220679)
This commit is contained in:
parent
06b2106af6
commit
ee34c47e2c
@ -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 <katzj@redhat.com> - 0.55-2
|
||||
- Fix inconsistent PyObject/PyMem usage (#220679)
|
||||
|
||||
* Sun Dec 10 2006 Miloslav Trmac <mitr@redhat.com> - 0.55-1
|
||||
- Update to support the 64-bit API of Python 2.5
|
||||
- Drop the quota library and Python module
|
||||
|
Loading…
Reference in New Issue
Block a user