Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2017-06-17 10:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-support.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-support"

Sat Jun 17 10:22:17 2017 rev:47 rq:504025 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes      
2015-07-08 06:58:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2017-06-17 10:22:18.245550873 +0200
@@ -1,0 +2,6 @@
+Fri Jun 16 08:08:10 UTC 2017 - [email protected]
+
+- Allow service request number longer then 11 digits (bsc#1040706)
+- 3.2.0
+
+-------------------------------------------------------------------

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

New:
----
  yast2-support-3.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-support.spec ++++++
--- /var/tmp/diff_new_pack.NRUlri/_old  2017-06-17 10:22:18.801472452 +0200
+++ /var/tmp/diff_new_pack.NRUlri/_new  2017-06-17 10:22:18.805471887 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-support
-Version:        3.1.6
+Version:        3.2.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-support-3.1.6.tar.bz2 -> yast2-support-3.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.6/CONTRIBUTING.md 
new/yast2-support-3.2.0/CONTRIBUTING.md
--- old/yast2-support-3.1.6/CONTRIBUTING.md     2015-04-17 10:53:09.108661447 
+0200
+++ new/yast2-support-3.2.0/CONTRIBUTING.md     2017-06-16 10:23:34.921252478 
+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-support-3.1.6/package/yast2-support.changes 
new/yast2-support-3.2.0/package/yast2-support.changes
--- old/yast2-support-3.1.6/package/yast2-support.changes       2015-06-19 
09:54:31.379928312 +0200
+++ new/yast2-support-3.2.0/package/yast2-support.changes       2017-06-16 
10:23:34.925252478 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Jun 16 08:08:10 UTC 2017 - [email protected]
+
+- Allow service request number longer then 11 digits (bsc#1040706)
+- 3.2.0
+
+-------------------------------------------------------------------
 Thu Mar 19 11:14:48 UTC 2015 - [email protected]
 
 - Do not show ANSI escape codes on screen (bnc#921233)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.6/package/yast2-support.spec 
new/yast2-support-3.2.0/package/yast2-support.spec
--- old/yast2-support-3.1.6/package/yast2-support.spec  2015-06-19 
09:54:31.379928312 +0200
+++ new/yast2-support-3.2.0/package/yast2-support.spec  2017-06-16 
10:23:34.925252478 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-support
-Version:        3.1.6
+Version:        3.2.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.6/src/include/support/dialogs.rb 
new/yast2-support-3.2.0/src/include/support/dialogs.rb
--- old/yast2-support-3.1.6/src/include/support/dialogs.rb      2015-06-19 
09:54:31.379928312 +0200
+++ new/yast2-support-3.2.0/src/include/support/dialogs.rb      2017-06-16 
10:23:34.925252478 +0200
@@ -771,7 +771,7 @@
             Left(
               InputField(
                 Id(:novell_number),
-                _("11-digit service request number"),
+                _("Service request number"),
                 Support.novell_number
               )
             )
@@ -847,8 +847,8 @@
             UI.QueryWidget(:novell_number, :Value)
           )
           if Ops.greater_than(Builtins.size(Support.novell_number), 0)
-            if Builtins.size(Support.novell_number) != 11
-              Popup.Error(_("The SR number must be 11 digits"))
+            if Builtins.size(Support.novell_number) < 11
+              Popup.Error(_("The service request number must be at least 11 
digits"))
               ret = nil
               next
             end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.6/src/include/support/helps.rb 
new/yast2-support-3.2.0/src/include/support/helps.rb
--- old/yast2-support-3.1.6/src/include/support/helps.rb        2015-04-17 
10:53:09.132661447 +0200
+++ new/yast2-support-3.2.0/src/include/support/helps.rb        2017-06-16 
10:23:34.925252478 +0200
@@ -131,7 +131,7 @@
           ) +
           # Contact dialog help 4/4
           _(
-            "<p><b>Note:</b> If you are uploading a supportconfig tarball to 
Global Technical Support,\nmake sure you include the 11-digit service request 
number from your open service request.\n"
+            "<p><b>Note:</b> If you are uploading a supportconfig tarball to 
Global Technical Support,\nmake sure you include the service request number 
from your open service request.\n"
           ),
         # Collecting data dialkog help 1/1
         "collecting"     => _(


Reply via email to