Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2018-01-20 11:19:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Sat Jan 20 11:19:48 2018 rev:63 rq:567406 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2017-09-14 21:09:25.231518108 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2018-01-20 11:19:50.547644192 +0100
@@ -1,0 +2,7 @@
+Tue Nov 14 14:25:11 CET 2017 - [email protected]
+
+- Link ypserv agent against libtirpc, sunrpc is deprecated and does
+  not support IPv6 (bsc#1076566)
+- 4.0.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-4.0.0.tar.bz2

New:
----
  yast2-nis-client-4.0.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.zm5YOc/_old  2018-01-20 11:19:51.059620257 +0100
+++ /var/tmp/diff_new_pack.zm5YOc/_new  2018-01-20 11:19:51.059620257 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
@@ -28,6 +28,7 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libnsl-devel
+BuildRequires:  libtirpc-devel
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files

++++++ yast2-nis-client-4.0.0.tar.bz2 -> yast2-nis-client-4.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.0.0/Dockerfile 
new/yast2-nis-client-4.0.1/Dockerfile
--- old/yast2-nis-client-4.0.0/Dockerfile       2017-09-11 09:24:54.623043460 
+0200
+++ new/yast2-nis-client-4.0.1/Dockerfile       2018-01-18 13:09:46.000000000 
+0100
@@ -1,7 +1,9 @@
 FROM yastdevel/cpp
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   yast2-testsuite \
-  yast2-pam
+  yast2-pam \
+  libnsl-devel \
+  libtirpc-devel
 
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.0.0/agent-ypserv/src/Makefile.am 
new/yast2-nis-client-4.0.1/agent-ypserv/src/Makefile.am
--- old/yast2-nis-client-4.0.0/agent-ypserv/src/Makefile.am     2017-09-11 
09:24:54.623043460 +0200
+++ new/yast2-nis-client-4.0.1/agent-ypserv/src/Makefile.am     2018-01-18 
13:09:46.000000000 +0100
@@ -2,12 +2,12 @@
 # Makefile.am for nis-client/agent-ypserv/src
 #
 
-AM_CXXFLAGS = -DY2LOG=\"agent-ypserv\"
+AM_CXXFLAGS = -DY2LOG=\"agent-ypserv\" -I/usr/include/tirpc
 
 noinst_LTLIBRARIES = libFindYpserv.la
 
 libFindYpserv_la_SOURCES = FindYpserv.cc FindYpserv.h
-libFindYpserv_la_LIBADD = -lnsl
+libFindYpserv_la_LIBADD = -lnsl -ltirpc
 
 plugin_LTLIBRARIES = libpy2ag_ypserv.la
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-4.0.0/package/yast2-nis-client.changes 
new/yast2-nis-client-4.0.1/package/yast2-nis-client.changes
--- old/yast2-nis-client-4.0.0/package/yast2-nis-client.changes 2017-09-11 
09:34:29.804500831 +0200
+++ new/yast2-nis-client-4.0.1/package/yast2-nis-client.changes 2018-01-18 
13:09:46.000000000 +0100
@@ -1,7 +1,14 @@
 -------------------------------------------------------------------
+Tue Nov 14 14:25:11 CET 2017 - [email protected]
+
+- Link ypserv agent against libtirpc, sunrpc is deprecated and does
+  not support IPv6 (bsc#1076566)
+- 4.0.1
+
+-------------------------------------------------------------------
 Mon Sep 11 07:34:10 UTC 2017 - [email protected]
 
-- added libnsl-devel to BuildRequires
+- added libnsl-devel to BuildRequires for upstream changes
 - 4.0.0
 
 -------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-4.0.0/package/yast2-nis-client.spec 
new/yast2-nis-client-4.0.1/package/yast2-nis-client.spec
--- old/yast2-nis-client-4.0.0/package/yast2-nis-client.spec    2017-09-11 
09:34:08.964449087 +0200
+++ new/yast2-nis-client-4.0.1/package/yast2-nis-client.spec    2018-01-18 
13:09:46.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        4.0.0
+Version:        4.0.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
@@ -30,6 +30,7 @@
 BuildRequires: yast2 >= 2.23.17
 BuildRequires: gcc-c++ perl-XML-Writer doxygen yast2-core-devel 
yast2-testsuite yast2-pam update-desktop-files libtool
 BuildRequires:  libnsl-devel
+BuildRequires:  libtirpc-devel
 BuildRequires:  yast2-devtools >= 3.1.10
 # Wizard::SetDesktopTitleAndIcon
 Requires:      yast2 >= 2.21.22


Reply via email to