Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2015-07-22 09:19:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/booth (Old)
 and      /work/SRC/openSUSE:Factory/.booth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "booth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/booth/booth.changes      2015-07-21 
13:29:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2015-07-22 
09:19:52.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 21 11:28:34 UTC 2015 - dmuhameda...@suse.com
+
+- Update to version v0.2.0_89_gd9f16ba:
+  + main: don't allow zero poll timeout (bsc#938820)
+  + pcmk: don't log error when ticket not in CIB
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ booth.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/.git_info new/booth/.git_info
--- old/booth/.git_info 2015-07-17 18:31:28.000000000 +0200
+++ new/booth/.git_info 2015-07-21 11:57:16.000000000 +0200
@@ -1 +1 @@
-v0.2.0-87-gf59231b
+v0.2.0-89-gd9f16ba
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/src/config.c new/booth/src/config.c
--- old/booth/src/config.c      2015-07-17 18:08:48.000000000 +0200
+++ new/booth/src/config.c      2015-07-21 11:45:06.000000000 +0200
@@ -716,6 +716,9 @@
        }
 
        poll_timeout = min(POLL_TIMEOUT, min_timeout/10);
+       if (!poll_timeout)
+               poll_timeout = POLL_TIMEOUT;
+
        return 0;
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/src/pacemaker.c new/booth/src/pacemaker.c
--- old/booth/src/pacemaker.c   2015-07-17 18:08:48.000000000 +0200
+++ new/booth/src/pacemaker.c   2015-07-21 11:45:06.000000000 +0200
@@ -281,6 +281,8 @@
        rv = pclose(p);
        if (!rv) {
                log_debug("command \"%s\" value %" PRIi64, cmd, v);
+       } else if (rv == 6) {
+               log_info("command \"%s\", ticket not found", cmd);
        } else {
                log_error("command \"%s\" %s, value %" PRIi64, cmd, 
interpret_rv(rv), v);
        }


Reply via email to