Hello community, here is the log from the commit of package rubygem-daemons for openSUSE:Factory checked in at 2012-09-01 10:33:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-daemons (Old) and /work/SRC/openSUSE:Factory/.rubygem-daemons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-daemons", Maintainer is "MRueckert@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes 2012-03-27 08:58:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes 2012-09-01 10:33:25.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 10 09:45:10 UTC 2012 - coolo@suse.com + +- updated to version 1.1.9 + * daemonize.rb: do srand in the forked child process both in daemonize and call_as_daemon + +------------------------------------------------------------------- Old: ---- daemons-1.1.2.gem New: ---- daemons-1.1.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-daemons.spec ++++++ --- /var/tmp/diff_new_pack.k8CGtg/_old 2012-09-01 10:33:26.000000000 +0200 +++ /var/tmp/diff_new_pack.k8CGtg/_new 2012-09-01 10:33:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-daemons # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,65 +15,57 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild + Name: rubygem-daemons -Version: 1.1.2 +Version: 1.1.9 Release: 0 %define mod_name daemons -# -Group: Development/Languages/Ruby -License: Ruby -# +%define mod_full_name %{mod_name}-%{version} + BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires -# +BuildRequires: ruby-macros >= 1 Url: http://daemons.rubyforge.org -Source: %{mod_name}-%{version}.gem -# +Source: %{mod_full_name}.gem Summary: A toolkit to create and control daemons in different ways -%description -Daemons provides an easy way to wrap existing ruby scripts (for example -a self-written server) to be run as a daemon and to be controlled by -simple start/stop/restart commands. - -If you want, you can also use daemons to run blocks of ruby code in a -daemon process and to control these processes from the main -application. - -Besides this basic functionality, daemons offers many advanced features -like exception backtracing and logging (in case your ruby script -crashes) and monitoring and automatic restarting of your processes if -they crash. - -Daemons includes the daemonize.rb script written by Travis Whitton to -do the daemonization process. +License: Ruby +Group: Development/Languages/Ruby +%description +Daemons provides an easy way to wrap existing ruby scripts (for example a +self-written server) to be run as a daemon and to be controlled by simple +start/stop/restart commands. You can also call blocks as daemons and control +them from the parent or just daemonize the current process. Besides this +basic functionality, daemons offers many advanced features like exception +backtracing and logging (in case your ruby script crashes) and monitoring and +automatic restarting of your processes if they crash. %package doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: %{name} = %{version} + %description doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %prep +#gem_unpack +#if you need patches, apply them here and replace the # with a % sign in the surrounding lines +#gem_build + %build -%install -%gem_install %{S:0} -%clean -%{__rm} -rf %{buildroot} +%install +%gem_install -f %files %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ +%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec %files doc %defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de