Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:Factory
checked in at Wed May 4 09:24:31 CEST 2011.



--------
--- webyast-base-ws/webyast-base-ws.changes     2011-02-08 16:44:07.000000000 
+0100
+++ /mounts/work_src_done/STABLE/webyast-base-ws/webyast-base-ws.changes        
2011-05-03 10:57:10.000000000 +0200
@@ -1,0 +2,34 @@
+Tue May  3 08:52:52 UTC 2011 - sch...@novell.com
+
+- fixes in generating job and cache IDs
+- 0.2.16 
+
+-------------------------------------------------------------------
+Mon May  2 12:00:46 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new running job mechanism
+- 0.2.15
+
+-------------------------------------------------------------------
+Thu Apr 28 12:00:57 UTC 2011 - jreidin...@novell.com
+
+- change implementation of plugin job to reuse existing
+  serialization and allow easy ask for running job
+- 0.2.14
+
+-------------------------------------------------------------------
+Tue Apr 26 09:13:05 UTC 2011 - sch...@novell.com
+
+- moved tmp path from /var/lib/nginx/ to /srv/www/yastws/tmp
+  (bnc #689061)
+- 0.2.13
+
+-------------------------------------------------------------------
+Tue Apr 12 07:18:47 UTC 2011 - sch...@novell.com
+
+- new cache machanism
+- changed nginx dependencies
+- cleanup logging of nginx
+- 0.2.12 
+
+-------------------------------------------------------------------
@@ -40,0 +75,9 @@
+
+-------------------------------------------------------------------
+Thu Nov 25 15:26:05 CET 2010 - mvid...@suse.cz
+- Obsolete webyast-language-ws (bnc#643811#c11) 
+
+-------------------------------------------------------------------
+Mon Nov 22 15:09:21 CET 2010 - mvid...@suse.cz
+
+- Fixed the RPM requirements: Rails 2.3.8 is required (bnc#643811)

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ webyast-base-ws.spec ++++++
--- /var/tmp/diff_new_pack.0R8PzQ/_old  2011-05-04 09:24:06.000000000 +0200
+++ /var/tmp/diff_new_pack.0R8PzQ/_new  2011-05-04 09:24:06.000000000 +0200
@@ -20,6 +20,8 @@
 Name:           webyast-base-ws
 Provides:       yast2-webservice = %{version}
 Obsoletes:      yast2-webservice < %{version}
+Provides:       webyast-language-ws = 0.1.0
+Obsoletes:      webyast-language-ws <= 0.1.0
 
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
@@ -37,7 +39,7 @@
 Requires:       yast2-core >= 2.17.30.1
 Requires:       sysvinit > 2.86-195.3.1
 %endif
-Requires:       nginx-passenger
+Requires:       nginx, rubygem-passenger-nginx
 Requires:       ruby-fcgi, sqlite, syslog-ng
 %if 0%{?suse_version} == 0 || %suse_version <= 1130
 Requires:       ruby-dbus
@@ -45,18 +47,19 @@
 Requires:       rubygem-ruby-dbus
 %endif
 Requires:       rubygem-webyast-rake-tasks, rubygem-http_accept_language
+Requires:       rubygem-static_record_cache
 Requires:       yast2-dbus-server
 # 634404
 Recommends:     logrotate
 PreReq:         PolicyKit, PackageKit, rubygem-rake, rubygem-sqlite3
-PreReq:         rubygem-rails-2_3 >= 2.3.4
+PreReq:         rubygem-rails-2_3 >= 2.3.8
 PreReq:         rubygem-rpam, rubygem-polkit, rubygem-gettext_rails
 PreReq:         yast2-runlevel
 License:        LGPLv2.1
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.11
+Version:        0.2.16
 Release:        1
 Summary:        WebYaST - base components for rest service
 Source:         www.tar.bz2
@@ -72,7 +75,7 @@
 Source12:       nginx.conf
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config ruby rubygem-mocha
+BuildRequires:  pkg-config ruby rubygem-mocha rubygem-static_record_cache
 # if we run the tests during build, we need most of Requires here too,
 # except for deployment specific stuff
 BuildRequires:  rubygem-restility rubygem-webyast-rake-tasks
@@ -83,11 +86,11 @@
 BuildRequires:  rubygem-ruby-dbus
 %endif
 BuildRequires:  PackageKit PolicyKit rubygem-sqlite3
-BuildRequires:  rubygem-rails-2_3 >= 2.3.4
+BuildRequires:  rubygem-rails-2_3 >= 2.3.8
 BuildRequires:  rubygem-polkit rubygem-rpam
 # the testsuite is run during build
 BuildRequires:  rubygem-mocha rubygem-test-unit
-BuildRequires:  nginx-passenger
+BuildRequires:  nginx rubygem-passenger-nginx
 
 # This is for Hudson (build service) to setup the build env correctly
 %if 0
@@ -347,6 +350,7 @@
 %{webyast_ws_dir}/public
 %{webyast_ws_dir}/Rakefile
 %{webyast_ws_dir}/script
+%{webyast_ws_dir}/vendor
 %dir %{webyast_ws_dir}/config
 %{webyast_ws_dir}/config/boot.rb
 %{webyast_ws_dir}/config/database.yml

++++++ nginx.conf ++++++
--- /var/tmp/diff_new_pack.0R8PzQ/_old  2011-05-04 09:24:06.000000000 +0200
+++ /var/tmp/diff_new_pack.0R8PzQ/_new  2011-05-04 09:24:06.000000000 +0200
@@ -5,6 +5,7 @@
 #error_log  logs/error.log;
 #error_log  logs/error.log  notice;
 #error_log  logs/error.log  info;
+error_log  /srv/www/yastws/log/error.log  info;
 
 pid        /var/run/yastws.pid;
 
@@ -27,14 +28,16 @@
     passenger_max_instances_per_app 1;
     passenger_spawn_method conservative;
 
-    client_body_temp_path  /var/lib/nginx/tmp_yastws 1 2;
-    fastcgi_temp_path  /var/lib//nginx/fastcgi_yastws 1 2;
-    proxy_temp_path  /var/lib//nginx/proxy_yastws 1 2;
+    client_body_temp_path  /srv/www/yastws/tmp/tmp_yastws 1 2;
+    fastcgi_temp_path  /srv/www/yastws/tmp/fastcgi_yastws 1 2;
+    proxy_temp_path  /srv/www/yastws/tmp/proxy_yastws 1 2;
 
     include       mime.types;
     default_type  application/octet-stream;
 
-    #access_log  logs/access.log  main;
+    access_log  /srv/www/yastws/log/access.log;
+    passenger_log_level 3;
+    passenger_debug_log_file /srv/www/yastws/log/passenger.log;
 
     sendfile        on;
     #tcp_nopush     on;


++++++ www.tar.bz2 ++++++
++++ 2789 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to