rpms/telepathy-gabble/OLPC-3 telepathy-gabble.spec,1.39,1.40

Guillaume Desmottes (gdesmott) fedora-extras-commits at redhat.com
Fri Aug 15 09:56:13 UTC 2008


Author: gdesmott

Update of /cvs/pkgs/rpms/telepathy-gabble/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22757

Modified Files:
	telepathy-gabble.spec 
Log Message:
use tp_debug_divert_messages instead of our own copy of it (#7833)


Index: telepathy-gabble.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-3/telepathy-gabble.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- telepathy-gabble.spec	4 Jul 2008 13:03:03 -0000	1.39
+++ telepathy-gabble.spec	15 Aug 2008 09:55:43 -0000	1.40
@@ -1,6 +1,6 @@
 Name:           telepathy-gabble
 Version:        0.7.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
 Group:          Applications/Communications
@@ -10,6 +10,7 @@
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
 Patch0:         gabble-olpc-no-dbus-uid-check.patch
 Patch1:         gabble-chmod-unix-socket.patch
+Patch2:         use-tp_debug_divert_messages.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,6 +33,7 @@
 %setup -q
 %patch0 -p1 -b .dbus-uid
 %patch1 -p1 -b .chmod-socket
+%patch2 -p1 -b .divert-messages
 
 %build
 %configure
@@ -60,6 +62,9 @@
 
 
 %changelog
+* Fri Aug 15 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> - 0.7.6-3
+- Use tp_debug_divert_messages instead of our own copy of it (#7833)
+
 * Fri Jul 4 2008 Morgan Collett <morgan at laptop.org> - 0.7.6-2
 - Update to 0.7.6 with OLPC patches
 




More information about the fedora-extras-commits mailing list