Hello community, here is the log from the commit of package nfsidmap for openSUSE:Factory checked in at Fri Apr 29 09:08:50 CEST 2011. -------- --- nfsidmap/nfsidmap.changes 2010-12-18 02:26:14.000000000 +0100 +++ /mounts/work_src_done/STABLE/nfsidmap/nfsidmap.changes 2011-04-27 19:13:02.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Apr 27 19:11:57 CEST 2011 - meissner@suse.de + +- libnfsidmap-0.24 + * Added autogen.sh which runs all the autoconfig scripts + * Added nfs4_owner interfaces which are used by the + new nfsidmap program + +------------------------------------------------------------------- +Wed Apr 27 17:51:39 CEST 2011 - meissner@suse.de + +- include manpage again bnc#689009 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libnfsidmap-0.23.tar.bz2 New: ---- libnfsidmap-0.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfsidmap.spec ++++++ --- /var/tmp/diff_new_pack.StJLid/_old 2011-04-29 09:08:06.000000000 +0200 +++ /var/tmp/diff_new_pack.StJLid/_new 2011-04-29 09:08:06.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package nfsidmap (Version 0.23) +# spec file for package nfsidmap # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,8 @@ BuildRequires: openldap2-devel tcpd-devel Url: http://nfs.sourceforge.net Summary: NFSv4 ID Mapping Library -Version: 0.23 -Release: 10 +Version: 0.24 +Release: 1 Group: Productivity/Networking/NFS License: BSD3c BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,7 +69,6 @@ cp %{S:1} . %build -mkdir m4 autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" %configure --disable-static --with-pic @@ -79,8 +78,6 @@ make DESTDIR=$RPM_BUILD_ROOT install %{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/libnfsidmap/*.la -# why is it included, we are not building the binary? -rm %{buildroot}/usr/share/man/man5/idmapd.conf.5* %clean rm -rf $RPM_BUILD_ROOT ++++++ libnfsidmap-0.23.tar.bz2 -> libnfsidmap-0.24.tar.bz2 ++++++ ++++ 60566 lines of diff (skipped) ++++++ libnfsidmap-export-symbols.patch ++++++ --- /var/tmp/diff_new_pack.StJLid/_old 2011-04-29 09:08:07.000000000 +0200 +++ /var/tmp/diff_new_pack.StJLid/_new 2011-04-29 09:08:07.000000000 +0200 @@ -1,28 +1,23 @@ ---- Makefile.am.orig -+++ Makefile.am -@@ -1,3 +1,4 @@ -+ACLOCAL_AMFLAGS = -I m4 - if ENABLE_LDAP - UMICH_LDAP_LIB = umich_ldap.la - else +Index: configure.in +=================================================================== --- configure.in.orig +++ configure.in -@@ -4,12 +4,14 @@ - AC_PREREQ(2.59) - AC_INIT(libnfsidmap, 0.23, nfsv4-wg@citi.umich.edu) +@@ -5,11 +5,16 @@ AC_PREREQ([2.66]) + AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org]) AC_CONFIG_SRCDIR([nfsidmap.h]) + AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE --AM_PROG_LIBTOOL +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) +AM_INIT_AUTOMAKE([foreign]) +AC_PROG_LIBTOOL + LT_INIT ++ # Checks for programs. -AC_PROG_CC -- +AC_PROG_CC_STDC +AC_PROG_INSTALL + # Checks for libraries. - AC_ARG_ENABLE([ldap], ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org