diff --git a/libuser.spec b/libuser.spec index 189df3d..95f1c37 100644 --- a/libuser.spec +++ b/libuser.spec @@ -5,10 +5,11 @@ Name: libuser Version: 0.54 -Release: 1 +Release: 2 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz +Patch0: libuser-0.54-gmodule-no-export.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: pam-devel, popt, python-devel BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools @@ -38,6 +39,7 @@ files useful for developing applications with libuser. %prep %setup -q +%patch0 -p1 -b .gmodule-no-export %build %configure --enable-gtk-doc \ @@ -95,6 +97,9 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Wed Oct 5 2005 Matthias Clasen - 0.54-2 +- Use gmodule-no-export in the .pc file + * Tue Sep 13 2005 Miloslav Trmac - 0.54-1 - Make sure attributes with no values can never appear - Fix crash in the "files" module when an attribute is missing