Hello community,

here is the log from the commit of package webyast-reboot-ui for 
openSUSE:Factory
checked in at Wed May 4 10:56:18 CEST 2011.



--------
--- webyast-reboot-ui/webyast-reboot-ui.changes 2010-08-30 12:34:29.000000000 
+0200
+++ /mounts/work_src_done/STABLE/webyast-reboot-ui/webyast-reboot-ui.changes    
2011-04-12 16:40:12.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 14:39:51 UTC 2011 - [email protected]
+
+- new caching
+- 0.2.2 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ webyast-reboot-ui.spec ++++++
--- /var/tmp/diff_new_pack.cVjrtP/_old  2011-05-04 10:56:01.000000000 +0200
+++ /var/tmp/diff_new_pack.cVjrtP/_new  2011-05-04 10:56:01.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.1
+Version:        0.2.2
 Release:        1
 Summary:        WebYaST - reboot/shutdown UI
 Source:         www.tar.bz2

++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/system_controller.rb 
new/www/app/controllers/system_controller.rb
--- old/www/app/controllers/system_controller.rb        2010-05-28 
09:52:16.000000000 +0200
+++ new/www/app/controllers/system_controller.rb        2011-02-07 
12:45:40.000000000 +0100
@@ -39,7 +39,7 @@
                else
                    flash[:error] = _("Cannot reboot the machine!")
                end
-           rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml
+           rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml RORSCAN_ITL
         logger.warn "Cannot reboot: #{e.inspect}"
                    flash[:error] = _("Cannot reboot the machine!")
            end
@@ -60,7 +60,7 @@
                else
                    flash[:error] = _("Cannot shutdown the machine!")
                end
-           rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml
+           rescue ActiveResource::ResourceNotFound => e #FIXME system returns 
404 in case of error. use 422 and proper formated xml RORSCAN_ITL
         logger.warn "Cannot shutdown: #{e.inspect}"
                    flash[:error] = _("Cannot shutdown the machine!")
            end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/system.rb new/www/app/models/system.rb
--- old/www/app/models/system.rb        2010-05-28 09:52:16.000000000 +0200
+++ new/www/app/models/system.rb        2011-02-07 12:45:40.000000000 +0100
@@ -22,7 +22,7 @@
 class System
 
     def initialize
-       @client = 
YaST::ServiceResource.proxy_for('org.opensuse.yast.system.system')
+       @client = 
YaST::ServiceResource.proxy_for('org.opensuse.yast.system.system') # RORSCAN_ITL
        @sys = @client.find
     end
 


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



Remember to have fun...

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

Reply via email to