diff --git a/.cvsignore b/.cvsignore index b6efab5..e2865c1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.51.8.tar.gz +libuser-0.51.9.tar.gz diff --git a/libuser.spec b/libuser.spec index 5aa0451..e77e24b 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,10 +1,11 @@ +# -*- rpm-spec -*- %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif %define python 2.3 Name: libuser -Version: 0.51.8 +Version: 0.51.9 Release: 1 Group: System Environment/Base License: LGPL @@ -77,7 +78,7 @@ popd %config(noreplace) %{_sysconfdir}/libuser.conf %attr(0755,root,root) %{_bindir}/* -%attr(0755,root,root) %{_libdir}/python%{python}/site-packages/* +%attr(0755,root,root) %{_libdir}/python%{python}/site-packages/*.so %attr(0755,root,root) %{_libdir}/*.so.*.* %dir %attr(0755,root,root) %{_libdir}/%{name} %attr(0755,root,root) %{_libdir}/%{name}/*.so @@ -97,7 +98,12 @@ popd %{_datadir}/gtk-doc/html/* %changelog -* Wed Aug 25 2004 Miloslav Trmac - 0.51.8-1 +* Tue Aug 31 2004 Miloslav Trmac - 0.51.9-1 +- Fix various typos +- Document library interfaces +- Build all shared libraries with -fPIC (#72536) + +* Wed Aug 25 2004 Miloslav Trmac - 0.51.8-1 - Update to build with latest autotools and gtk-doc - Update ALL_LINGUAS and POTFILES.in - Rebuild to depend on newer openldap diff --git a/sources b/sources index e7db966..c13ab64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acc51ba808b8e3a8a0014de761fdf728 libuser-0.51.8.tar.gz +935c4bf1d915574475f2e66e406aaf9c libuser-0.51.9.tar.gz