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:
parent
b17e1d63d2
commit
44b87b4046
@ -1 +1 @@
|
||||
libuser-0.51.8.tar.gz
|
||||
libuser-0.51.9.tar.gz
|
||||
|
||||
12
libuser.spec
12
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 <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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user