commit yast2-support for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2020-08-12 13:42:12

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.3399 (New)


Package is "yast2-support"

Wed Aug 12 13:42:12 2020 rev:55 rq:825965 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-12-05 17:38:17.121375479 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.3399/yast2-support.changes
2020-08-12 13:42:21.221958703 +0200
@@ -1,0 +2,8 @@
+Mon Aug 10 14:16:08 CEST 2020 - sch...@suse.de
+
+- AutoYaST: Added supplements: autoyast(support) into the spec file
+  in order to install this packages if the section has been defined
+  in the AY configuration file (bsc#1146494).
+- 4.3.0
+
+---

Old:

  yast2-support-4.2.3.tar.bz2

New:

  yast2-support-4.3.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.5QGltV/_old  2020-08-12 13:42:22.329960058 +0200
+++ /var/tmp/diff_new_pack.5QGltV/_new  2020-08-12 13:42:22.333960062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -20,7 +20,7 @@
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.3
+Version:4.3.0
 Release:0
 Url:https://github.com/yast/yast-support
 
@@ -37,6 +37,8 @@
 Requires:   yast2
 Requires:   yast2-ruby-bindings >= 3.1.36
 
+Supplements:autoyast(support)
+
 %description
 This module allows you to collect system information for installation
 support in a standardized format.

++ yast2-support-4.2.3.tar.bz2 -> yast2-support-4.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.3/CONTRIBUTING.md 
new/yast2-support-4.3.0/CONTRIBUTING.md
--- old/yast2-support-4.2.3/CONTRIBUTING.md 2019-12-05 13:46:38.0 
+0100
+++ new/yast2-support-4.3.0/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
@@ -1,89 +0,0 @@
-YaST Contribution Guidelines
-
-
-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 the YaST 
maintainers.
-
-There are two main forms of contribution: reporting bugs and performing code
-changes.
-
-Bug Reports

-
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided=openSUSE+Factory=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.)
-
-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
-
-
-We welcome all kinds of code contributions, from simple bug fixes to 
significant
-refactorings and implementation of new features. However, before making any
-non-trivial contribution, get in touch with us first — this can prevent wasted
-effort on both sides. Also, have a look at our [development
-documentation](http://en.opensuse.org/openSUSE:YaST_development).
-
-To send us your code change, use GitHub pull requests. The workflow is as
-follows:
-
-  1. Fork the project.
-
-  2. Create a topic branch based on `master`.
-
-  3. Implement your change, including tests (if possible). Make sure you adhere
- to the [Ruby style
- guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
-
-  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.
-
-  6. Publish the branch and create a pull request.
-
-  7. YaST 

commit yast2-support for openSUSE:Factory

2019-12-05 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-12-05 17:35:24

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.4691 (New)


Package is "yast2-support"

Thu Dec  5 17:35:24 2019 rev:54 rq:754374 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-08-23 11:08:42.878466018 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.4691/yast2-support.changes
2019-12-05 17:38:17.121375479 +0100
@@ -1,0 +2,6 @@
+Thu Dec  5 12:14:57 UTC 2019 - jsr...@suse.cz
+
+- update the URL to privacy policy (bsc#1158434)
+- 4.2.3
+
+---

Old:

  yast2-support-4.2.2.tar.bz2

New:

  yast2-support-4.2.3.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.VqrAZH/_old  2019-12-05 17:38:18.453374998 +0100
+++ /var/tmp/diff_new_pack.VqrAZH/_new  2019-12-05 17:38:18.453374998 +0100
@@ -20,7 +20,7 @@
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.2
+Version:4.2.3
 Release:0
 Url:https://github.com/yast/yast-support
 

++ yast2-support-4.2.2.tar.bz2 -> yast2-support-4.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.2/package/yast2-support.changes 
new/yast2-support-4.2.3/package/yast2-support.changes
--- old/yast2-support-4.2.2/package/yast2-support.changes   2019-08-22 
17:17:08.0 +0200
+++ new/yast2-support-4.2.3/package/yast2-support.changes   2019-12-05 
13:46:38.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Dec  5 12:14:57 UTC 2019 - jsr...@suse.cz
+
+- update the URL to privacy policy (bsc#1158434)
+- 4.2.3
+
+---
 Thu Aug 22 16:38:36 CEST 2019 - sch...@suse.de
 
 - Using rb_default_ruby_abi tag in the spec file in order to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.2/package/yast2-support.spec 
new/yast2-support-4.2.3/package/yast2-support.spec
--- old/yast2-support-4.2.2/package/yast2-support.spec  2019-08-22 
17:17:08.0 +0200
+++ new/yast2-support-4.2.3/package/yast2-support.spec  2019-12-05 
13:46:38.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-support
 Summary:YaST2 - Support Inquiries
-Version:4.2.2
+Version:4.2.3
 Release:0
 Url:https://github.com/yast/yast-support
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.2/src/include/support/helps.rb 
new/yast2-support-4.2.3/src/include/support/helps.rb
--- old/yast2-support-4.2.2/src/include/support/helps.rb2019-08-22 
17:17:08.0 +0200
+++ new/yast2-support-4.2.3/src/include/support/helps.rb2019-12-05 
13:46:38.0 +0100
@@ -166,7 +166,7 @@
 "Find SUSE's privacy policy at\n" +
 "%1.\n"
 ),
-"https://www.suse.com/company/policies/privacy/;
+"https://www.suse.com/company/legal/;
   )
 ),
 "upload_select"  => Ops.add(
@@ -191,7 +191,7 @@
 "Find SUSE's privacy policy at\n" +
 "%1.\n"
 ),
-"https://www.suse.com/company/policies/privacy/;
+"https://www.suse.com/company/legal/;
   )
 ),
 # Configure2 dialog help 1/2




