Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2014-06-01 18:54:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2014-05-23 15:00:24.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2014-06-01 18:54:47.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 28 09:54:50 CEST 2014 - [email protected]
+
+- Added handling for upgrading default desktops using
+  software->upgrade->window_managers (bnc#874116)
+- 13.2.11
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

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

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

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.x5lg3v/_old  2014-06-01 18:54:48.000000000 +0200
+++ /var/tmp/diff_new_pack.x5lg3v/_new  2014-06-01 18:54:48.000000000 +0200
@@ -33,7 +33,7 @@
 # xsltproc
 BuildRequires:  libxslt-tools
 # RNG schema
-BuildRequires:  yast2-installation-control
+BuildRequires:  yast2-installation-control >= 3.1.7
 
 ######################################################################
 #
@@ -75,7 +75,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.10
+Version:        13.2.11
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.x5lg3v/_old  2014-06-01 18:54:48.000000000 +0200
+++ /var/tmp/diff_new_pack.x5lg3v/_new  2014-06-01 18:54:48.000000000 +0200
@@ -33,7 +33,7 @@
 # xsltproc
 BuildRequires:  libxslt-tools
 # RNG schema
-BuildRequires:  yast2-installation-control
+BuildRequires:  yast2-installation-control >= 3.1.7
 
 ######################################################################
 #
@@ -75,7 +75,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.10
+Version:        13.2.11
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

++++++ skelcd-control-openSUSE-13.2.10.tar.bz2 -> 
skelcd-control-openSUSE-13.2.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.10/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-13.2.11/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-13.2.10/control/control.openSUSE.xml    
2014-05-22 14:48:44.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.11/control/control.openSUSE.xml    
2014-05-28 10:06:30.000000000 +0200
@@ -302,6 +302,42 @@
         <!-- FaTE #306967 KDE is preselected desktop -->
         <default_desktop>kde</default_desktop>
 
+        <!-- bnc#874116: Handling software proposal during product upgrade -->
+        <upgrade>
+            <window_managers config:type="list">
+                <window_manager>
+                    <sysconfig_wm>gnome</sysconfig_wm>
+                    <check_packages>gnome-session</check_packages>
+                    <install_patterns>gnome</install_patterns>
+                    <install_packages>gdm</install_packages>
+                </window_manager>
+
+                <window_manager>
+                    <sysconfig_wm>startkde</sysconfig_wm>
+                    <check_packages>kdebase3-session</check_packages>
+                    <install_patterns>kde4</install_patterns>
+                    <install_packages>kdm</install_packages>
+                </window_manager>
+
+                <window_manager>
+                    <sysconfig_wm>startkde4</sysconfig_wm>
+                    <check_packages>kdebase4-session</check_packages>
+                    <install_patterns>kde4</install_patterns>
+                    <install_packages>kdm</install_packages>
+                </window_manager>
+
+                <window_manager>
+                    <sysconfig_wm>xfce</sysconfig_wm>
+                    <install_patterns>xfce</install_patterns>
+                </window_manager>
+
+                <window_manager>
+                    <sysconfig_wm>lxde</sysconfig_wm>
+                    <install_patterns>lxde</install_patterns>
+                </window_manager>
+            </window_managers>
+        </upgrade>
+
     </software>
 
     <partitioning>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.10/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.10/package/skelcd-control-openSUSE.changes 
2014-05-22 14:48:44.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.changes 
2014-05-28 10:06:30.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed May 28 09:54:50 CEST 2014 - [email protected]
+
+- Added handling for upgrading default desktops using
+  software->upgrade->window_managers (bnc#874116)
+- 13.2.11
+
+-------------------------------------------------------------------
 Thu May 22 12:07:47 UTC 2014 - [email protected]
 
 - UPGRADE: remove client to convert bootloader configuration from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.10/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.10/package/skelcd-control-openSUSE.spec    
2014-05-22 14:48:44.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.spec    
2014-05-28 10:06:30.000000000 +0200
@@ -32,7 +32,7 @@
 # xsltproc
 BuildRequires:  libxslt-tools
 # RNG schema
-BuildRequires:  yast2-installation-control
+BuildRequires:  yast2-installation-control >= 3.1.7
 
 ######################################################################
 #
@@ -74,7 +74,7 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.10
+Version:        13.2.11
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to