Hello community, here is the log from the commit of package yast2-security for openSUSE:Factory checked in at 2018-04-26 13:27:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-security (Old) and /work/SRC/openSUSE:Factory/.yast2-security.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-security" Thu Apr 26 13:27:32 2018 rev:78 rq:595537 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes 2016-09-05 21:13:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes 2018-04-26 13:27:35.195040122 +0200 @@ -1,0 +2,6 @@ +Fri Apr 6 18:53:46 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-security-3.2.3.tar.bz2 New: ---- yast2-security-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.IaEdXM/_old 2018-04-26 13:27:35.695021811 +0200 +++ /var/tmp/diff_new_pack.IaEdXM/_new 2018-04-26 13:27:35.699021665 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-security # -# 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-security -Version: 3.2.3 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-security-3.2.3.tar.bz2 -> yast2-security-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-3.2.3/.travis.yml new/yast2-security-4.0.0/.travis.yml --- old/yast2-security-3.2.3/.travis.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-security-4.0.0/.travis.yml 2018-04-11 10:35:14.000000000 +0200 @@ -0,0 +1,11 @@ +sudo: required +language: ruby +services: + - docker + +before_install: + - docker build -t yast-security-image . +script: + # 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_JOB_ID="$TRAVIS_JOB_ID" yast-security-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-3.2.3/.yardopts new/yast2-security-4.0.0/.yardopts --- old/yast2-security-3.2.3/.yardopts 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-security-4.0.0/.yardopts 2018-04-11 10:35:14.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-security-3.2.3/Dockerfile new/yast2-security-4.0.0/Dockerfile --- old/yast2-security-3.2.3/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-security-4.0.0/Dockerfile 2018-04-11 10:35:14.000000000 +0200 @@ -0,0 +1,2 @@ +FROM yastdevel/ruby +COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-3.2.3/package/yast2-security.changes new/yast2-security-4.0.0/package/yast2-security.changes --- old/yast2-security-3.2.3/package/yast2-security.changes 2016-08-31 13:50:32.568403495 +0200 +++ new/yast2-security-4.0.0/package/yast2-security.changes 2018-04-11 10:35:14.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 6 18:53:46 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Wed Aug 31 11:37:52 UTC 2016 - [email protected] - mark string "Security" translatable (bnc#988764) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-security-3.2.3/package/yast2-security.spec new/yast2-security-4.0.0/package/yast2-security.spec --- old/yast2-security-3.2.3/package/yast2-security.spec 2016-08-31 13:50:32.568403495 +0200 +++ new/yast2-security-4.0.0/package/yast2-security.spec 2018-04-11 10:35:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-security -Version: 3.2.3 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build
