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