Hello community,

here is the log from the commit of package yast2-testsuite for openSUSE:Factory 
checked in at 2016-03-09 15:16:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-testsuite (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-testsuite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-testsuite"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-testsuite/yast2-testsuite.changes  
2014-01-27 11:24:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-testsuite.new/yast2-testsuite.changes     
2016-03-09 15:16:39.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar  7 12:46:40 UTC 2016 - [email protected]
+
+- Default Y2DIR to ../src to enable 'make check'
+  before 'make install' (mchandras)
+- 3.1.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.B8slkZ/_old  2016-03-09 15:16:39.000000000 +0100
+++ /var/tmp/diff_new_pack.B8slkZ/_new  2016-03-09 15:16:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-testsuite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-testsuite-3.1.2.tar.bz2 -> yast2-testsuite-3.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/.travis.yml 
new/yast2-testsuite-3.1.3/.travis.yml
--- old/yast2-testsuite-3.1.2/.travis.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-testsuite-3.1.3/.travis.yml       2016-03-07 13:52:42.000000000 
+0100
@@ -0,0 +1,15 @@
+language: cpp
+compiler:
+    - gcc
+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"
+script:
+    - rake check:syntax
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/CONTRIBUTING.md 
new/yast2-testsuite-3.1.3/CONTRIBUTING.md
--- old/yast2-testsuite-3.1.2/CONTRIBUTING.md   2014-01-23 15:48:27.000000000 
+0100
+++ new/yast2-testsuite-3.1.3/CONTRIBUTING.md   2016-03-07 13:52:42.000000000 
+0100
@@ -12,13 +12,13 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/MAINTAINER 
new/yast2-testsuite-3.1.3/MAINTAINER
--- old/yast2-testsuite-3.1.2/MAINTAINER        2014-01-23 15:48:28.000000000 
+0100
+++ new/yast2-testsuite-3.1.3/MAINTAINER        2016-03-07 13:52:42.000000000 
+0100
@@ -1 +1 @@
-Martin Vidner <[email protected]>
+Deprecated file. Use `osc maintainer yast2-testsuite` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/README.md 
new/yast2-testsuite-3.1.3/README.md
--- old/yast2-testsuite-3.1.2/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-testsuite-3.1.3/README.md 2016-03-07 13:52:42.000000000 +0100
@@ -0,0 +1,10 @@
+## YaST - Testsuite Library
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-testsuite.svg?branch=master)](https://travis-ci.org/yast/yast-testsuite)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-testsuite-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-testsuite-master/)
+
+## Note
+
+**This library is obsolete**, new tests should be written using 
[RSpec](http://rspec.info/)!
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-testsuite-3.1.2/package/yast2-testsuite.changes 
new/yast2-testsuite-3.1.3/package/yast2-testsuite.changes
--- old/yast2-testsuite-3.1.2/package/yast2-testsuite.changes   2014-01-23 
15:48:28.000000000 +0100
+++ new/yast2-testsuite-3.1.3/package/yast2-testsuite.changes   2016-03-07 
13:52:42.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Mar  7 12:46:40 UTC 2016 - [email protected]
+
+- Default Y2DIR to ../src to enable 'make check'
+  before 'make install' (mchandras)
+- 3.1.3
+
+-------------------------------------------------------------------
 Thu Jan 23 12:46:28 UTC 2014 - [email protected]
 
 - Save raw y2base logs in raw.tmp.err.TESTCASE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/package/yast2-testsuite.spec 
new/yast2-testsuite-3.1.3/package/yast2-testsuite.spec
--- old/yast2-testsuite-3.1.2/package/yast2-testsuite.spec      2014-01-23 
15:48:28.000000000 +0100
+++ new/yast2-testsuite-3.1.3/package/yast2-testsuite.spec      2016-03-07 
13:52:42.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-testsuite
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.2/skel/runtest.sh 
new/yast2-testsuite-3.1.3/skel/runtest.sh
--- old/yast2-testsuite-3.1.2/skel/runtest.sh   2014-01-23 15:48:28.000000000 
+0100
+++ new/yast2-testsuite-3.1.3/skel/runtest.sh   2016-03-07 13:52:42.000000000 
+0100
@@ -77,6 +77,12 @@
   rm -f "$file"
 }
 
+# Set a good default value so the testsuite can use the local modules
+# instead of the system ones.
+if [ -z "${Y2DIR+x}" ] && [ -d ../src ]; then
+       Y2DIR="../src"
+fi
+
 ( Y2DIR=$Y2DIR:$Y2BASE_Y2DIR LD_LIBRARY_PATH=$Y2BASE_LD_LIBRARY_PATH $Y2BASE 
-l - -c "$logconf" $Y2BASEFLAGS $OPTIONS "$1" UI 2>&1 ) | tee "raw.$3" | parse 
>"$2" 2>"$3"
 
 retcode="$PIPESTATUS"


Reply via email to