From 06b2106af68a4d272ac67742e2d6e3c876ede8d0 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sun, 10 Dec 2006 22:27:14 +0000 Subject: [PATCH] - Update to support the 64-bit API of Python 2.5 - Drop the quota library and Python module --- .cvsignore | 2 +- libuser.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5b3a152..b839251 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.54.8.tar.gz +libuser-0.55.tar.gz diff --git a/libuser.spec b/libuser.spec index ade6f29..57968a5 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,8 +4,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libuser -Version: 0.54.8 -Release: 2 +Version: 0.55 +Release: 1 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz @@ -15,7 +15,7 @@ BuildRequires: cyrus-sasl-devel, openldap-devel %if %{WITH_SELINUX} BuildRequires: libselinux-devel %endif -Summary: A user and group account administration library. +Summary: A user and group account administration library %description The libuser library implements a standardized interface for manipulating @@ -27,7 +27,7 @@ suite are included. %package devel Group: Development/Libraries -Summary: Files needed for developing applications which use libuser. +Summary: Files needed for developing applications which use libuser Requires: %{name} = %{version}-%{release} Requires: glib2-devel @@ -90,11 +90,14 @@ popd %defattr(-,root,root) %{_includedir}/libuser %{_libdir}/*.so -#%attr(0644,root,root) %{_mandir}/man3/* %{_libdir}/pkgconfig/* %{_datadir}/gtk-doc/html/* %changelog +* 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 + * Thu Dec 7 2006 Jeremy Katz - 0.54.8-2 - rebuild against python2.5 - follow python packaging guidelines diff --git a/sources b/sources index fef501e..b910e7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7267c981ae35caa9b84cf2107fef70a libuser-0.54.8.tar.gz +b6db756837ec4cd84548c9758f2fea30 libuser-0.55.tar.gz