Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2015-05-11 19:33:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2015-03-23 12:15:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2015-05-11 19:47:30.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 14:43:23 UTC 2015 - [email protected]
+
+- Use Plasma 5 as default KDE environment
+- 13.2.22
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-13.2.21.tar.bz2

New:
----
  skelcd-control-openSUSE-13.2.22.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.2r99Kf/_old  2015-05-11 19:47:31.000000000 +0200
+++ /var/tmp/diff_new_pack.2r99Kf/_new  2015-05-11 19:47:31.000000000 +0200
@@ -77,7 +77,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.21
+Version:        13.2.22
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.2r99Kf/_old  2015-05-11 19:47:31.000000000 +0200
+++ /var/tmp/diff_new_pack.2r99Kf/_new  2015-05-11 19:47:31.000000000 +0200
@@ -77,7 +77,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.21
+Version:        13.2.22
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

++++++ skelcd-control-openSUSE-13.2.21.tar.bz2 -> 
skelcd-control-openSUSE-13.2.22.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.21/CONTRIBUTING.md 
new/skelcd-control-openSUSE-13.2.22/CONTRIBUTING.md
--- old/skelcd-control-openSUSE-13.2.21/CONTRIBUTING.md 2015-03-19 
08:17:12.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.22/CONTRIBUTING.md 2015-05-07 
09:57:08.000000000 +0200
@@ -1,8 +1,9 @@
-Contribution Guidelines
+YaST Contribution Guidelines
 ============================
 
-If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and the package 
maintainers.
+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.
@@ -11,39 +12,45 @@
 -----------
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.opensuse.org/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
+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.
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
 
-To send us your changes, use GitHub pull requests. The workflow is as
+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.
+  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 some tests.
+     (`rake osc:build`). The build process includes running the full testsuite.
 
   5. Publish the branch and create a pull request.
 
-  6. The package developers will review your change and possibly point out 
issues.
-     Adapt the changes under their guidance until they are all resolved.
+  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.
 
@@ -53,7 +60,8 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `*.changes` files as this could lead to conflicts.
+Do not change the `VERSION` and `*.changes` files as this could lead to
+conflicts.
 
 ### Commits
 
@@ -63,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/skelcd-control-openSUSE-13.2.21/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-13.2.22/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-13.2.21/control/control.openSUSE.xml    
2015-03-19 08:17:12.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.22/control/control.openSUSE.xml    
2015-05-07 09:57:08.000000000 +0200
@@ -197,12 +197,11 @@
 
             <one_supported_desktop>
                 <name>kde</name>
-                <!-- BNC #381821, BNC #438212, BNC #667408, BNC #763142 -->
-                <desktop>kde-plasma</desktop>
+                <desktop>plasma5</desktop>
                 <label_id>desktop_kde</label_id>
-                <logon>kdm</logon>
+                <logon>sddm</logon>
                 <cursor>DMZ</cursor>
-                <packages>kdm branding-openSUSE</packages>
+                <packages>sddm branding-openSUSE</packages>
                 <order config:type="integer">1</order>
                 <patterns>kde x11 base</patterns>
                 <icon>pattern-kde4</icon>
@@ -295,9 +294,9 @@
 
                 <window_manager>
                     <sysconfig_wm>startkde4</sysconfig_wm>
-                    <check_packages>kdebase4-session</check_packages>
-                    <install_patterns>kde4</install_patterns>
-                    <install_packages>kdm</install_packages>
+                    <check_packages>plasma5-session</check_packages>
+                    <install_patterns>kde_plasma</install_patterns>
+                    <install_packages>sddm</install_packages>
                 </window_manager>
 
                 <window_manager>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.22/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.changes 
2015-03-19 08:17:12.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.22/package/skelcd-control-openSUSE.changes 
2015-05-07 09:57:08.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Apr 30 14:43:23 UTC 2015 - [email protected]
+
+- Use Plasma 5 as default KDE environment
+- 13.2.22
+
+-------------------------------------------------------------------
 Thu Mar 18 17:04:19 UTC 2015 - [email protected]
 
 - Parse out non-oss repos for Power as we don't build those repos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-13.2.22/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.21/package/skelcd-control-openSUSE.spec    
2015-03-19 10:22:09.000000000 +0100
+++ new/skelcd-control-openSUSE-13.2.22/package/skelcd-control-openSUSE.spec    
2015-05-07 09:57:08.000000000 +0200
@@ -76,7 +76,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.21
+Version:        13.2.22
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT


Reply via email to