Hello community, here is the log from the commit of package webyast-software-ws for openSUSE:Factory checked in at Tue May 17 12:26:17 CEST 2011.
-------- --- webyast-software-ws/webyast-software-ws.changes 2011-05-03 11:01:41.000000000 +0200 +++ webyast-software-ws/webyast-software-ws.changes 2011-05-04 16:19:23.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 4 14:18:47 UTC 2011 - sch...@novell.com + +- fix in installing patches +- 0.3.6 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-software-ws.spec ++++++ --- /var/tmp/diff_new_pack.dJe82S/_old 2011-05-17 12:25:56.000000000 +0200 +++ /var/tmp/diff_new_pack.dJe82S/_new 2011-05-17 12:25:56.000000000 +0200 @@ -44,11 +44,11 @@ %endif %endif -License: GPLv2 +License: GPL v2 only Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.3.5 +Version: 0.3.6 Release: 1 Summary: WebYaST - software management service Source: www.tar.bz2 @@ -67,7 +67,7 @@ # %package testsuite -License: GPLv2 + 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/patch.rb new/www/app/models/patch.rb --- old/www/app/models/patch.rb 2011-04-29 18:23:25.000000000 +0200 +++ new/www/app/models/patch.rb 2011-05-04 14:27:58.000000000 +0200 @@ -71,9 +71,8 @@ Patch.install(update_id) #install at once else #inserting job in background - Rails.logger.info("Inserting job #{key}") + Rails.logger.info("Inserting job: :Patch, :install, #{update_id} ") PluginJob.run_async(JOB_PRIO, :Patch, :install, update_id ) - Delayed::Job.enqueue(PluginJob.new(key),JOB_PRIO) end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/models/resolvable.rb new/www/app/models/resolvable.rb --- old/www/app/models/resolvable.rb 2010-08-27 14:58:55.000000000 +0200 +++ new/www/app/models/resolvable.rb 2011-05-04 15:25:15.000000000 +0200 @@ -59,7 +59,7 @@ xml.instruct! unless options[:skip_instruct] xml.tag! tag do - xml.tag!(:resolvable_id, @resolvable_id, {:type => "integer"} ) + xml.tag!(:resolvable_id, @resolvable_id ) xml.tag!(:kind, @kind ) xml.tag!(:name, @name ) xml.tag!(:version, @version ) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org