Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2018-01-28 00:37:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Sun Jan 28 00:37:49 2018 rev:17 rq:569521 version:4.0.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2018-01-17 21:42:40.475118065 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2018-01-28 00:37:52.105870574 +0100
@@ -1,0 +2,7 @@
+Thu Jan 25 12:52:49 UTC 2018 - [email protected]
+
+- schema clean-up, only one mode of selecting packages for upgrade
+  (bsc#1071708)
+- 4.0.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-control-4.0.8.tar.bz2

New:
----
  yast2-installation-control-4.0.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.HqEcOw/_old  2018-01-28 00:37:52.753840389 +0100
+++ /var/tmp/diff_new_pack.HqEcOw/_new  2018-01-28 00:37:52.753840389 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# 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-installation-control
-Version:        4.0.8
+Version:        4.0.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.0.8.tar.bz2 -> 
yast2-installation-control-4.0.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.0.8/control/control.rnc 
new/yast2-installation-control-4.0.9/control/control.rnc
--- old/yast2-installation-control-4.0.8/control/control.rnc    2017-12-14 
09:14:01.000000000 +0100
+++ new/yast2-installation-control-4.0.9/control/control.rnc    2018-01-25 
15:04:20.000000000 +0100
@@ -264,8 +264,6 @@
     | delete_old_packages_reverse_list
     | silently_downgrade_packages
     | silently_downgrade_packages_reverse_list
-    | only_update_selected
-    | only_update_selected_reverse_list
     | products_supported_for_upgrade
     | selection_type
     | system_scenarios
@@ -302,7 +300,6 @@
 display_support_status = element display_support_status { BOOLEAN }
 clone_install_recommended_default = element clone_install_recommended_default 
{ BOOLEAN }
 silently_downgrade_packages = element silently_downgrade_packages { BOOLEAN }
-only_update_selected = element only_update_selected { BOOLEAN }
 online_repos_preselected = element online_repos_preselected { BOOLEAN }
 external_sources_link = element external_sources_link { text }
 ## Packages that should be removed by the upgrade.
@@ -366,11 +363,6 @@
     }+
 }
 
-only_update_selected_reverse_list = element only_update_selected_reverse_list {
-    LIST,
-    element regexp_item { text }+
-}
-
 ## List of products supported to be upgraded by this product
 products_supported_for_upgrade = element products_supported_for_upgrade {
     LIST,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.0.8/control/control.rng 
new/yast2-installation-control-4.0.9/control/control.rng
--- old/yast2-installation-control-4.0.8/control/control.rng    2017-12-14 
09:14:01.000000000 +0100
+++ new/yast2-installation-control-4.0.9/control/control.rng    2018-01-25 
15:04:20.000000000 +0100
@@ -514,8 +514,6 @@
       <ref name="delete_old_packages_reverse_list"/>
       <ref name="silently_downgrade_packages"/>
       <ref name="silently_downgrade_packages_reverse_list"/>
-      <ref name="only_update_selected"/>
-      <ref name="only_update_selected_reverse_list"/>
       <ref name="products_supported_for_upgrade"/>
       <ref name="selection_type"/>
       <ref name="system_scenarios"/>
@@ -582,11 +580,6 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
-  <define name="only_update_selected">
-    <element name="only_update_selected">
-      <ref name="BOOLEAN"/>
-    </element>
-  </define>
   <define name="online_repos_preselected">
     <element name="online_repos_preselected">
       <ref name="BOOLEAN"/>
@@ -736,16 +729,6 @@
         </element>
       </oneOrMore>
     </element>
-  </define>
-  <define name="only_update_selected_reverse_list">
-    <element name="only_update_selected_reverse_list">
-      <ref name="LIST"/>
-      <oneOrMore>
-        <element name="regexp_item">
-          <text/>
-        </element>
-      </oneOrMore>
-    </element>
   </define>
   <define name="products_supported_for_upgrade">
     <a:documentation>List of products supported to be upgraded by this 
product</a:documentation>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.0.8/package/yast2-installation-control.changes 
new/yast2-installation-control-4.0.9/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.0.8/package/yast2-installation-control.changes 
    2017-12-14 09:14:01.000000000 +0100
+++ 
new/yast2-installation-control-4.0.9/package/yast2-installation-control.changes 
    2018-01-25 15:04:20.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jan 25 12:52:49 UTC 2018 - [email protected]
+
+- schema clean-up, only one mode of selecting packages for upgrade
+  (bsc#1071708)
+- 4.0.9
+
+-------------------------------------------------------------------
 Wed Dec 13 16:05:33 UTC 2017 - [email protected]
 
 - drop copy_to_system element (FATE#320873)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.0.8/package/yast2-installation-control.spec 
new/yast2-installation-control-4.0.9/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.0.8/package/yast2-installation-control.spec    
    2017-12-14 09:14:01.000000000 +0100
+++ 
new/yast2-installation-control-4.0.9/package/yast2-installation-control.spec    
    2018-01-25 15:04:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.0.8
+Version:        4.0.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to