Hello community, here is the log from the commit of package python-zdaemon for openSUSE:Factory checked in at 2013-01-17 10:35:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zdaemon (Old) and /work/SRC/openSUSE:Factory/.python-zdaemon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-zdaemon", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-zdaemon/python-zdaemon.changes 2011-12-09 15:25:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-zdaemon.new/python-zdaemon.changes 2013-01-17 10:35:12.000000000 +0100 @@ -1,0 +2,19 @@ +Mon Jan 14 14:39:30 UTC 2013 - p.drouand@gmail.com + +-Update to 3.0.5 version: + * Fixed: the status command didn't return a non-zero exit status when + the program wasn't running. This made it impossible for other software + (e.g. Puppet) to tell if a process was running. +- Update to 3.0.0 version: + * Added an option, start-test-program to supply a test command to test + whether the program managed by zdaemon is up and operational, rather + than just running. When starting a program, the start command doesn't + return until the test passes. You could, for example, use this to wait + until a web server is actually accepting connections. + * Added a start-timeout option to error if a program takes too long to start. + This is especially useful in combination with the start-test-program option. + * Added an option, stop-timeout, to control how long to wait for a graceful shutdown. + * Previously, this was controlled by backoff-limit, which didn't make much sense. + * Several undocumented, untested, and presumably unused features were removed. + +------------------------------------------------------------------- Old: ---- zdaemon-2.0.4.tar.bz2 New: ---- zdaemon-3.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zdaemon.spec ++++++ --- /var/tmp/diff_new_pack.pl7Asi/_old 2013-01-17 10:35:13.000000000 +0100 +++ /var/tmp/diff_new_pack.pl7Asi/_new 2013-01-17 10:35:13.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zdaemon # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -18,7 +18,7 @@ %define modname zdaemon Name: python-zdaemon -Version: 2.0.4 +Version: 3.0.5 Release: 0 Summary: Daemon process control library and tools License: ZPL-2.1 @@ -41,15 +41,11 @@ %setup -q -n %{modname}-%{version} %build -export CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES -%clean -rm -rf %{buildroot} - %files -f INSTALLED_FILES %defattr(-,root,root) %doc README.txt CHANGES.txt ++++++ zdaemon-2.0.4.tar.bz2 -> zdaemon-3.0.5.tar.bz2 ++++++ ++++ 4415 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org