Hello community,

here is the log from the commit of package yast2-testsuite for openSUSE:Factory 
checked in at 2018-04-26 13:28:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-testsuite (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-testsuite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-testsuite"

Thu Apr 26 13:28:00 2018 rev:35 rq:595542 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-testsuite/yast2-testsuite.changes  
2016-09-23 11:22:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-testsuite.new/yast2-testsuite.changes     
2018-04-26 13:28:02.882026158 +0200
@@ -1,0 +2,6 @@
+Fri Apr  6 18:54:34 UTC 2018 - [email protected]
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-testsuite-3.1.6.tar.bz2

New:
----
  yast2-testsuite-4.0.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.0IlAA5/_old  2018-04-26 13:28:03.390007554 +0200
+++ /var/tmp/diff_new_pack.0IlAA5/_new  2018-04-26 13:28:03.394007408 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-testsuite
 #
-# 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-testsuite
-Version:        3.1.6
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-testsuite-3.1.6.tar.bz2 -> yast2-testsuite-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.6/.travis.yml 
new/yast2-testsuite-4.0.0/.travis.yml
--- old/yast2-testsuite-3.1.6/.travis.yml       2016-09-19 07:53:08.406293927 
+0200
+++ new/yast2-testsuite-4.0.0/.travis.yml       2018-04-11 10:38:15.000000000 
+0200
@@ -1,15 +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-core yast2-devtools 
yast2-ruby-bindings" -g "yast-rake"
+  - docker build -t yast-testsuite-image .
 script:
-    - rake check:syntax
-    - 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-testsuite-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.6/.yardopts 
new/yast2-testsuite-4.0.0/.yardopts
--- old/yast2-testsuite-3.1.6/.yardopts 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-testsuite-4.0.0/.yardopts 2018-04-11 10:38:15.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-testsuite-3.1.6/Dockerfile 
new/yast2-testsuite-4.0.0/Dockerfile
--- old/yast2-testsuite-3.1.6/Dockerfile        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-testsuite-4.0.0/Dockerfile        2018-04-11 10:38:15.000000000 
+0200
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-testsuite-3.1.6/package/yast2-testsuite.changes 
new/yast2-testsuite-4.0.0/package/yast2-testsuite.changes
--- old/yast2-testsuite-3.1.6/package/yast2-testsuite.changes   2016-09-19 
07:53:08.458293927 +0200
+++ new/yast2-testsuite-4.0.0/package/yast2-testsuite.changes   2018-04-11 
10:38:15.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Apr  6 18:54:34 UTC 2018 - [email protected]
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
 Fri Sep 16 08:58:29 UTC 2016 - [email protected]
 
 - reduce build dependencies to speed up build (bnc#999203)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.6/package/yast2-testsuite.spec 
new/yast2-testsuite-4.0.0/package/yast2-testsuite.spec
--- old/yast2-testsuite-3.1.6/package/yast2-testsuite.spec      2016-09-19 
07:53:08.458293927 +0200
+++ new/yast2-testsuite-4.0.0/package/yast2-testsuite.spec      2018-04-11 
10:38:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-testsuite
-Version:        3.1.6
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to