Hello community, here is the log from the commit of package webyast-status-ws for openSUSE:Factory checked in at Sun Oct 16 13:01:37 CEST 2011.
-------- --- openSUSE:Factory/webyast-status-ws/webyast-status-ws.changes 2011-09-23 12:50:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-status-ws/webyast-status-ws.changes 2011-10-14 12:15:55.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 14 10:12:05 UTC 2011 - sch...@suse.com + +- resetting cache if the limits have been changed +- 0.2.13 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-status-ws.spec ++++++ --- /var/tmp/diff_new_pack.0l2gcH/_old 2011-10-16 13:01:32.000000000 +0200 +++ /var/tmp/diff_new_pack.0l2gcH/_new 2011-10-16 13:01:32.000000000 +0200 @@ -27,8 +27,8 @@ Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.12 -Release: 1 +Version: 0.2.13 +Release: 0 Summary: WebYaST - system status service Source: www.tar.bz2 Source1: org.opensuse.yast.system.status.policy @@ -52,7 +52,6 @@ # %package testsuite - Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: webyast-base-ws-testsuite ++++++ www.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/models/graph.rb new/www/app/models/graph.rb --- old/www/app/models/graph.rb 2011-08-03 10:58:03.000000000 +0200 +++ new/www/app/models/graph.rb 2011-10-14 12:11:50.000000000 +0200 @@ -388,6 +388,8 @@ f.write(config.to_yaml) f.close end + YastCache.delete(self) + YastCache.delete(Metric.new) end # converts the graph to xml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/models/metric.rb new/www/app/models/metric.rb --- old/www/app/models/metric.rb 2011-08-03 10:58:03.000000000 +0200 +++ new/www/app/models/metric.rb 2011-10-14 12:11:50.000000000 +0200 @@ -169,11 +169,11 @@ end # initialize with the path to the rrdb database - def initialize(path) + def initialize(path = nil) @path = path # these values can be extracted from the file but we cache # them - @host, @plugin, @plugin_instance, @type, @type_instance = Metric.parse_file_path(path) + @host, @plugin, @plugin_instance, @type, @type_instance = Metric.parse_file_path(path) unless path.blank? end continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org