Hello community, here is the log from the commit of package webyast-base-ui for openSUSE:Factory checked in at Wed Jun 1 09:22:49 CEST 2011.
-------- --- webyast-base-ui/webyast-base-ui.changes 2011-05-27 11:45:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/webyast-base-ui/webyast-base-ui.changes 2011-05-31 15:13:33.000000000 +0200 @@ -1,0 +2,19 @@ +Tue May 31 13:08:31 UTC 2011 - [email protected] + +- passenger_enabled on; in location of nginx.conf in order + to load min javascripts correctly. +- 0.2.53 + +------------------------------------------------------------------- +Tue May 31 09:04:26 UTC 2011 - [email protected] + +- webyast logo shows up when user session got log out automatically (bnc#689851) +- 0.2.52 + +------------------------------------------------------------------- +Mon May 30 12:20:47 UTC 2011 - [email protected] + +- shutdown lighttpd when we are switching to nginx (bnc#696011) +- 0.2.51 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webyast-base-ui.spec ++++++ --- /var/tmp/diff_new_pack.iFO6Oy/_old 2011-06-01 09:21:52.000000000 +0200 +++ /var/tmp/diff_new_pack.iFO6Oy/_new 2011-06-01 09:21:52.000000000 +0200 @@ -53,7 +53,7 @@ Group: Productivity/Networking/Web/Utilities Url: http://en.opensuse.org/Portal:WebYaST AutoReqProv: on -Version: 0.2.50 +Version: 0.2.53 Release: 1 Summary: WebYaST - base UI for system management Source: www.tar.bz2 @@ -207,11 +207,21 @@ echo "/usr/sbin/rcyastwc restart" >> %name-%version-%release-1 fi fi - if [ -f %name-%version-%release-1 ] ; then +fi +#We are switching from lighttpd to nginx. So lighttpd has to be killed +#at first +if rpm -q --requires %{name}|grep lighttpd > /dev/null ; then + if /usr/sbin/rcyastwc status > /dev/null ; then + echo "yastws is running under lighttpd -> switching to nginx" + /usr/sbin/rcyastwc stop > /dev/null + echo "#!/bin/sh" > %name-%version-%release-1 + echo "/usr/sbin/rcyastwc restart" >> %name-%version-%release-1 + fi +fi +if [ -f %name-%version-%release-1 ] ; then install -D -m 755 %name-%version-%release-1 /var/adm/update-scripts rm %name-%version-%release-1 echo "Please check the service runlevels and restart WebYaST client with \"rcyastwc restart\" if the update has not been called with zypper,yast or packagekit" - fi fi exit 0 ++++++ nginx.conf ++++++ --- /var/tmp/diff_new_pack.iFO6Oy/_old 2011-06-01 09:21:52.000000000 +0200 +++ /var/tmp/diff_new_pack.iFO6Oy/_new 2011-06-01 09:21:52.000000000 +0200 @@ -68,8 +68,9 @@ ssl_protocols TLSv1; ssl_ciphers ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH; ssl_prefer_server_ciphers on; - + location ~* \.(png|gif|jpg|jpeg|css|js|swf|ico)(\?[0-9]+)?$ { + passenger_enabled on; access_log off; expires max; add_header Cache-Control public; ++++++ www.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/www/app/views/layouts/main.rhtml new/www/app/views/layouts/main.rhtml --- old/www/app/views/layouts/main.rhtml 2011-05-27 11:11:10.000000000 +0200 +++ new/www/app/views/layouts/main.rhtml 2011-05-31 14:59:55.000000000 +0200 @@ -157,7 +157,7 @@ </div> <div id="timeoutMessage"> - <img src="/images/webyast-logo.png?1280237271" width="130" height="42" alt="webyast"> + <%= link_to(image_tag("/images/webyast-logo.png", :width=>"130", :height=>"42", :style=>"margin-top:4px;", :alt =>"webyast"),"/" )%> <%= _("You will be logged off in")-%><span id="counter"><!-- countdown place holder --></span><%= _("seconds due to session timeout. ")-%> </div> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