commit yast2-support for openSUSE:Factory

2019-08-23 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-08-23 11:08:31

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.7948 (New)


Package is "yast2-support"

Fri Aug 23 11:08:31 2019 rev:53 rq:725360 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-08-01 15:48:42.38438 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.7948/yast2-support.changes
2019-08-23 11:08:42.878466018 +0200
@@ -1,0 +2,7 @@
+Thu Aug 22 16:38:36 CEST 2019 - sch...@suse.de
+
+- Using rb_default_ruby_abi tag in the spec file in order to
+  handle several ruby versions (bsc#1146403).
+- 4.2.2
+
+---

Old:

  yast2-support-4.2.1.tar.bz2

New:

  yast2-support-4.2.2.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.za5oxW/_old  2019-08-23 11:08:46.018465630 +0200
+++ /var/tmp/diff_new_pack.za5oxW/_new  2019-08-23 11:08:46.042465627 +0200
@@ -20,7 +20,7 @@
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.1
+Version:4.2.2
 Release:0
 Url:https://github.com/yast/yast-support
 
@@ -29,7 +29,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 4.2.2
-BuildRequires:  rubygem(yast-rake)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 
 BuildArch:  noarch
 

++ yast2-support-4.2.1.tar.bz2 -> yast2-support-4.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.1/package/yast2-support.changes 
new/yast2-support-4.2.2/package/yast2-support.changes
--- old/yast2-support-4.2.1/package/yast2-support.changes   2019-07-19 
11:45:34.0 +0200
+++ new/yast2-support-4.2.2/package/yast2-support.changes   2019-08-22 
17:17:08.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Aug 22 16:38:36 CEST 2019 - sch...@suse.de
+
+- Using rb_default_ruby_abi tag in the spec file in order to
+  handle several ruby versions (bsc#1146403).
+- 4.2.2
+
+---
 Fri Jul 19 09:41:22 UTC 2019 - David Diaz 
 
 - Added "BuildRequires: update-desktop-files"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.2.1/package/yast2-support.spec 
new/yast2-support-4.2.2/package/yast2-support.spec
--- old/yast2-support-4.2.1/package/yast2-support.spec  2019-07-19 
11:45:34.0 +0200
+++ new/yast2-support-4.2.2/package/yast2-support.spec  2019-08-22 
17:17:08.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-support
 Summary:YaST2 - Support Inquiries
-Version:4.2.1
+Version:4.2.2
 Release:0
 Url:https://github.com/yast/yast-support
 Group:  System/YaST
@@ -28,7 +28,7 @@
 
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 4.2.2
-BuildRequires:  rubygem(yast-rake)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 BuildRequires:  update-desktop-files
 
 BuildArch:  noarch




commit yast2-support for openSUSE:Factory

2019-08-01 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-08-01 15:48:41

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.4126 (New)


Package is "yast2-support"

Thu Aug  1 15:48:41 2019 rev:52 rq:716994 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-06-01 09:51:02.755292615 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.4126/yast2-support.changes
2019-08-01 15:48:42.38438 +0200
@@ -1,0 +2,15 @@
+Fri Jul 19 09:41:22 UTC 2019 - David Diaz 
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+---
+Fri May 31 12:41:01 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---

Old:

  yast2-support-4.1.1.tar.bz2

New:

  yast2-support-4.2.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.BdGVx4/_old  2019-08-01 15:48:43.189738382 +0200
+++ /var/tmp/diff_new_pack.BdGVx4/_new  2019-08-01 15:48:43.193738381 +0200
@@ -17,51 +17,50 @@
 
 
 Name:   yast2-support
-Version:4.1.1
+Summary:YaST2 - Support Inquiries
+License:GPL-2.0-only
+Group:  System/YaST
+Version:4.2.1
 Release:0
+Url:https://github.com/yast/yast-support
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
-Url:http://github.com/yast/yast-support
 
-Requires:   yast2
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(yast-rake)
 
 BuildArch:  noarch
 
 # Yast::CoreExt::AnsiString
+Requires:   yast2
 Requires:   yast2-ruby-bindings >= 3.1.36
 
-Summary:YaST2 - Support Inquiries
-License:GPL-2.0-only
-Group:  System/YaST
-
 %description
 This module allows you to collect system information for installation
 support in a standardized format.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/support
-%{yast_yncludedir}/support/*
-%{yast_clientdir}/support.rb
-%{yast_clientdir}/support_*.rb
-%{yast_moduledir}/Support.*
-%{yast_desktopdir}/support.desktop
-%{yast_scrconfdir}/*.scr
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++ yast2-support-4.1.1.tar.bz2 -> yast2-support-4.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.1/package/yast2-support.changes 
new/yast2-support-4.2.1/package/yast2-support.changes
--- old/yast2-support-4.1.1/package/yast2-support.changes   2019-05-28 
16:59:00.0 +0200
+++ new/yast2-support-4.2.1/package/yast2-support.changes   2019-07-19 
11:45:34.0 +0200
@@ -1,4 +1,19 @@
 ---
+Fri Jul 19 09:41:22 UTC 2019 - David Diaz 
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+---
+Fri May 31 12:41:01 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---
 Tue May 28 11:57:09 UTC 2019 - David Diaz 
 
 - Fix the support url (bsc#1136145)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.1/package/yast2-support.spec 
new/yast2-support-4.2.1/package/yast2-support.spec
--- old/yast2-support-4.1.1/package/yast2-support.spec  2019-05-28 
16:59:00.0 +0200
+++ new/yast2-support-4.2.1/package/yast2-support.spec  2019-07-19 
11:45:34.0 +0200
@@ -12,57 +12,55 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   yast2-support
-Version:4.1.1

commit yast2-support for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-06-01 09:51:02

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.5148 (New)


Package is "yast2-support"

Sat Jun  1 09:51:02 2019 rev:51 rq:706093 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2019-01-03 18:06:37.860140202 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.5148/yast2-support.changes
2019-06-01 09:51:02.755292615 +0200
@@ -1,0 +2,6 @@
+Tue May 28 11:57:09 UTC 2019 - David Diaz 
+
+- Fix the support url (bsc#1136145)
+- 4.1.1
+
+---

Old:

  yast2-support-4.1.0.tar.bz2

New:

  yast2-support-4.1.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.ZwryL8/_old  2019-06-01 09:51:03.267292440 +0200
+++ /var/tmp/diff_new_pack.ZwryL8/_new  2019-06-01 09:51:03.271292439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-4.1.0.tar.bz2 -> yast2-support-4.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/package/yast2-support.changes 
new/yast2-support-4.1.1/package/yast2-support.changes
--- old/yast2-support-4.1.0/package/yast2-support.changes   2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/package/yast2-support.changes   2019-05-28 
16:59:00.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 28 11:57:09 UTC 2019 - David Diaz 
+
+- Fix the support url (bsc#1136145)
+- 4.1.1
+
+---
 Thu Dec 13 13:08:25 UTC 2018 - jreidin...@suse.com
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/package/yast2-support.spec 
new/yast2-support-4.1.1/package/yast2-support.spec
--- old/yast2-support-4.1.0/package/yast2-support.spec  2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/package/yast2-support.spec  2019-05-28 
16:59:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.1.0
+Version:4.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.1.0/src/include/support/dialogs.rb 
new/yast2-support-4.1.1/src/include/support/dialogs.rb
--- old/yast2-support-4.1.0/src/include/support/dialogs.rb  2018-12-20 
10:46:21.0 +0100
+++ new/yast2-support-4.1.1/src/include/support/dialogs.rb  2019-05-28 
16:59:00.0 +0200
@@ -154,7 +154,7 @@
   if Support.browser == nil
 Popup.Error(_("Could not find any installed browser."))
   else
-url = "'http://scc.suse.com/tickets'"
+url = "http://scc.suse.com/tickets;
 if ENV["LOGNAME"] == "root"
   if Popup.ContinueCancel(
   Builtins.sformat(




commit yast2-support for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2019-01-03 18:06:36

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new.28833 (New)


Package is "yast2-support"

Thu Jan  3 18:06:36 2019 rev:50 rq:660233 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2018-09-07 15:39:54.934503211 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new.28833/yast2-support.changes   
2019-01-03 18:06:37.860140202 +0100
@@ -1,0 +2,18 @@
+Thu Dec 13 13:08:25 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- properly escape shell arguments (bsc#1118291)
+- 4.1.0
+
+---
+Mon Nov 26 05:01:10 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.2
+
+---
+Tue Oct 16 15:16:10 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---

Old:

  yast2-support-4.0.1.tar.bz2

New:

  yast2-support-4.1.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.XSPqO7/_old  2019-01-03 18:06:38.364139755 +0100
+++ /var/tmp/diff_new_pack.XSPqO7/_new  2019-01-03 18:06:38.368139752 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,7 @@
 Requires:   yast2-ruby-bindings >= 3.1.36
 
 Summary:YaST2 - Support Inquiries
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/YaST
 
 %description
@@ -62,6 +62,8 @@
 %{yast_moduledir}/Support.*
 %{yast_desktopdir}/support.desktop
 %{yast_scrconfdir}/*.scr
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
 
 %changelog

++ yast2-support-4.0.1.tar.bz2 -> yast2-support-4.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.1/package/yast2-support.changes 
new/yast2-support-4.1.0/package/yast2-support.changes
--- old/yast2-support-4.0.1/package/yast2-support.changes   2018-09-05 
15:20:13.0 +0200
+++ new/yast2-support-4.1.0/package/yast2-support.changes   2018-12-20 
10:46:21.0 +0100
@@ -1,4 +1,22 @@
 ---
+Thu Dec 13 13:08:25 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- properly escape shell arguments (bsc#1118291)
+- 4.1.0
+
+---
+Mon Nov 26 05:01:10 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.2
+
+---
+Tue Oct 16 15:16:10 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
 Thu Aug 30 13:01:32 UTC 2018 - mvid...@suse.com
 
 - In ncurses the "Next" button to submit the gathered information
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.1/package/yast2-support.spec 
new/yast2-support-4.1.0/package/yast2-support.spec
--- old/yast2-support-4.0.1/package/yast2-support.spec  2018-09-05 
15:20:13.0 +0200
+++ new/yast2-support-4.1.0/package/yast2-support.spec  2018-12-20 
10:46:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,4 +63,6 @@
 %{yast_moduledir}/Support.*
 %{yast_desktopdir}/support.desktop
 %{yast_scrconfdir}/*.scr
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-support-4.0.1/src/icons/hicolor/scalable/apps/yast-support.svg 
new/yast2-support-4.1.0/src/icons/hicolor/scalable/apps/yast-support.svg
--- old/yast2-support-4.0.1/src/icons/hicolor/scalable/apps/yast-support.svg
1970-01-01 01:00:00.0 +0100
+++ new/yast2-support-4.1.0/src/icons/hicolor/scalable/apps/yast-support.svg
2018-12-20 10:46:21.0 +0100
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.1/src/include/support/complex.rb 
new/yast2-support-4.1.0/src/include/support/complex.rb
--- 

commit yast2-support for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2018-09-07 15:39:53

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is "yast2-support"

Fri Sep  7 15:39:53 2018 rev:49 rq:633479 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2018-06-29 22:37:27.329946869 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2018-09-07 15:39:54.934503211 +0200
@@ -1,0 +2,8 @@
+Thu Aug 30 13:01:32 UTC 2018 - mvid...@suse.com
+
+- In ncurses the "Next" button to submit the gathered information
+  was not visible (bsc#1093358)
+- Made the Contact Information screen fit in a 80x24 terminal
+- 4.0.1
+
+---

Old:

  yast2-support-4.0.0.tar.bz2

New:

  yast2-support-4.0.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.ofhG4y/_old  2018-09-07 15:39:55.306502812 +0200
+++ /var/tmp/diff_new_pack.ofhG4y/_new  2018-09-07 15:39:55.306502812 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-4.0.0.tar.bz2 -> yast2-support-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.0/package/yast2-support.changes 
new/yast2-support-4.0.1/package/yast2-support.changes
--- old/yast2-support-4.0.0/package/yast2-support.changes   2018-06-29 
16:37:54.0 +0200
+++ new/yast2-support-4.0.1/package/yast2-support.changes   2018-09-05 
15:20:13.0 +0200
@@ -1,4 +1,12 @@
 ---
+Thu Aug 30 13:01:32 UTC 2018 - mvid...@suse.com
+
+- In ncurses the "Next" button to submit the gathered information
+  was not visible (bsc#1093358)
+- Made the Contact Information screen fit in a 80x24 terminal
+- 4.0.1
+
+---
 Wed Jun 27 09:50:24 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.0/package/yast2-support.spec 
new/yast2-support-4.0.1/package/yast2-support.spec
--- old/yast2-support-4.0.0/package/yast2-support.spec  2018-06-29 
16:37:54.0 +0200
+++ new/yast2-support-4.0.1/package/yast2-support.spec  2018-09-05 
15:20:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-4.0.0/src/include/support/dialogs.rb 
new/yast2-support-4.0.1/src/include/support/dialogs.rb
--- old/yast2-support-4.0.0/src/include/support/dialogs.rb  2018-06-29 
16:37:54.0 +0200
+++ new/yast2-support-4.0.1/src/include/support/dialogs.rb  2018-09-05 
15:20:13.0 +0200
@@ -677,6 +677,15 @@
   Convert.to_symbol(ret)
 end
 
+# A helper to construct the UI
+# @param id [Symbol]
+# @param label [String]
+# @param key [String] key in Support.options
+def input_field(id, label, key)
+  value = Support.options.fetch(key, "")
+  Left(InputField(Id(id), label, value))
+end
+
 # Configure2 dialog
 # @return dialog result
 def ContactDialog
@@ -687,66 +696,20 @@
   contents = VBox(
 Frame(
   _("Contact Information"),
-  VBox(
-Left(
-  InputField(
-Id(:company),
-_("Company"),
-Ops.get_string(
-  Support.options,
-  "VAR_OPTION_CONTACT_COMPANY",
-  ""
-)
-  )
-),
-Left(
-  InputField(
-Id(:email),
-_("Email Address"),
-Ops.get_string(Support.options, "VAR_OPTION_CONTACT_EMAIL", "")
-  )
-),
-Left(
-  InputField(
-Id(:name),
-_("Name"),
-Ops.get_string(Support.options, "VAR_OPTION_CONTACT_NAME", "")
-  )
-),
-Left(
-  InputField(
-Id(:phone),
-_("Phone Number"),
-Ops.get_string(Support.options, "VAR_OPTION_CONTACT_PHONE", "")
-  )
-   

commit yast2-support for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2018-06-29 22:37:27

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is "yast2-support"

Fri Jun 29 22:37:27 2018 rev:48 rq:619799 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2017-06-17 10:22:18.245550873 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2018-06-29 22:37:27.329946869 +0200
@@ -1,0 +2,6 @@
+Wed Jun 27 09:50:24 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.0
+
+---
@@ -5 +11 @@
-- 3.2.0
+- 4.0.0

Old:

  yast2-support-3.2.0.tar.bz2

New:

  yast2-support-4.0.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.QNfvo6/_old  2018-06-29 22:37:27.841946425 +0200
+++ /var/tmp/diff_new_pack.QNfvo6/_new  2018-06-29 22:37:27.845946421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2017 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-support
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.2.0.tar.bz2 -> yast2-support-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.2.0/package/yast2-support.changes 
new/yast2-support-4.0.0/package/yast2-support.changes
--- old/yast2-support-3.2.0/package/yast2-support.changes   2017-06-16 
10:23:34.925252478 +0200
+++ new/yast2-support-4.0.0/package/yast2-support.changes   2018-06-29 
16:37:54.0 +0200
@@ -1,8 +1,14 @@
 ---
+Wed Jun 27 09:50:24 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.0
+
+---
 Fri Jun 16 08:08:10 UTC 2017 - jreidin...@suse.com
 
 - Allow service request number longer then 11 digits (bsc#1040706)
-- 3.2.0
+- 4.0.0
 
 ---
 Thu Mar 19 11:14:48 UTC 2015 - an...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.2.0/package/yast2-support.spec 
new/yast2-support-4.0.0/package/yast2-support.spec
--- old/yast2-support-3.2.0/package/yast2-support.spec  2017-06-16 
10:23:34.925252478 +0200
+++ new/yast2-support-4.0.0/package/yast2-support.spec  2018-06-29 
16:37:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.2.0/src/desktop/support.desktop 
new/yast2-support-4.0.0/src/desktop/support.desktop
--- old/yast2-support-3.2.0/src/desktop/support.desktop 2017-06-16 
10:23:34.925252478 +0200
+++ new/yast2-support-4.0.0/src/desktop/support.desktop 2018-06-29 
16:37:54.0 +0200
@@ -13,6 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstResource=support
+X-SuSE-YaST-Keywords=help,logfile
 
 Icon=yast-support
 Exec=xdg-su -c "/sbin/yast2 support"




commit yast2-support for openSUSE:Factory

2017-06-17 Thread root
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.0 +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 - jreidin...@suse.com
+
+- 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
--- 

commit yast2-support for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2015-07-08 06:58:49

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2014-12-05 21:04:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2015-07-08 06:58:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 19 11:14:48 UTC 2015 - an...@suse.com
+
+- Do not show ANSI escape codes on screen (bnc#921233)
+- 3.1.6
+
+---

Old:

  yast2-support-3.1.5.tar.bz2

New:

  yast2-support-3.1.6.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.UhLQCP/_old  2015-07-08 06:58:51.0 +0200
+++ /var/tmp/diff_new_pack.UhLQCP/_new  2015-07-08 06:58:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,7 +31,8 @@
 
 BuildArch:  noarch
 
-Requires:   yast2-ruby-bindings = 1.0.0
+# Yast::CoreExt::AnsiString
+Requires:   yast2-ruby-bindings = 3.1.36
 
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0

++ yast2-support-3.1.5.tar.bz2 - yast2-support-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.5/CONTRIBUTING.md 
new/yast2-support-3.1.6/CONTRIBUTING.md
--- old/yast2-support-3.1.5/CONTRIBUTING.md 2014-12-04 11:07:49.0 
+0100
+++ new/yast2-support-3.1.6/CONTRIBUTING.md 2015-04-17 10:53:09.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=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-support-3.1.5/package/yast2-support.changes 
new/yast2-support-3.1.6/package/yast2-support.changes
--- old/yast2-support-3.1.5/package/yast2-support.changes   2014-12-04 
11:07:49.0 +0100
+++ new/yast2-support-3.1.6/package/yast2-support.changes   2015-06-19 
09:54:31.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Mar 19 11:14:48 UTC 2015 - an...@suse.com
+
+- Do not show ANSI escape codes on screen (bnc#921233)
+- 3.1.6
+
+---
 Thu Dec  4 09:51:40 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.5/package/yast2-support.spec 
new/yast2-support-3.1.6/package/yast2-support.spec
--- old/yast2-support-3.1.5/package/yast2-support.spec  2014-12-04 
11:07:49.0 +0100
+++ new/yast2-support-3.1.6/package/yast2-support.spec  2015-06-19 
09:54:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 

commit yast2-support for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-12-05 21:04:18

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2014-06-01 19:41:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-12-05 21:04:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:51:40 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-support-3.1.4.tar.bz2

New:

  yast2-support-3.1.5.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.KKg3Gp/_old  2014-12-05 21:04:12.0 +0100
+++ /var/tmp/diff_new_pack.KKg3Gp/_new  2014-12-05 21:04:12.0 +0100
@@ -17,18 +17,17 @@
 
 
 Name:   yast2-support
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
+Url:http://github.com/yast/yast-support
 
 Requires:   yast2
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools = 3.0.6
-BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(yast-rake)
 
 BuildArch:  noarch
 
@@ -45,11 +44,13 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
 
 %install
-%yast_install
+rake install DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)

++ yast2-support-3.1.4.tar.bz2 - yast2-support-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/MAINTAINER 
new/yast2-support-3.1.5/MAINTAINER
--- old/yast2-support-3.1.4/MAINTAINER  2014-05-19 13:42:55.0 +0200
+++ new/yast2-support-3.1.5/MAINTAINER  2014-12-04 11:07:49.0 +0100
@@ -1 +1 @@
-YaST2 Maintainers yast2-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-support` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/Makefile.cvs 
new/yast2-support-3.1.5/Makefile.cvs
--- old/yast2-support-3.1.4/Makefile.cvs2014-05-19 13:42:55.0 
+0200
+++ new/yast2-support-3.1.5/Makefile.cvs1970-01-01 01:00:00.0 
+0100
@@ -1,22 +0,0 @@
-#
-# Makefile.cvs
-#
-PREFIX = /usr
-
-LIB = $(shell y2tool get-lib)
-
-configure: all
-   ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
-
-all:
-   y2tool y2autoconf
-   y2tool y2automake
-   autoreconf --force --install
-
-install: configure
-   make
-   make install
-
-reconf: all
-   ./config.status --recheck
-   ./config.status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/configure.in.in 
new/yast2-support-3.1.5/configure.in.in
--- old/yast2-support-3.1.4/configure.in.in 2014-05-19 13:42:55.0 
+0200
+++ new/yast2-support-3.1.5/configure.in.in 1970-01-01 01:00:00.0 
+0100
@@ -1,12 +0,0 @@
-## YCP module configure.in.in
-
-## Initialize
-@YAST2-INIT-COMMON@
-@YAST2-INIT-YCP@
-
-## some common checks
-@YAST2-CHECKS-COMMON@
-@YAST2-CHECKS-YCP@
-
-## and generate the output...
-@YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/doc/Makefile.am 
new/yast2-support-3.1.5/doc/Makefile.am
--- old/yast2-support-3.1.4/doc/Makefile.am 2014-05-19 13:42:55.0 
+0200
+++ new/yast2-support-3.1.5/doc/Makefile.am 1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for support/doc
-
-SUBDIRS = autodocs
-
-htmldir = $(docdir)
-
-doc_DATA =
-html_DATA =
-
-EXTRA_DIST = $(doc_DATA) $(html_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/doc/autodocs/Makefile.am 
new/yast2-support-3.1.5/doc/autodocs/Makefile.am
--- old/yast2-support-3.1.4/doc/autodocs/Makefile.am2014-05-19 
13:42:55.0 +0200
+++ new/yast2-support-3.1.5/doc/autodocs/Makefile.am1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for support/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.4/package/yast2-support.changes 
new/yast2-support-3.1.5/package/yast2-support.changes
--- old/yast2-support-3.1.4/package/yast2-support.changes 

commit yast2-support for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-06-01 19:40:50

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2014-05-21 16:32:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-06-01 19:41:01.0 +0200
@@ -1,0 +2,7 @@
+Thu May 29 06:10:11 UTC 2014 - jsr...@suse.cz
+
+- point to SUSE Support Center, more similar text adjustments
+  (bnc#879400)
+- 3.1.4
+
+---

Old:

  yast2-support-3.1.3.tar.bz2

New:

  yast2-support-3.1.4.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.9eBLA0/_old  2014-06-01 19:41:02.0 +0200
+++ /var/tmp/diff_new_pack.9eBLA0/_new  2014-06-01 19:41:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.1.3.tar.bz2 - yast2-support-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.3/package/yast2-support.changes 
new/yast2-support-3.1.4/package/yast2-support.changes
--- old/yast2-support-3.1.3/package/yast2-support.changes   2014-05-19 
13:42:55.0 +0200
+++ new/yast2-support-3.1.4/package/yast2-support.changes   2014-05-29 
09:15:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu May 29 06:10:11 UTC 2014 - jsr...@suse.cz
+
+- point to SUSE Support Center, more similar text adjustments
+  (bnc#879400)
+- 3.1.4
+
+---
 Tue May 13 10:31:04 UTC 2014 - jsr...@suse.cz
 
 - assure that /etc/supportconfig.conf exists (bnc#876038)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.3/package/yast2-support.spec 
new/yast2-support-3.1.4/package/yast2-support.spec
--- old/yast2-support-3.1.3/package/yast2-support.spec  2014-05-19 
13:42:55.0 +0200
+++ new/yast2-support-3.1.4/package/yast2-support.spec  2014-05-29 
09:15:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.3/src/include/support/dialogs.rb 
new/yast2-support-3.1.4/src/include/support/dialogs.rb
--- old/yast2-support-3.1.3/src/include/support/dialogs.rb  2014-05-19 
13:42:55.0 +0200
+++ new/yast2-support-3.1.4/src/include/support/dialogs.rb  2014-05-29 
09:15:45.0 +0200
@@ -50,13 +50,13 @@
 HStretch(),
 VBox(
   Frame(
-_(Open Novell Support Center),
+_(Open SUSE Support Center),
 VBox(
   HStretch(),
   Left(
 Label(
   _(
-This will start a browser connecting to the Novell 
Support Center Portal.
+This will start a browser connecting to the SUSE Support 
Center Portal.
   )
 )
   ),
@@ -148,7 +148,7 @@
   if Support.browser == nil
 Popup.Error(_(Could not find any installed browser.))
   else
-url = 'http://www.novell.com/center/eservice'
+url = 'http://scc.suse.com/tickets'
 if 0 ==
 SCR.Execute(
   path(.target.bash),
@@ -767,7 +767,7 @@
 Left(
   InputField(
 Id(:novell_number),
-_(Novell 11-digit service request number),
+_(11-digit service request number),
 Support.novell_number
   )
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.3/src/include/support/helps.rb 
new/yast2-support-3.1.4/src/include/support/helps.rb
--- old/yast2-support-3.1.3/src/include/support/helps.rb2014-05-19 
13:42:55.0 +0200
+++ new/yast2-support-3.1.4/src/include/support/helps.rb2014-05-29 
09:15:45.0 +0200
@@ -71,8 +71,8 @@
 # Ovreview dialog help 1/3
 overview   = _(
   \n +
-pbbigOpening Novell Support Center/big/bbr\n +
-To start a 

commit yast2-support for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-05-21 16:32:57

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2014-05-13 20:49:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-05-21 16:32:59.0 +0200
@@ -1,0 +2,6 @@
+Tue May 13 10:31:04 UTC 2014 - jsr...@suse.cz
+
+- assure that /etc/supportconfig.conf exists (bnc#876038)
+- 3.1.3
+
+---

Old:

  yast2-support-3.1.2.tar.bz2

New:

  yast2-support-3.1.3.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.jtOjeo/_old  2014-05-21 16:33:04.0 +0200
+++ /var/tmp/diff_new_pack.jtOjeo/_new  2014-05-21 16:33:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.1.2.tar.bz2 - yast2-support-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.2/package/yast2-support.changes 
new/yast2-support-3.1.3/package/yast2-support.changes
--- old/yast2-support-3.1.2/package/yast2-support.changes   2014-05-13 
08:55:47.0 +0200
+++ new/yast2-support-3.1.3/package/yast2-support.changes   2014-05-19 
13:42:55.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 13 10:31:04 UTC 2014 - jsr...@suse.cz
+
+- assure that /etc/supportconfig.conf exists (bnc#876038)
+- 3.1.3
+
+---
 Tue May 13 06:15:37 UTC 2014 - jsr...@suse.cz
 
 - save report to /var/log by default (bnc#875994)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.2/package/yast2-support.spec 
new/yast2-support-3.1.3/package/yast2-support.spec
--- old/yast2-support-3.1.2/package/yast2-support.spec  2014-05-13 
08:55:47.0 +0200
+++ new/yast2-support-3.1.3/package/yast2-support.spec  2014-05-19 
13:42:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-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-support-3.1.2/src/modules/Support.rb 
new/yast2-support-3.1.3/src/modules/Support.rb
--- old/yast2-support-3.1.2/src/modules/Support.rb  2014-05-13 
08:55:47.0 +0200
+++ new/yast2-support-3.1.3/src/modules/Support.rb  2014-05-16 
08:35:45.0 +0200
@@ -32,6 +32,7 @@
 
 module Yast
   class SupportClass  Module
+include Yast::Logger
 def main
   Yast.import UI
   textdomain support
@@ -265,6 +266,13 @@
   # Support read dialog caption
   caption = _(Initializing Support Configuration)
 
+  # make sure supportconfig.conf exists
+  # the call does not work as non-root
+  if Support.WhoAmI == 0  ! FileUtils.Exists(/etc/supportconfig.conf)
+log.info Creating new /etc/supportconfig.conf file
+SCR.Execute(path(.target.bash), /sbin/supportconfig -C);
+  end
+
   @configuration = Convert.to_map(SCR.Read(path(.etc.supportconfig.all)))
   Builtins.foreach(Ops.get_list(@configuration, value, [])) do |row|
 Ops.set(

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-support for openSUSE:Factory

2014-05-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-05-13 20:49:51

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2014-04-26 06:06:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-05-13 20:49:52.0 +0200
@@ -1,0 +2,6 @@
+Tue May 13 06:15:37 UTC 2014 - jsr...@suse.cz
+
+- save report to /var/log by default (bnc#875994)
+- 3.1.2
+
+---

Old:

  yast2-support-3.1.1.tar.bz2

New:

  yast2-support-3.1.2.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.Adt1e8/_old  2014-05-13 20:49:52.0 +0200
+++ /var/tmp/diff_new_pack.Adt1e8/_new  2014-05-13 20:49:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.1.1.tar.bz2 - yast2-support-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.1/package/yast2-support.changes 
new/yast2-support-3.1.2/package/yast2-support.changes
--- old/yast2-support-3.1.1/package/yast2-support.changes   2014-04-24 
11:20:40.0 +0200
+++ new/yast2-support-3.1.2/package/yast2-support.changes   2014-05-13 
08:55:47.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May 13 06:15:37 UTC 2014 - jsr...@suse.cz
+
+- save report to /var/log by default (bnc#875994)
+- 3.1.2
+
+---
 Thu Apr 24 08:54:37 UTC 2014 - jsr...@suse.cz
 
 - adjusted help text - name technical support correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.1/package/yast2-support.spec 
new/yast2-support-3.1.2/package/yast2-support.spec
--- old/yast2-support-3.1.1/package/yast2-support.spec  2014-04-24 
11:20:40.0 +0200
+++ new/yast2-support-3.1.2/package/yast2-support.spec  2014-05-13 
08:55:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.1/src/include/support/dialogs.rb 
new/yast2-support-3.1.2/src/include/support/dialogs.rb
--- old/yast2-support-3.1.1/src/include/support/dialogs.rb  2014-04-24 
11:20:40.0 +0200
+++ new/yast2-support-3.1.2/src/include/support/dialogs.rb  2014-05-13 
08:55:47.0 +0200
@@ -205,7 +205,7 @@
   )
   Builtins.y2milestone(URL value from /etc/supportconfig.conf : %1, url)
   Builtins.y2milestone(%1, Support.log_files)
-  home = Ops.get_string(
+  dir_to_save = Ops.get_string(
 Convert.convert(
   SCR.Execute(path(.target.bash_output), echo ~|tr -d '\n'),
   :from = any,
@@ -214,6 +214,9 @@
 stdout,
 
   )
+  if dir_to_save == /root
+dir_to_save = /var/log
+  end
   # Support configure1 dialog contents
   load_save = nil
   if data_prepared
@@ -223,7 +226,7 @@
 _(Save as),
 true,
 HBox(
-  InputField(Id(:save_dir), _(Directory to Save), home),
+  InputField(Id(:save_dir), _(Directory to Save), dir_to_save),
   VBox(Label(), PushButton(Id(:browse), Label.BrowseButton))
 )
   )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-support for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-04-26 06:06:39

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2013-10-19 11:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-04-26 06:06:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 24 08:54:37 UTC 2014 - jsr...@suse.cz
+
+- adjusted help text - name technical support correctly
+  (bnc#872123)
+- 3.1.1
+
+---

Old:

  yast2-support-3.1.0.tar.bz2

New:

  yast2-support-3.1.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.OKVEQs/_old  2014-04-26 06:06:42.0 +0200
+++ /var/tmp/diff_new_pack.OKVEQs/_new  2014-04-26 06:06:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.1.0.tar.bz2 - yast2-support-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.0/CONTRIBUTING.md 
new/yast2-support-3.1.1/CONTRIBUTING.md
--- old/yast2-support-3.1.0/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-support-3.1.1/CONTRIBUTING.md 2014-04-24 11:20:40.0 
+0200
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+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.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=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
+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).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ 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
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. 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.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+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
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used

commit yast2-support for openSUSE:Factory

2013-10-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2013-10-19 11:14:25

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2013-08-23 11:07:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2013-10-19 11:21:05.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 19 17:29:23 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-support-3.0.1.tar.bz2

New:

  yast2-support-3.1.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.1NE9qw/_old  2013-10-19 11:21:05.0 +0200
+++ /var/tmp/diff_new_pack.1NE9qw/_new  2013-10-19 11:21:05.0 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   yast2-support
-Version:3.0.1
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-support-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 Requires:   yast2
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools = 3.0.6
 BuildRequires:  yast2-testsuite
 
 BuildArch:  noarch
@@ -43,41 +43,23 @@
 support in a standardized format.
 
 %prep
-%setup -n yast2-support-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/support
-/usr/share/YaST2/include/support/*
-/usr/share/YaST2/clients/support.rb
-/usr/share/YaST2/clients/support_*.rb
-/usr/share/YaST2/modules/Support.*
-%{_prefix}/share/applications/YaST2/support.desktop
-/usr/share/YaST2/scrconf/*.scr
-%doc %{_prefix}/share/doc/packages/yast2-support
+%dir %{yast_yncludedir}/support
+%{yast_yncludedir}/support/*
+%{yast_clientdir}/support.rb
+%{yast_clientdir}/support_*.rb
+%{yast_moduledir}/Support.*
+%{yast_desktopdir}/support.desktop
+%{yast_scrconfdir}/*.scr
+%doc %{yast_docdir}
 
 %changelog

++ yast2-support-3.0.1.tar.bz2 - yast2-support-3.1.0.tar.bz2 ++
 13529 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-support-3.0.1/Makefile.am new/yast2-support-3.1.0/Makefile.am
--- old/yast2-support-3.0.1/Makefile.am 2013-08-19 11:26:59.0 +0200
+++ new/yast2-support-3.1.0/Makefile.am 1970-01-01 01:00:00.0 +0100
@@ -1,196 +0,0 @@
-# Emacs: -*- makefile -*-
-#
-# Toplevel Makefile.am for a YaST2 subproject
-#
-# -- This file is generated by y2automake - DO NOT EDIT! --
-#(Edit ./SUBDIRS instead)
-#
-
-#where devtools are
-Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool
-
-VERSION= $(shell cat $(srcdir)/VERSION)
-RPMNAME= $(shell cat $(srcdir)/RPMNAME)
-SUBDIRS_FILE   = $(shell test -e $(srcdir)/SUBDIRS   echo 
SUBDIRS)
-ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4  echo 
acinclude.m4)
-
-HAS_YAST_LICENSE   = $(shell test -e $(srcdir)/YAST_LICENSE  echo 
YAST_LICENSE)
-
-# do we do Makefile.am for devtools? It is a little special...
-IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
-
-DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-LEGALESE_DIR   = $(if 

commit yast2-support for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2013-08-01 11:10:17

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2013-02-28 10:24:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2013-08-01 11:10:19.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:56 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-support-2.19.1.tar.bz2

New:

  yast2-support-3.0.0.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.Dne4T6/_old  2013-08-01 11:10:20.0 +0200
+++ /var/tmp/diff_new_pack.Dne4T6/_new  2013-08-01 11:10:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-support
-Version:2.19.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Support Inquiries
 License:GPL-2.0
 Group:  System/YaST
@@ -71,8 +73,8 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/support
 /usr/share/YaST2/include/support/*
-/usr/share/YaST2/clients/support.ycp
-/usr/share/YaST2/clients/support_*.ycp
+/usr/share/YaST2/clients/support.rb
+/usr/share/YaST2/clients/support_*.rb
 /usr/share/YaST2/modules/Support.*
 %{_prefix}/share/applications/YaST2/support.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-support-2.19.1.tar.bz2 - yast2-support-3.0.0.tar.bz2 ++
 6062 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-support for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2011-12-06 19:20:28

Comparing /work/SRC/openSUSE:Factory/yast2-support (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-support.new (New)


Package is yast2-support, Maintainer is jsr...@suse.com

Changes:




Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.Ah0ybQ/_old  2011-12-06 20:02:28.0 +0100
+++ /var/tmp/diff_new_pack.Ah0ybQ/_new  2011-12-06 20:02:28.0 +0100
@@ -25,7 +25,7 @@
 Source0:yast2-support-2.19.0.tar.bz2
 Prefix: /usr
 Group:  System/YaST
-License:GPLv2+
+License:GPL-2.0+
 Requires:   yast2
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org