Hello community, here is the log from the commit of package nss_ldap for openSUSE:Factory checked in at 2017-10-09 19:48:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nss_ldap (Old) and /work/SRC/openSUSE:Factory/.nss_ldap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nss_ldap" Mon Oct 9 19:48:05 2017 rev:43 rq:532829 version:265 Changes: -------- --- /work/SRC/openSUSE:Factory/nss_ldap/nss_ldap.changes 2017-01-25 23:33:14.429191246 +0100 +++ /work/SRC/openSUSE:Factory/.nss_ldap.new/nss_ldap.changes 2017-10-09 19:49:03.137392173 +0200 @@ -1,0 +2,6 @@ +Mon Oct 9 15:19:27 UTC 2017 - [email protected] + +- Add nss_ldap-perl-5.26.patch: Fix build with perl 5.26. $cwd is + no longer part of @INC. + +------------------------------------------------------------------- New: ---- nss_ldap-perl-5.26.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nss_ldap.spec ++++++ --- /var/tmp/diff_new_pack.RK13yD/_old 2017-10-09 19:49:04.053351917 +0200 +++ /var/tmp/diff_new_pack.RK13yD/_new 2017-10-09 19:49:04.053351917 +0200 @@ -22,7 +22,7 @@ Summary: NSS LDAP Module License: LGPL-2.1+ Group: Productivity/Networking/LDAP/Clients -Url: http://www.padl.com/OSS/nss_ldap.html +URL: http://www.padl.com/OSS/nss_ldap.html Source: http://www.padl.com/download/nss_ldap-%{version}.tar.gz Source1: README.SUSE Source2: baselibs.conf @@ -45,6 +45,7 @@ Patch11: 0011-When-invoked-via-glibc-the-input-buffer-is-enlarged.patch # PATCH-FIX-TO-UPSTREAM -- is not opensuse specific Patch12: reproducible.patch +Patch13: nss_ldap-perl-5.26.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: db-devel @@ -55,7 +56,6 @@ Requires(pre): /bin/mktemp Requires(pre): coreutils Requires(pre): sed -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Nss_ldap is a glibc NSS module that allows X.500 and LDAP directory @@ -78,6 +78,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 cp -v %{SOURCE1} . %build ++++++ nss_ldap-perl-5.26.patch ++++++ Index: nss_ldap-265/vers_string =================================================================== --- nss_ldap-265.orig/vers_string +++ nss_ldap-265/vers_string @@ -5,7 +5,7 @@ # Implementation of SGS vers_string which uses CVSVersionInfo.txt. use POSIX qw(strftime); -require "cvslib.pl"; +require "./cvslib.pl"; $OUTFILE = (-f "version.h") ? "version.h" : "vers.c"; $AUTHOR = `whoami`;
