[oddjob] - update to 0.30.2: - don't try to "close" our shared connection to the bus when the bus hangs up

Nalin Dahyabhai nalin at fedoraproject.org
Thu Sep 16 21:22:36 UTC 2010


commit e85418b6eb39ce6636a045b3d2dfec8d3c62347e
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Sep 16 17:21:41 2010 -0400

    - update to 0.30.2:
      - don't try to "close" our shared connection to the bus when the bus hangs up on us -- at some point libdbus started abort()ing when we try that (#634356)

 oddjob.spec |    7 ++++++-
 sources     |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/oddjob.spec b/oddjob.spec
index d56b7d8..62fd32d 100644
--- a/oddjob.spec
+++ b/oddjob.spec
@@ -2,7 +2,7 @@
 %global dbus_send /bin/dbus-send
 
 Name: oddjob
-Version: 0.30.1
+Version: 0.30.2
 Release: 1%{?dist}
 Source: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz
 Summary: A D-Bus service which runs odd jobs on behalf of client applications
@@ -154,6 +154,11 @@ fi
 exit 0
 
 %changelog
+* Thu Sep 16 2010 Nalin Dahyabhai <nalin at redhat.com> 0.30.2-1
+- don't try to "close" our shared connection to the bus when the bus
+  hangs up on us -- at some point libdbus started abort()ing when we try
+  that (#634356)
+
 * Thu Apr  1 2010 Nalin Dahyabhai <nalin at redhat.com> 0.30.1-1
 - documentation tweaks for man pages
 
diff --git a/sources b/sources
index 65b7e1a..d72b0e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d38ef6c04eba9fd9c124bd9cda96ce1  oddjob-0.30.1.tar.gz
+0a45873644f51b8864b5096d1880d8e8  oddjob-0.30.2.tar.gz


More information about the scm-commits mailing list