Hello community, here is the log from the commit of package nfsidmap for openSUSE:Factory checked in at 2013-08-01 15:49:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nfsidmap (Old) and /work/SRC/openSUSE:Factory/.nfsidmap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nfsidmap" Changes: -------- --- /work/SRC/openSUSE:Factory/nfsidmap/nfsidmap.changes 2012-01-04 07:25:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nfsidmap.new/nfsidmap.changes 2013-08-01 15:49:25.000000000 +0200 @@ -1,0 +2,20 @@ +Mon Jul 29 14:32:26 UTC 2013 - [email protected] + +- buildrequire pkg-config + +------------------------------------------------------------------- +Mon Jul 29 10:51:16 UTC 2013 - [email protected] + +- upgraded to 0.25 (FATE#312769) + * nss_getpwnam: ignore case when comparing domain names + * rpc.idmapd fails to load plugings + * Cleaned up some warnings + * Ignoring more files. + * Improve debugging during lib initialization. + * Added new --with-pluginpath configuration flag +- specify correct plugin searchpath to find plugins on lib64 systems + bnc#800805 +- fix-prototype.patch: updated to 0.25 state, dropped 2 upstream hunks +- libnfsidmap-export-symbols.patch: unfuzzed + +------------------------------------------------------------------- Old: ---- libnfsidmap-0.24.tar.gz New: ---- libnfsidmap-0.25.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfsidmap.spec ++++++ --- /var/tmp/diff_new_pack.YyOKgv/_old 2013-08-01 15:49:26.000000000 +0200 +++ /var/tmp/diff_new_pack.YyOKgv/_new 2013-08-01 15:49:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package nfsidmap # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,15 +16,17 @@ # - Name: nfsidmap -BuildRequires: libtool openldap2-devel tcpd-devel +BuildRequires: libtool +BuildRequires: openldap2-devel +BuildRequires: pkg-config +BuildRequires: tcpd-devel Url: http://nfs.sourceforge.net Summary: NFSv4 ID Mapping Library -Version: 0.24 -Release: 1 -Group: Productivity/Networking/NFS License: BSD-3-Clause +Group: Productivity/Networking/NFS +Version: 0.25 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,7 +36,6 @@ Patch1: libnfsidmap-export-symbols.patch %package devel -License: BSD-3-Clause Summary: NFSv4 ID Mapping Library development libraries Group: Development/Libraries/C and C++ Requires: nfsidmap = %version @@ -70,9 +71,12 @@ %build autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" -%configure --disable-static --with-pic +%configure --disable-static --with-pic --with-pluginpath=%_libdir/libnfsidmap %{__make} %{?_smp_mflags} +%check +make check + %install make DESTDIR=$RPM_BUILD_ROOT install %{__rm} -f %{buildroot}%{_libdir}/*.la ++++++ fix-prototype.patch ++++++ --- /var/tmp/diff_new_pack.YyOKgv/_old 2013-08-01 15:49:26.000000000 +0200 +++ /var/tmp/diff_new_pack.YyOKgv/_new 2013-08-01 15:49:26.000000000 +0200 @@ -1,14 +1,3 @@ ---- libnfsidmap.c -+++ libnfsidmap.c -@@ -183,7 +183,7 @@ - unload_plugins(plgns); - return ret; - } --int nfs4_cleanup_name_mapping() -+void nfs4_cleanup_name_mapping() - { - if (nfs4_plugins) - unload_plugins(nfs4_plugins); --- nfsidmap.h +++ nfsidmap.h @@ -50,6 +50,7 @@ @@ -28,14 +17,4 @@ +#include <ctype.h> #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" ++++++ libnfsidmap-0.24.tar.gz -> libnfsidmap-0.25.tar.gz ++++++ ++++ 10076 lines of diff (skipped) ++++++ libnfsidmap-export-symbols.patch ++++++ --- /var/tmp/diff_new_pack.YyOKgv/_old 2013-08-01 15:49:26.000000000 +0200 +++ /var/tmp/diff_new_pack.YyOKgv/_new 2013-08-01 15:49:26.000000000 +0200 @@ -1,7 +1,9 @@ +Index: configure.in +=================================================================== --- configure.in.orig +++ configure.in -@@ -5,11 +5,16 @@ AC_PREREQ([2.66]) - AC_INIT([libnfsidmap],[0.24],[[email protected]]) +@@ -5,11 +5,16 @@ AC_PREREQ([2.68]) + AC_INIT([libnfsidmap],[0.25],[[email protected]]) AC_CONFIG_SRCDIR([nfsidmap.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE @@ -19,6 +21,8 @@ # Checks for libraries. +Index: strlcpy.c +=================================================================== --- strlcpy.c.orig +++ strlcpy.c @@ -43,6 +43,7 @@ static char *rcsid = "$OpenBSD: strlcpy. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
