auto-import changelog data from libuser-0.51.9-1.src.rpm

Tue Aug 31 2004 Miloslav Trmac <mitr@volny.cz> - 0.51.9-1
- Fix various typos
- Document library interfaces
- Build all shared libraries with -fPIC (#72536)
This commit is contained in:
cvsdist 2004-09-09 07:52:44 +00:00
parent b17e1d63d2
commit 44b87b4046
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
libuser-0.51.8.tar.gz
libuser-0.51.9.tar.gz

View File

@ -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 <mitr@volny.cz> - 0.51.8-1
* Tue Aug 31 2004 Miloslav Trmac <mitr@volny.cz> - 0.51.9-1
- Fix various typos
- Document library interfaces
- Build all shared libraries with -fPIC (#72536)
* Wed Aug 25 2004 Miloslav Trmac <mitr@redhat.com> - 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

View File

@ -1 +1 @@
acc51ba808b8e3a8a0014de761fdf728 libuser-0.51.8.tar.gz
935c4bf1d915574475f2e66e406aaf9c libuser-0.51.9.tar.gz