commit nfsidmap for openSUSE:Factory
Hello community, here is the log from the commit of package nfsidmap for openSUSE:Factory checked in at Fri Mar 26 02:00:07 CET 2010. -------- --- nfsidmap/nfsidmap.changes 2010-03-19 09:04:39.000000000 +0100 +++ nfsidmap/nfsidmap.changes 2010-03-24 14:55:25.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 24 14:41:14 CET 2010 - meissner@suse.de + +- also remove .la files from the libnfsidmap subdir +- fixed missing ctype.h header include + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfsidmap.spec ++++++ --- /var/tmp/diff_new_pack.yuqfrz/_old 2010-03-26 01:59:35.000000000 +0100 +++ /var/tmp/diff_new_pack.yuqfrz/_new 2010-03-26 01:59:35.000000000 +0100 @@ -22,7 +22,7 @@ Url: http://nfs.sourceforge.net Summary: NFSv4 ID Mapping Library Version: 0.23 -Release: 1 +Release: 2 Group: Productivity/Networking/NFS License: BSD3c BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,6 +76,7 @@ %install make DESTDIR=$RPM_BUILD_ROOT install %{__rm} -f %{buildroot}%{_libdir}/*.la +%{__rm} -f %{buildroot}%{_libdir}/libnfsidmap/*.la %clean rm -rf $RPM_BUILD_ROOT ++++++ fix-prototype.patch ++++++ --- /var/tmp/diff_new_pack.yuqfrz/_old 2010-03-26 01:59:35.000000000 +0100 +++ /var/tmp/diff_new_pack.yuqfrz/_new 2010-03-26 01:59:35.000000000 +0100 @@ -29,3 +29,13 @@ #include "nfsidmap.h" #include "nfsidmap_internal.h" #include "cfg.h" +--- libnfsidmap.c ++++ libnfsidmap.c +@@ -49,6 +49,7 @@ + #include <syslog.h> + #include <stdarg.h> + #include <dlfcn.h> ++#include <ctype.h> + #include "nfsidmap.h" + #include "nfsidmap_internal.h" + #include "cfg.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de