Hello community,

here is the log from the commit of package webyast-software-ws for 
openSUSE:Factory
checked in at Thu May 26 12:41:29 CEST 2011.



--------
--- webyast-software-ws/webyast-software-ws.changes     2011-05-17 
12:50:17.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-software-ws/webyast-software-ws.changes    
    2011-05-26 09:24:06.000000000 +0200
@@ -1,0 +2,13 @@
+Wed May 25 11:45:04 UTC 2011 - [email protected]
+
+- ensure that the repositiory cache is reset after deletion.
+  (bnc#694800)
+- 0.3.11 
+
+-------------------------------------------------------------------
+Thu May 19 10:51:08 UTC 2011 - [email protected]
+
+- handle DBUS-error correctly (bnc#694578)
+- 0.3.10 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ webyast-software-ws.spec ++++++
--- /var/tmp/diff_new_pack.J65V0v/_old  2011-05-26 12:41:08.000000000 +0200
+++ /var/tmp/diff_new_pack.J65V0v/_new  2011-05-26 12:41:08.000000000 +0200
@@ -48,7 +48,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.3.9
+Version:        0.3.11
 Release:        1
 Summary:        WebYaST - software management service
 Source:         www.tar.bz2




++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/repository.rb 
new/www/app/models/repository.rb
--- old/www/app/models/repository.rb    2011-04-29 18:23:25.000000000 +0200
+++ new/www/app/models/repository.rb    2011-05-25 16:19:23.000000000 +0200
@@ -201,9 +201,9 @@
       ret = PackageKit.transact('RepoSetData', [@id, 'remove', 'NONE'])
     ensure
       PackageKit.unlock #locking
+      YastCache.delete(self,@id)
       return ret
     end
-    YastCache.delete(self,@id)
     return ret
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/lib/packagekit.rb new/www/lib/packagekit.rb
--- old/www/lib/packagekit.rb   2011-05-17 12:10:57.000000000 +0200
+++ new/www/lib/packagekit.rb   2011-05-19 12:47:33.000000000 +0200
@@ -51,7 +51,7 @@
   private
   def self.improve_error(dbus_error)
     # check if it is a known error
-    if dbus_error.name =~ /org.freedesktop.DBus.Error.([A-Za-z.]*)/
+    if dbus_error.respond_to?('name') && dbus_error.name =~ 
/org.freedesktop.DBus.Error.([A-Za-z.]*)/
       case $1
       when "ServiceUnknown"
         return ServiceNotAvailable.new('PackageKit')


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



Remember to have fun...

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

Reply via email to