rpms/telepathy-gabble/OLPC-4 .cvsignore, 1.36, 1.37 gabble-chmod-unix-socket.patch, 1.1, 1.2 sources, 1.36, 1.37 telepathy-gabble.spec, 1.47, 1.48

Morgan Collett morgan at fedoraproject.org
Wed Jan 21 13:39:55 UTC 2009


Author: morgan

Update of /cvs/pkgs/rpms/telepathy-gabble/OLPC-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2178

Modified Files:
	.cvsignore gabble-chmod-unix-socket.patch sources 
	telepathy-gabble.spec 
Log Message:
Update to 0.7.18, update gabble chmod patch


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-4/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	15 Dec 2008 07:32:58 -0000	1.36
+++ .cvsignore	21 Jan 2009 13:39:25 -0000	1.37
@@ -1 +1 @@
-telepathy-gabble-0.7.17.tar.gz
+telepathy-gabble-0.7.18.tar.gz

gabble-chmod-unix-socket.patch:

Index: gabble-chmod-unix-socket.patch
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-4/gabble-chmod-unix-socket.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gabble-chmod-unix-socket.patch	27 Nov 2008 10:40:03 -0000	1.1
+++ gabble-chmod-unix-socket.patch	21 Jan 2009 13:39:25 -0000	1.2
@@ -1,14 +1,11 @@
-diff -rN -u old-telepathy-gabble-rainbow/src/tube-stream.c new-telepathy-gabble-rainbow/src/tube-stream.c
---- old-telepathy-gabble-rainbow/src/tube-stream.c	2007-12-11 16:28:48.000000000 +0100
-+++ new-telepathy-gabble-rainbow/src/tube-stream.c	2007-12-11 16:28:48.000000000 +0100
-@@ -650,6 +650,9 @@
-               "Error binding socket: %s", g_strerror (errno));
+--- a/src/tube-stream.c
++++ b/src/tube-stream.c
+@@ -667,6 +667,8 @@ tube_stream_open (GabbleTubeStream *self,
+           g_free (path);
            return FALSE;
          }
-+
 +      /* Everyone can use the socket */
-+      chmod (addr.sun_path, 0777);
++      chmod (path, 0777);
+       g_free (path);
      }
    else if (priv->address_type == TP_SOCKET_ADDRESS_TYPE_IPV4)
-     {
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-4/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources	15 Dec 2008 07:32:58 -0000	1.36
+++ sources	21 Jan 2009 13:39:25 -0000	1.37
@@ -1 +1 @@
-bc1fd0729c7011a2cbaa1ae29e9b60b5  telepathy-gabble-0.7.17.tar.gz
+807260037be70882be3bcdb6b26ff031  telepathy-gabble-0.7.18.tar.gz


Index: telepathy-gabble.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-4/telepathy-gabble.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- telepathy-gabble.spec	15 Dec 2008 07:32:58 -0000	1.47
+++ telepathy-gabble.spec	21 Jan 2009 13:39:25 -0000	1.48
@@ -1,5 +1,5 @@
 Name:           telepathy-gabble
-Version:        0.7.17
+Version:        0.7.18
 Release:        1%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
@@ -61,6 +61,10 @@
 
 
 %changelog
+* Wed Jan 21 2009 Morgan Collett <morgan.collett at gmail.com> - 0.7.18-1
+- Update to 0.7.18
+- Adapt gabble-chmod-unix-socket.patch to upstream changes
+
 * Mon Dec 15 2008 Morgan Collett <morgan.collett at gmail.com> - 0.7.17-1
 - Update to 0.7.17
 




More information about the fedora-extras-commits mailing list