Hello community, here is the log from the commit of package rubygem-webyast-services for openSUSE:12.3 checked in at 2013-02-05 13:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/rubygem-webyast-services (Old) and /work/SRC/openSUSE:12.3/.rubygem-webyast-services.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-webyast-services", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/rubygem-webyast-services/rubygem-webyast-services.changes 2013-01-31 01:37:13.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.rubygem-webyast-services.new/rubygem-webyast-services.changes 2013-02-05 13:13:58.000000000 +0100 @@ -1,0 +2,20 @@ +Wed Dec 12 14:34:12 UTC 2012 - [email protected] + +- REST API - fixed PUT method handler (bnc#789911) +- build REST API documentation (restdoc) +- restart webyast after package update +- 0.3.7 + +------------------------------------------------------------------- +Tue Dec 11 20:34:45 UTC 2012 - [email protected] + +- fixed filtering services, WebYaST now uses nginx instead of + lighttpd + +------------------------------------------------------------------- +Thu Dec 6 09:53:42 UTC 2012 - [email protected] + +- fixed JS loading in IE9 (console is not available by default) + (bnc#783873) + +------------------------------------------------------------------- Old: ---- webyast-services-0.3.6.gem New: ---- webyast-services-0.3.7.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-webyast-services.spec ++++++ --- /var/tmp/diff_new_pack.LErBqu/_old 2013-02-05 13:13:58.000000000 +0100 +++ /var/tmp/diff_new_pack.LErBqu/_new 2013-02-05 13:13:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: rubygem-webyast-services -Version: 0.3.6 +Version: 0.3.7 Release: 0 %define mod_name webyast-services %define mod_full_name %{mod_name}-%{version} @@ -27,9 +27,9 @@ BuildRequires: rubygems_with_buildroot_patch %rubygems_requires BuildRequires: rubygem-restility -BuildRequires: webyast-base >= 0.3 +BuildRequires: webyast-base >= 0.3.31 BuildRequires: webyast-base-testsuite -PreReq: webyast-base >= 0.3 +PreReq: webyast-base >= 0.3.31 Obsoletes: webyast-services-ui < %{version} Obsoletes: webyast-services-ws < %{version} @@ -81,6 +81,7 @@ %prep %build +%create_restart_script %check # run the testsuite @@ -105,6 +106,8 @@ mkdir -p $RPM_BUILD_ROOT/etc/webyast/ cp %SOURCE3 $RPM_BUILD_ROOT/etc/webyast/ +%webyast_build_restdoc + %webyast_build_plugin_assets %clean @@ -117,7 +120,7 @@ /usr/sbin/grantwebyastrights --user root --action grant > /dev/null ||: /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant > /dev/null ||: -%webyast_update_assets +%restart_webyast %postun %webyast_remove_assets @@ -145,6 +148,8 @@ /usr/share/YaST2/modules/YML.rb /usr/share/YaST2/modules/YaPI/SERVICES.pm +%restart_script_name + %files doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
