Hello community, here is the log from the commit of package yast2-slp for openSUSE:Factory checked in at 2018-04-26 13:27:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-slp (Old) and /work/SRC/openSUSE:Factory/.yast2-slp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-slp" Thu Apr 26 13:27:41 2018 rev:36 rq:595539 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-slp/yast2-slp.changes 2016-10-13 11:25:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-slp.new/yast2-slp.changes 2018-04-26 13:27:42.958755800 +0200 @@ -1,0 +2,6 @@ +Fri Apr 6 18:53:54 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-slp-3.1.11.tar.bz2 New: ---- yast2-slp-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-slp.spec ++++++ --- /var/tmp/diff_new_pack.eI9QCQ/_old 2018-04-26 13:27:43.458737490 +0200 +++ /var/tmp/diff_new_pack.eI9QCQ/_new 2018-04-26 13:27:43.462737343 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-slp # -# Copyright (c) 2016 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-slp -Version: 3.1.11 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-slp-3.1.11.tar.bz2 -> yast2-slp-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.11/.travis.yml new/yast2-slp-4.0.0/.travis.yml --- old/yast2-slp-3.1.11/.travis.yml 2016-10-11 10:46:22.303722512 +0200 +++ new/yast2-slp-4.0.0/.travis.yml 2018-04-11 10:36:43.000000000 +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 yast2-core-dev libslp-dev" -g "rspec:3.3.0 yast-rake gettext simplecov coveralls:0.8.10" + - docker build -t yast-slp-image . script: - - rake check:syntax - - rake check:pot - - make -f Makefile.cvs - - make - - sudo make install - - make check - + # the "yast-travis-ruby" script is included in the base yastdevel/ruby image + # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby + - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-slp-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.11/.yardopts new/yast2-slp-4.0.0/.yardopts --- old/yast2-slp-3.1.11/.yardopts 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-slp-4.0.0/.yardopts 2018-04-11 10:36:43.000000000 +0200 @@ -0,0 +1,7 @@ +--no-private +--markup markdown +--protected +--readme README.md +--output-dir ./doc/autodocs +--files *.md +src/**/*.rb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.11/Dockerfile new/yast2-slp-4.0.0/Dockerfile --- old/yast2-slp-3.1.11/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-slp-4.0.0/Dockerfile 2018-04-11 10:36:43.000000000 +0200 @@ -0,0 +1,7 @@ +FROM yastdevel/ruby +RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \ + gcc-c++ \ + libtool \ + openslp-devel \ + yast2-core-devel +COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.11/package/yast2-slp.changes new/yast2-slp-4.0.0/package/yast2-slp.changes --- old/yast2-slp-3.1.11/package/yast2-slp.changes 2016-10-11 15:23:05.389638732 +0200 +++ new/yast2-slp-4.0.0/package/yast2-slp.changes 2018-04-11 10:36:43.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 6 18:53:54 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Mon Oct 10 15:25:22 UTC 2016 - [email protected] - Changed text domain to 'slp' (bsc#1004050) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.11/package/yast2-slp.spec new/yast2-slp-4.0.0/package/yast2-slp.spec --- old/yast2-slp-3.1.11/package/yast2-slp.spec 2016-10-11 10:46:22.367722512 +0200 +++ new/yast2-slp-4.0.0/package/yast2-slp.spec 2018-04-11 10:36:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-slp -Version: 3.1.11 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build
