Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2019-07-30 12:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ypbind (Old)
 and      /work/SRC/openSUSE:Factory/.ypbind.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ypbind"

Tue Jul 30 12:39:31 2019 rev:56 rq:719774 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes    2019-07-26 
17:34:58.668072723 +0200
+++ /work/SRC/openSUSE:Factory/.ypbind.new.4126/ypbind.changes  2019-07-30 
12:39:32.378932239 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 07:58:23 UTC 2019 - Thorsten Kukuk <[email protected]>
+
+- Update to version 2.6.1
+  - check if libc provides already gettid()
+
+-------------------------------------------------------------------

Old:
----
  ypbind-mt-2.6.tar.xz

New:
----
  ypbind-mt-2.6.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ypbind.spec ++++++
--- /var/tmp/diff_new_pack.2Miig9/_old  2019-07-30 12:39:35.806931669 +0200
+++ /var/tmp/diff_new_pack.2Miig9/_new  2019-07-30 12:39:35.806931669 +0200
@@ -15,21 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%if ! %{defined _fillupdir}
-  %define _fillupdir %{_localstatedir}/adm/fillup-templates
-%endif
-
-%define tmpfiles_remove() \
-if [ $1 -eq 0 ]; then \
-   [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && \
-            /usr/bin/systemd-tmpfiles --remove %{?*} || : \
-fi \
-%{nil}
-
-
 Name:           ypbind
-Version:        2.6
+Version:        2.6.1
 Release:        0
 Summary:        NIS client daemon
 License:        GPL-2.0-only
@@ -96,7 +83,6 @@
 
 %preun
 %service_del_preun ypbind.service
-%tmpfiles_remove ypbind.conf
 
 %postun
 %service_del_postun ypbind.service

++++++ ypbind-mt-2.6.tar.xz -> ypbind-mt-2.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/NEWS new/ypbind-mt-2.6.1/NEWS
--- old/ypbind-mt-2.6/NEWS      2019-01-22 12:47:53.000000000 +0100
+++ new/ypbind-mt-2.6.1/NEWS    2019-07-30 09:15:03.000000000 +0200
@@ -4,6 +4,9 @@
 
 Please send bug reports, questions and suggestions to <[email protected]>.
 
+Version 2.6.1
+* Check if libc already provides gettid().
+
 Version 2.6
 * Fix crash of ypbind on reload
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/config.h.in 
new/ypbind-mt-2.6.1/config.h.in
--- old/ypbind-mt-2.6/config.h.in       2019-01-22 12:46:34.000000000 +0100
+++ new/ypbind-mt-2.6.1/config.h.in     2019-07-30 09:15:10.000000000 +0200
@@ -19,6 +19,9 @@
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #undef HAVE_GETTEXT
 
+/* Define to 1 if gettid() is available */
+#undef HAVE_GETTID
+
 /* Define if you have the iconv() function and it works. */
 #undef HAVE_ICONV
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/configure new/ypbind-mt-2.6.1/configure
--- old/ypbind-mt-2.6/configure 2019-01-22 12:46:36.000000000 +0100
+++ new/ypbind-mt-2.6.1/configure       2019-07-30 09:15:09.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ypbind-mt 2.6.
+# Generated by GNU Autoconf 2.69 for ypbind-mt 2.6.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='ypbind-mt'
 PACKAGE_TARNAME='ypbind-mt'
-PACKAGE_VERSION='2.6'
-PACKAGE_STRING='ypbind-mt 2.6'
+PACKAGE_VERSION='2.6.1'
+PACKAGE_STRING='ypbind-mt 2.6.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1323,7 +1323,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ypbind-mt 2.6 to adapt to many kinds of systems.
+\`configure' configures ypbind-mt 2.6.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1393,7 +1393,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ypbind-mt 2.6:";;
+     short | recursive ) echo "Configuration of ypbind-mt 2.6.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ypbind-mt configure 2.6
+ypbind-mt configure 2.6.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1876,7 +1876,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ypbind-mt $as_me 2.6, which was
+It was created by ypbind-mt $as_me 2.6.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2741,7 +2741,7 @@
 
 # Define the identity of the package.
  PACKAGE='ypbind-mt'
- VERSION='2.6'
+ VERSION='2.6.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5047,6 +5047,14 @@
 
 fi
 
+ac_fn_c_check_func "$LINENO" "gettid" "ac_cv_func_gettid"
+if test "x$ac_cv_func_gettid" = xyes; then :
+
+$as_echo "#define HAVE_GETTID 1" >>confdefs.h
+
+fi
+
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming 
const" >&5
 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
 if ${ac_cv_c_const+:} false; then :
@@ -8003,7 +8011,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ypbind-mt $as_me 2.6, which was
+This file was extended by ypbind-mt $as_me 2.6.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8069,7 +8077,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ypbind-mt config.status 2.6
+ypbind-mt config.status 2.6.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/configure.ac 
new/ypbind-mt-2.6.1/configure.ac
--- old/ypbind-mt-2.6/configure.ac      2019-01-22 12:46:30.000000000 +0100
+++ new/ypbind-mt-2.6.1/configure.ac    2019-07-30 09:14:37.000000000 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([ypbind-mt], [2.6])
+AC_INIT([ypbind-mt], [2.6.1])
 AC_CONFIG_SRCDIR([src/ypbind-mt.c])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)
@@ -39,6 +39,9 @@
    AC_CHECK_LIB(resolv, res_gethostbyname)
 fi
 
+dnl Check for gettid wrapper
+AC_CHECK_FUNC(gettid, [AC_DEFINE(HAVE_GETTID, 1, [Define to 1 if gettid() is 
available])])
+
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/lib/Makefile.in 
new/ypbind-mt-2.6.1/lib/Makefile.in
--- old/ypbind-mt-2.6/lib/Makefile.in   2019-01-22 12:46:34.000000000 +0100
+++ new/ypbind-mt-2.6.1/lib/Makefile.in 2019-07-30 09:15:08.000000000 +0200
@@ -335,9 +335,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --gnu lib/Makefile
+         $(AUTOMAKE) --gnits lib/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/man/Makefile.in 
new/ypbind-mt-2.6.1/man/Makefile.in
--- old/ypbind-mt-2.6/man/Makefile.in   2019-01-22 12:46:34.000000000 +0100
+++ new/ypbind-mt-2.6.1/man/Makefile.in 2019-07-30 09:15:08.000000000 +0200
@@ -308,9 +308,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits man/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --gnu man/Makefile
+         $(AUTOMAKE) --gnits man/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/man/yp.conf.5 
new/ypbind-mt-2.6.1/man/yp.conf.5
--- old/ypbind-mt-2.6/man/yp.conf.5     2019-01-22 12:48:00.000000000 +0100
+++ new/ypbind-mt-2.6.1/man/yp.conf.5   2019-07-30 09:15:11.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: yp.conf
 .\"    Author: [see the "AUTHOR" section]
 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: 01/22/2019
+.\"      Date: 07/30/2019
 .\"    Manual: ypbind-mt
 .\"    Source: ypbind-mt
 .\"  Language: English
 .\"
-.TH "YP\&.CONF" "5" "01/22/2019" "ypbind-mt" "ypbind\-mt"
+.TH "YP\&.CONF" "5" "07/30/2019" "ypbind-mt" "ypbind\-mt"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/man/ypbind.8 
new/ypbind-mt-2.6.1/man/ypbind.8
--- old/ypbind-mt-2.6/man/ypbind.8      2019-01-22 12:48:00.000000000 +0100
+++ new/ypbind-mt-2.6.1/man/ypbind.8    2019-07-30 09:15:10.000000000 +0200
@@ -2,12 +2,12 @@
 .\"     Title: ypbind
 .\"    Author: [see the "AUTHOR" section]
 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: 01/22/2019
+.\"      Date: 07/30/2019
 .\"    Manual: ypbind-mt
 .\"    Source: ypbind-mt
 .\"  Language: English
 .\"
-.TH "YPBIND" "8" "01/22/2019" "ypbind-mt" "ypbind\-mt"
+.TH "YPBIND" "8" "07/30/2019" "ypbind-mt" "ypbind\-mt"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/po/de.po new/ypbind-mt-2.6.1/po/de.po
--- old/ypbind-mt-2.6/po/de.po  2019-01-22 12:48:00.000000000 +0100
+++ new/ypbind-mt-2.6.1/po/de.po        2019-07-30 09:15:11.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ypbind-mt\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2019-01-22 12:48+0100\n"
+"POT-Creation-Date: 2019-07-30 09:15+0200\n"
 "PO-Revision-Date: 2004-02-13 16:22+01:00\n"
 "Last-Translator: Thorsten Kukuk <[email protected]>\n"
 "Language-Team: No Language-Team\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/po/sv.po new/ypbind-mt-2.6.1/po/sv.po
--- old/ypbind-mt-2.6/po/sv.po  2019-01-22 12:48:00.000000000 +0100
+++ new/ypbind-mt-2.6.1/po/sv.po        2019-07-30 09:15:11.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ypbind-mt 1.20-2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2019-01-22 12:48+0100\n"
+"POT-Creation-Date: 2019-07-30 09:15+0200\n"
 "PO-Revision-Date: 2006-11-12 16:48+0100\n"
 "Last-Translator: Daniel Nylander <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/po/ypbind-mt.pot 
new/ypbind-mt-2.6.1/po/ypbind-mt.pot
--- old/ypbind-mt-2.6/po/ypbind-mt.pot  2019-01-22 12:48:00.000000000 +0100
+++ new/ypbind-mt-2.6.1/po/ypbind-mt.pot        2019-07-30 09:15:11.000000000 
+0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: ypbind-mt 2.6\n"
+"Project-Id-Version: ypbind-mt 2.6.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2019-01-22 12:48+0100\n"
+"POT-Creation-Date: 2019-07-30 09:15+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/src/Makefile.in 
new/ypbind-mt-2.6.1/src/Makefile.in
--- old/ypbind-mt-2.6/src/Makefile.in   2019-01-22 12:46:34.000000000 +0100
+++ new/ypbind-mt-2.6.1/src/Makefile.in 2019-07-30 09:15:08.000000000 +0200
@@ -333,9 +333,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --gnu src/Makefile
+         $(AUTOMAKE) --gnits src/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
@@ -396,6 +396,22 @@
 clean-sbinPROGRAMS:
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
+installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
+       bad=0; pid=$$$$; list="$(sbin_PROGRAMS)"; for p in $$list; do \
+         case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
+          *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
+         esac; \
+         f=`echo "$$p" | \
+            sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+         for opt in --help --version; do \
+           if "$(DESTDIR)$(sbindir)/$$f" $$opt >c$${pid}_.out \
+                2>c$${pid}_.err </dev/null \
+                && test -n "`cat c$${pid}_.out`" \
+                && test -z "`cat c$${pid}_.err`"; then :; \
+           else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
+         done; \
+       done; rm -f c$${pid}_.???; exit $$bad
+
 ypbind$(EXEEXT): $(ypbind_OBJECTS) $(ypbind_DEPENDENCIES) 
$(EXTRA_ypbind_DEPENDENCIES) 
        @rm -f ypbind$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(ypbind_OBJECTS) $(ypbind_LDADD) $(LIBS)
@@ -595,7 +611,7 @@
 
 install-ps-am:
 
-installcheck-am:
+installcheck-am: installcheck-sbinPROGRAMS
 
 maintainer-clean: maintainer-clean-am
        -rm -rf ./$(DEPDIR)
@@ -626,10 +642,11 @@
        install-exec install-exec-am install-html install-html-am \
        install-info install-info-am install-man install-pdf \
        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
-       tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
+       install-strip installcheck installcheck-am \
+       installcheck-sbinPROGRAMS installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+       uninstall-am uninstall-sbinPROGRAMS
 
 .PRECIOUS: Makefile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ypbind-mt-2.6/src/log_msg.c 
new/ypbind-mt-2.6.1/src/log_msg.c
--- old/ypbind-mt-2.6/src/log_msg.c     2019-01-22 12:45:48.000000000 +0100
+++ new/ypbind-mt-2.6.1/src/log_msg.c   2019-07-30 09:07:15.000000000 +0200
@@ -26,6 +26,8 @@
 #include "log_msg.h"
 
 #include <sys/syscall.h>
+
+#ifndef HAVE_GETTID
 #ifdef __NR_gettid
 static pid_t
 gettid (void)
@@ -39,6 +41,7 @@
     return getpid ();
 }
 #endif
+#endif /* ! HAVE_GETTID */
 
 int debug_flag = 0;
 int logfile_flag = 0;


Reply via email to