Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-02-21 13:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2014-02-07 
16:43:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-02-21 
13:48:09.000000000 +0100
@@ -1,0 +2,25 @@
+Mon Feb 17 13:37:55 CET 2014 - [email protected]
+
+- Remove call to inst_suseconfig from control_continue_autoyast.xml
+- 3.1.17
+
+-------------------------------------------------------------------
+Thu Feb 13 12:16:37 CET 2014 - [email protected]
+
+- Put current state of documentation from doc team into package
+- 3.1.16
+
+-------------------------------------------------------------------
+Wed Feb 12 18:28:16 CET 2014 - [email protected]
+
+- Use ruby sort to make autoyast partition default order like it
+  was in pre-ruby times
+- 3.1.15
+
+-------------------------------------------------------------------
+Mon Feb 10 15:52:04 CET 2014 - [email protected]
+
+- Fixed dependency on yast2-services-manager (>= 0.0.13)
+- 3.1.14
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.13.tar.bz2

New:
----
  autoyast2-3.1.17.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.UHuNlv/_old  2014-02-21 13:48:10.000000000 +0100
+++ /var/tmp/diff_new_pack.UHuNlv/_new  2014-02-21 13:48:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.13
+Version:        3.1.17
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -90,7 +90,8 @@
 Requires:       yast2-country
 Requires:       yast2-ncurses
 Requires:       yast2-packager
-Requires:       yast2-services-manager
+# SystemdTargetClass::BaseTargets
+Requires:       yast2-services-manager >= 0.0.13
 Requires:       yast2-slp
 Requires:       yast2-storage
 Requires:       yast2-transfer >= 2.21.0

++++++ autoyast2-3.1.13.tar.bz2 -> autoyast2-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-3.1.13/control/control_continue_autoyast.xml 
new/autoyast2-3.1.17/control/control_continue_autoyast.xml
--- old/autoyast2-3.1.13/control/control_continue_autoyast.xml  2014-02-06 
18:00:07.000000000 +0100
+++ new/autoyast2-3.1.17/control/control_continue_autoyast.xml  2014-02-19 
14:26:05.000000000 +0100
@@ -33,10 +33,6 @@
                     <name>inst_x11</name>
                     <arguments>false,false</arguments>
                 </module>
-                <module>
-                   <label>Clean Up</label>
-                    <name>inst_suseconfig</name>
-                </module>
             </modules>
         </workflow>
     </workflows>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.13/package/autoyast2.changes 
new/autoyast2-3.1.17/package/autoyast2.changes
--- old/autoyast2-3.1.13/package/autoyast2.changes      2014-02-06 
18:00:07.000000000 +0100
+++ new/autoyast2-3.1.17/package/autoyast2.changes      2014-02-19 
14:26:05.000000000 +0100
@@ -1,4 +1,29 @@
 -------------------------------------------------------------------
+Mon Feb 17 13:37:55 CET 2014 - [email protected]
+
+- Remove call to inst_suseconfig from control_continue_autoyast.xml
+- 3.1.17
+
+-------------------------------------------------------------------
+Thu Feb 13 12:16:37 CET 2014 - [email protected]
+
+- Put current state of documentation from doc team into package
+- 3.1.16
+
+-------------------------------------------------------------------
+Wed Feb 12 18:28:16 CET 2014 - [email protected]
+
+- Use ruby sort to make autoyast partition default order like it
+  was in pre-ruby times
+- 3.1.15
+
+-------------------------------------------------------------------
+Mon Feb 10 15:52:04 CET 2014 - [email protected]
+
+- Fixed dependency on yast2-services-manager (>= 0.0.13)
+- 3.1.14
+
+-------------------------------------------------------------------
 Thu Feb  6 15:51:09 CET 2014 - [email protected]
 
 - fix bug in general raid handling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.13/package/autoyast2.spec 
new/autoyast2-3.1.17/package/autoyast2.spec
--- old/autoyast2-3.1.13/package/autoyast2.spec 2014-02-06 18:00:07.000000000 
+0100
+++ new/autoyast2-3.1.17/package/autoyast2.spec 2014-02-19 14:26:05.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.13
+Version:        3.1.17
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -90,7 +90,8 @@
 Requires:       yast2-country
 Requires:       yast2-ncurses
 Requires:       yast2-packager
-Requires:       yast2-services-manager
+# SystemdTargetClass::BaseTargets
+Requires:       yast2-services-manager >= 0.0.13
 Requires:       yast2-slp
 Requires:       yast2-storage
 Requires:       yast2-transfer >= 2.21.0
Files old/autoyast2-3.1.13/package/autoyast_en_html.tar.bz2 and 
new/autoyast2-3.1.17/package/autoyast_en_html.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.13/src/modules/AutoinstStorage.rb 
new/autoyast2-3.1.17/src/modules/AutoinstStorage.rb
--- old/autoyast2-3.1.13/src/modules/AutoinstStorage.rb 2014-02-06 
18:00:07.000000000 +0100
+++ new/autoyast2-3.1.17/src/modules/AutoinstStorage.rb 2014-02-19 
14:26:05.000000000 +0100
@@ -702,16 +702,9 @@
       Builtins.y2milestone("entering Import with %1", settings)
       if Mode.autoinst
         settings = Builtins.maplist(settings) do |d|
-          Ops.set(
-            d,
-            "partitions",
-            Builtins.sort(Ops.get_list(d, "partitions", [])) do |x, y|
-              Ops.less_than(
-                Ops.get_integer(x, "partition_nr", 99),
-                Ops.get_integer(y, "partition_nr", 99)
-              )
-            end
-          )
+          d["partitions"] = d.fetch("partitions",[]).sort do |x, y|
+            x.fetch("partition_nr",99)<=>y.fetch("partition_nr",99)
+          end
           deep_copy(d)
         end
 

++++++ autoyast_en_html.tar.bz2 ++++++
++++ 3873 lines of diff (skipped)

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

Reply via email to