- Tighten the API and implementation to avoid corrupting number-like

strings; the module interface ABI has changed Resolves: #226976
This commit is contained in:
Miloslav Trmac 2007-02-17 13:54:15 +00:00
parent ee34c47e2c
commit e0fa05dbf5
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
libuser-0.55.tar.gz
libuser-0.56.tar.bz2

View File

@ -4,12 +4,11 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libuser
Version: 0.55
Release: 2
Version: 0.56
Release: 1
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
Patch0: libuser-pyobj.patch
Source: libuser-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt, python-devel
BuildRequires: cyrus-sasl-devel, openldap-devel
@ -38,7 +37,6 @@ files useful for developing applications with libuser.
%prep
%setup -q
%patch0 -p1 -b .pyobj
%build
%configure \
@ -96,6 +94,11 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Sat Feb 17 2007 Miloslav Trmac <mitr@redhat.com> - 0.56-1
- Tighten the API and implementation to avoid corrupting number-like strings;
the module interface ABI has changed
Resolves: #226976
* Sat Jan 6 2007 Jeremy Katz <katzj@redhat.com> - 0.55-2
- Fix inconsistent PyObject/PyMem usage (#220679)

View File

@ -1 +1 @@
b6db756837ec4cd84548c9758f2fea30 libuser-0.55.tar.gz
3888c07af738dd970aa47ccf8188c707 libuser-0.56.tar.bz2