From e0fa05dbf513665d9ad047f03f3f691b66a14925 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Feb 17 2007 13:54:15 +0000 Subject: - Tighten the API and implementation to avoid corrupting number-like strings; the module interface ABI has changed Resolves: #226976 --- diff --git a/.cvsignore b/.cvsignore index b839251..7e0bc3a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.55.tar.gz +libuser-0.56.tar.bz2 diff --git a/libuser.spec b/libuser.spec index 2822cd0..4c6c660 100644 --- a/libuser.spec +++ b/libuser.spec @@ -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 - 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 - 0.55-2 - Fix inconsistent PyObject/PyMem usage (#220679) diff --git a/sources b/sources index b910e7c..ce05423 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6db756837ec4cd84548c9758f2fea30 libuser-0.55.tar.gz +3888c07af738dd970aa47ccf8188c707 libuser-0.56.tar.bz2