Hello community,

here is the log from the commit of package webyast-services-ws for 
openSUSE:Factory
checked in at Thu May 19 13:22:29 CEST 2011.



--------
--- webyast-services-ws/webyast-services-ws.changes     2011-05-02 
14:41:58.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-services-ws/webyast-services-ws.changes    
    2011-05-16 12:44:19.000000000 +0200
@@ -1,0 +2,12 @@
+Mon May 16 10:43:15 UTC 2011 - [email protected]
+
+- changed licence to the correct name GPL-2.0
+- 0.2.11 
+
+-------------------------------------------------------------------
+Tue May  3 14:51:25 UTC 2011 - [email protected]
+
+- corrected argument list of fetching cache
+- 0.2.10 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ webyast-services-ws.spec ++++++
--- /var/tmp/diff_new_pack.U64PYk/_old  2011-05-19 13:22:06.000000000 +0200
+++ /var/tmp/diff_new_pack.U64PYk/_new  2011-05-19 13:22:06.000000000 +0200
@@ -22,11 +22,11 @@
 Provides:       yast2-webservice-services = %{version}
 Obsoletes:      yast2-webservice-services < %{version}
 PreReq:         yast2-webservice
-License:        GPL v2 only
+License:        GPL-2.0        
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.9
+Version:        0.2.11
 Release:        1
 Summary:        WebYaST - system services management service
 Source:         www.tar.bz2


++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/service.rb 
new/www/app/models/service.rb
--- old/www/app/models/service.rb       2011-04-29 18:23:25.000000000 +0200
+++ new/www/app/models/service.rb       2011-05-03 15:18:54.000000000 +0200
@@ -64,7 +64,7 @@
 
   def self.cache_argument
     resource = Resource.find("org.opensuse.yast.modules.yapi.services")
-    return resource.cache_arguments if resource && 
!resource.cache_arguments.blank?
+    return [:all,resource.cache_arguments] if resource && 
!resource.cache_arguments.blank?
     return nil
   end
 
@@ -96,7 +96,7 @@
   #
   # services = Service.find_all
   def self.find_all(params = nil)
-    YastCache.fetch(self,cache_argument) {
+    YastCache.fetch(self,*cache_argument) {
       params = {} if params.nil?
 
       services = []
@@ -223,7 +223,7 @@
       raise e
     end
     Rails.logger.debug "Command returns: #{ret.inspect}"
-    YastCache.reset(self, Service.cache_argument)
+    YastCache.reset(self, *Service.cache_argument)
     ret.symbolize_keys!
   end
 end


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



Remember to have fun...

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

Reply via email to