Hello community,

here is the log from the commit of package yast2-testsuite for openSUSE:Factory 
checked in at 2016-09-23 11:22:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2016-06-09 15:58:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-testsuite.new/yast2-testsuite.changes     
2016-09-23 11:22:43.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 08:58:29 UTC 2016 - jreidin...@suse.com
+
+- reduce build dependencies to speed up build (bnc#999203)
+- 3.1.6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.eXGYFl/_old  2016-09-23 11:22:44.000000000 +0200
+++ /var/tmp/diff_new_pack.eXGYFl/_new  2016-09-23 11:22:44.000000000 +0200
@@ -17,21 +17,17 @@
 
 
 Name:           yast2-testsuite
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-ruby-bindings >= 1.0.0
-BuildRequires:  yast2-ycp-ui-bindings
 Requires:       dejagnu
 Requires:       expect
 # y2base -I includepath -M modulepath
 Requires:       yast2-core >= 2.19.0
-Requires:       yast2-ruby-bindings >= 1.0.0
 
 Summary:        YaST2 - Testsuite
 License:        GPL-2.0+

++++++ yast2-testsuite-3.1.5.tar.bz2 -> yast2-testsuite-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.5/CONTRIBUTING.md 
new/yast2-testsuite-3.1.6/CONTRIBUTING.md
--- old/yast2-testsuite-3.1.5/CONTRIBUTING.md   2016-06-06 11:34:33.000000000 
+0200
+++ new/yast2-testsuite-3.1.6/CONTRIBUTING.md   2016-08-19 17:53:17.000000000 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
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.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
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 ------------
 
@@ -44,15 +42,22 @@
      to the [Ruby style
      guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+     `rake version:bump`) and add a new entry to the `package/*.changes` file
+     (by `osc vc package`).  
+     For bigger changes or changes which need longer discussion it is advised 
to
+     add this as a separate last commit so it can be easily updated when 
another
+     change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
      (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
      Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-testsuite-3.1.5/package/yast2-testsuite.changes 
new/yast2-testsuite-3.1.6/package/yast2-testsuite.changes
--- old/yast2-testsuite-3.1.5/package/yast2-testsuite.changes   2016-06-06 
11:34:33.000000000 +0200
+++ new/yast2-testsuite-3.1.6/package/yast2-testsuite.changes   2016-09-19 
07:53:08.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Sep 16 08:58:29 UTC 2016 - jreidin...@suse.com
+
+- reduce build dependencies to speed up build (bnc#999203)
+- 3.1.6
+
+-------------------------------------------------------------------
 Mon Jun  6 08:13:18 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.5/package/yast2-testsuite.spec 
new/yast2-testsuite-3.1.6/package/yast2-testsuite.spec
--- old/yast2-testsuite-3.1.5/package/yast2-testsuite.spec      2016-06-06 
11:34:33.000000000 +0200
+++ new/yast2-testsuite-3.1.6/package/yast2-testsuite.spec      2016-09-19 
07:53:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-testsuite
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -25,13 +25,10 @@
 
 Group:         System/YaST
 License:        GPL-2.0+
-BuildRequires: yast2-core-devel yast2-ycp-ui-bindings
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-ruby-bindings >= 1.0.0
 Requires:      expect dejagnu
 # y2base -I includepath -M modulepath
 Requires:      yast2-core >= 2.19.0
-Requires:       yast2-ruby-bindings >= 1.0.0
 
 Summary:       YaST2 - Testsuite
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-testsuite-3.1.5/testsuite/Makefile.am 
new/yast2-testsuite-3.1.6/testsuite/Makefile.am
--- old/yast2-testsuite-3.1.5/testsuite/Makefile.am     2016-06-06 
11:34:33.000000000 +0200
+++ new/yast2-testsuite-3.1.6/testsuite/Makefile.am     2016-09-19 
07:53:08.000000000 +0200
@@ -6,9 +6,13 @@
 
 TESTFLAGS=-I $(top_srcdir)/src -M $(top_srcdir)/src
 check-local:
-       ../skel/runtest.sh ${TESTFLAGS} ./test.rb tmp.out tmp.err
-       diff -u test.err tmp.err
-       diff -u test.out tmp.out
+       if [ -z "${RPM_BUILD_ROOT}" ]; then \
+               ../skel/runtest.sh ${TESTFLAGS} ./test.rb tmp.out tmp.err; \
+               diff -u test.err tmp.err; \
+               diff -u test.out tmp.out; \
+       else \
+               true; \
+       fi
 
 clean-local:
        $(RM) tmp.*


Reply via email to