rpms/cyphesis/devel cyphesis-0.5.21-gcc44.patch,NONE,1.1

Alexey Torkhov atorkhov at fedoraproject.org
Mon Oct 5 18:56:20 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/cyphesis/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5672

Added Files:
	cyphesis-0.5.21-gcc44.patch 
Log Message:
* Mon Oct 05 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.21-1
- Update to 0.5.21


cyphesis-0.5.21-gcc44.patch:
 CommMDNSPublisher.cpp |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE cyphesis-0.5.21-gcc44.patch ---
commit 86068c36c2fa93053c6c2fd67d563c28daa00b12
Author: Alistair Riddoch <alriddoch at googlemail.com>
Date:   Sat Sep 12 19:19:41 2009 +0100

    Add cassert to the code for avahi support.

diff --git a/server/CommMDNSPublisher.cpp b/server/CommMDNSPublisher.cpp
index a031973..76a5cf5 100644
--- a/server/CommMDNSPublisher.cpp
+++ b/server/CommMDNSPublisher.cpp
@@ -148,6 +148,8 @@ void CommMDNSPublisher::dispatch()
 
 #include <avahi-common/error.h>
 
+#include <cassert>
+
 static const bool debug_flag = false;
 
 static void avahi_client_callback(AvahiClient * s,




More information about the fedora-extras-commits mailing list