Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2017-06-07 13:08:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Wed Jun  7 13:08:16 2017 rev:61 rq:497977 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2016-10-22 13:04:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2017-06-07 13:08:17.720624502 +0200
@@ -1,0 +2,7 @@
+Wed May 24 09:14:54 CEST 2017 - sch...@suse.de
+
+- Added yp-tools to the requirements in order to call ypdomainname
+  (Additional fix for bnc#916031 and bsc#994530)
+- 3.2.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.qfMefr/_old  2017-06-07 13:08:18.268547183 +0200
+++ /var/tmp/diff_new_pack.qfMefr/_new  2017-06-07 13:08:18.272546619 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:        3.2.0
+Version:        3.2.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
@@ -52,6 +52,7 @@
 Obsoletes:      yast2-nis-client-devel-doc
 
 Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:       yp-tools
 
 Summary:        YaST2 - Network Information Services (NIS, YP) Configuration
 License:        GPL-2.0

++++++ yast2-nis-client-3.2.0.tar.bz2 -> yast2-nis-client-3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.2.0/.travis.yml 
new/yast2-nis-client-3.2.1/.travis.yml
--- old/yast2-nis-client-3.2.0/.travis.yml      2016-10-20 10:36:53.793191255 
+0200
+++ new/yast2-nis-client-3.2.1/.travis.yml      2017-05-04 16:07:03.117375667 
+0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-    - gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-    # disable rvm, use system Ruby
-    - rvm reset
-    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-core-dev yast2-pam doxygen" -g "yast-rake gettext"
+  - docker build -t yast-nis-client-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - make -f Makefile.cvs
-    - make
-    - sudo make install
-    - make check
-
+  # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+  # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-nis-client-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.2.0/Dockerfile 
new/yast2-nis-client-3.2.1/Dockerfile
--- old/yast2-nis-client-3.2.0/Dockerfile       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-nis-client-3.2.1/Dockerfile       2017-05-04 16:07:03.117375667 
+0200
@@ -0,0 +1,7 @@
+FROM yastdevel/cpp
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  yast2-testsuite \
+  yast2-pam
+
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.2.0/package/yast2-nis-client.changes 
new/yast2-nis-client-3.2.1/package/yast2-nis-client.changes
--- old/yast2-nis-client-3.2.0/package/yast2-nis-client.changes 2016-10-20 
10:36:53.805191255 +0200
+++ new/yast2-nis-client-3.2.1/package/yast2-nis-client.changes 2017-05-24 
14:29:35.194613126 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed May 24 09:14:54 CEST 2017 - sch...@suse.de
+
+- Added yp-tools to the requirements in order to call ypdomainname
+  (Additional fix for bnc#916031 and bsc#994530)
+- 3.2.1
+
+-------------------------------------------------------------------
 Wed Oct 19 15:17:12 UTC 2016 - jreidin...@suse.com
 
 - report error if ypdomainname failed instead of silent ignoring
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.2.0/package/yast2-nis-client.spec 
new/yast2-nis-client-3.2.1/package/yast2-nis-client.spec
--- old/yast2-nis-client-3.2.0/package/yast2-nis-client.spec    2016-10-20 
10:36:53.805191255 +0200
+++ new/yast2-nis-client-3.2.1/package/yast2-nis-client.spec    2017-05-24 
14:29:35.194613126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
@@ -44,6 +44,7 @@
 Obsoletes:     yast2-nis-client-devel-doc
 
 Requires:       yast2-ruby-bindings >= 1.0.0
+Requires:      yp-tools
 
 Summary:       YaST2 - Network Information Services (NIS, YP) Configuration
 


Reply via email to