Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2016-08-31 00:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-08-18 
10:20:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-08-31 
00:02:38.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 26 09:39:55 UTC 2016 - kanders...@suse.com
+
+- Profile Location: Use Report instead of Popup to not block
+  AutoYast if not configured to. (bnc#988949)
+- 3.1.149
+
+-------------------------------------------------------------------
+Thu Aug 25 14:10:57 CEST 2016 - sch...@suse.de
+
+- Fixed: Setting timeout for error popups has not been possible.
+  (bnc#988949)
+- 3.1.148
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.147.tar.bz2

New:
----
  autoyast2-3.1.149.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.fSGkd0/_old  2016-08-31 00:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.fSGkd0/_new  2016-08-31 00:02:39.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.147
+Version:        3.1.149
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.1.147.tar.bz2 -> autoyast2-3.1.149.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.147/CONTRIBUTING.md 
new/autoyast2-3.1.149/CONTRIBUTING.md
--- old/autoyast2-3.1.147/CONTRIBUTING.md       2016-08-17 10:56:40.000000000 
+0200
+++ new/autoyast2-3.1.149/CONTRIBUTING.md       2016-08-26 14:10:05.000000000 
+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/autoyast2-3.1.147/package/autoyast2.changes 
new/autoyast2-3.1.149/package/autoyast2.changes
--- old/autoyast2-3.1.147/package/autoyast2.changes     2016-08-17 
10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/package/autoyast2.changes     2016-08-26 
14:10:05.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Fri Aug 26 09:39:55 UTC 2016 - kanders...@suse.com
+
+- Profile Location: Use Report instead of Popup to not block
+  AutoYast if not configured to. (bnc#988949)
+- 3.1.149
+
+-------------------------------------------------------------------
+Thu Aug 25 14:10:57 CEST 2016 - sch...@suse.de
+
+- Fixed: Setting timeout for error popups has not been possible.
+  (bnc#988949)
+- 3.1.148
+
+-------------------------------------------------------------------
 Wed Aug 17 09:56:28 CEST 2016 - sch...@suse.de
 
 - Improved logging for broken script descriptions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.147/package/autoyast2.spec 
new/autoyast2-3.1.149/package/autoyast2.spec
--- old/autoyast2-3.1.147/package/autoyast2.spec        2016-08-17 
10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/package/autoyast2.spec        2016-08-26 
14:10:05.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.147
+Version:        3.1.149
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.147/src/clients/inst_autoinit.rb 
new/autoyast2-3.1.149/src/clients/inst_autoinit.rb
--- old/autoyast2-3.1.147/src/clients/inst_autoinit.rb  2016-08-17 
10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/src/clients/inst_autoinit.rb  2016-08-26 
14:10:05.000000000 +0200
@@ -198,14 +198,7 @@
       Progress.NextStage
       Progress.Title(_("Initial Configuration"))
       Builtins.y2milestone("Initial Configuration")
-      report = Profile.current["report"]
-      if report && !report.has_key?( "yesno_messages" )
-        # Set "yesno_messages", but do not reset the other settings
-        # (bnc#887397)
-        report = Report.Export # getting all values
-        report["yesno_messages"] = report.fetch("errors",{})
-      end
-      Report.Import(report) # setting all values
+      Report.Import(Profile.current.fetch("report",{}))
       AutoinstGeneral.Import(Profile.current.fetch("general",{}))
       AutoinstGeneral.SetSignatureHandling
       AutoinstGeneral.SetMultipathing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.147/src/clients/report_auto.rb 
new/autoyast2-3.1.149/src/clients/report_auto.rb
--- old/autoyast2-3.1.147/src/clients/report_auto.rb    2016-08-17 
10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/src/clients/report_auto.rb    2016-08-26 
14:10:05.000000000 +0200
@@ -64,10 +64,6 @@
       # return map or list
       elsif @func == "Export"
         @ret = Report.Export
-        # Set timeout for autoyast to 10 seconds (bnc#887397)
-        @ret["messages"]["timeout"] = 10 if @ret["messages"]["timeout"] <= 0
-        @ret["warnings"]["timeout"] = 10 if @ret["warnings"]["timeout"] <= 0
-        @ret["yesno_messages"]["timeout"] = 10 if 
@ret["yesno_messages"]["timeout"] <= 0
       elsif @func == "GetModified"
         @ret = Report.GetModified
       elsif @func == "SetModified"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-3.1.147/src/include/autoinstall/autoinst_dialogs.rb 
new/autoyast2-3.1.149/src/include/autoinstall/autoinst_dialogs.rb
--- old/autoyast2-3.1.147/src/include/autoinstall/autoinst_dialogs.rb   
2016-08-17 10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/src/include/autoinstall/autoinst_dialogs.rb   
2016-08-26 14:10:05.000000000 +0200
@@ -12,6 +12,7 @@
       textdomain "autoinst"
       Yast.import "Label"
       Yast.import "Storage"
+      Yast.import "Popup"
     end
 
     # Shows a dialog when 'control file' can't be found
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.147/src/modules/ProfileLocation.rb 
new/autoyast2-3.1.149/src/modules/ProfileLocation.rb
--- old/autoyast2-3.1.147/src/modules/ProfileLocation.rb        2016-08-17 
10:56:40.000000000 +0200
+++ new/autoyast2-3.1.149/src/modules/ProfileLocation.rb        2016-08-26 
14:10:05.000000000 +0200
@@ -20,7 +20,7 @@
       Yast.import "StorageControllers"
       Yast.import "Mode"
       Yast.import "Installation"
-      Yast.import "Popup"
+      Yast.import "Report"
       Yast.import "Label"
       Yast.import "URL"
 
@@ -153,7 +153,7 @@
           raise Break if AutoinstConfig.scheme == "device"
         end
         if AutoinstConfig.scheme == "label"
-          Popup.Error(_("label not found while looking for autoyast profile"))
+          Report.Error(_("label not found while looking for autoyast profile"))
         end
       end
       filename = basename(AutoinstConfig.filepath)
@@ -177,7 +177,7 @@
         if !ret
           # autoyast hit an error while fetching it's config file
           error = _("An error occurred while fetching the profile:\n")
-          Popup.Error(Ops.add(error, @GET_error))
+          Report.Error(Ops.add(error, @GET_error))
           return false
         end
         tmp = Convert.to_string(SCR.Read(path(".target.string"), localfile))


Reply via email to