rpms/telepathy-idle/devel telepathy-idle-0.1.4-glibc.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 telepathy-idle.spec, 1.10, 1.11

Brian Pepple bpepple at fedoraproject.org
Sat Jun 27 23:18:27 UTC 2009


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-idle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25374

Modified Files:
	.cvsignore sources telepathy-idle.spec 
Added Files:
	telepathy-idle-0.1.4-glibc.patch 
Log Message:
* Sat Jun 27 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.1.4-1
- Update to 0.1.4.
- Add patch to fix glibc compilation bug.


telepathy-idle-0.1.4-glibc.patch:

--- NEW FILE telepathy-idle-0.1.4-glibc.patch ---
diff -urp telepathy-idle-0.1.4.OLD/src/idle-connection.c telepathy-idle-0.1.4/src/idle-connection.c
--- telepathy-idle-0.1.4.OLD/src/idle-connection.c	2009-05-27 19:28:54.000000000 -0400
+++ telepathy-idle-0.1.4/src/idle-connection.c	2009-06-27 19:11:31.912590828 -0400
@@ -24,6 +24,7 @@
 
 /* strnlen */
 #define __USE_GNU
+#define __USE_XOPEN2K8
 #include <string.h>
 #include <time.h>
 
diff -urp telepathy-idle-0.1.4.OLD/src/idle-parser.c telepathy-idle-0.1.4/src/idle-parser.c
--- telepathy-idle-0.1.4.OLD/src/idle-parser.c	2009-03-27 19:24:50.000000000 -0400
+++ telepathy-idle-0.1.4/src/idle-parser.c	2009-06-27 19:12:09.415590651 -0400
@@ -27,8 +27,10 @@
 #include <glib-object.h>
 
 #define __USE_GNU
+#define __USE_XOPEN2K8
 #include <string.h>
 #undef __USE_GNU
+#undef __USE_XOPEN2K8
 #include <stdio.h>
 
 #define IDLE_DEBUG_FLAG IDLE_DEBUG_PARSER


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-idle/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	18 Feb 2009 17:36:35 -0000	1.5
+++ .cvsignore	27 Jun 2009 23:17:56 -0000	1.6
@@ -1 +1 @@
-telepathy-idle-0.1.3.tar.gz
+telepathy-idle-0.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-idle/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	18 Feb 2009 17:36:35 -0000	1.5
+++ sources	27 Jun 2009 23:17:56 -0000	1.6
@@ -1 +1 @@
-20beb6a653a7e2702ee73a8ed2ceb1d7  telepathy-idle-0.1.3.tar.gz
+a5893ee2f9e2d30be4cc86312479d99f  telepathy-idle-0.1.4.tar.gz


Index: telepathy-idle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-idle/devel/telepathy-idle.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- telepathy-idle.spec	25 Feb 2009 19:44:28 -0000	1.10
+++ telepathy-idle.spec	27 Jun 2009 23:17:56 -0000	1.11
@@ -1,12 +1,13 @@
 Name:           telepathy-idle
-Version:        0.1.3
-Release:        2%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        IRC connection manager for Telepathy
 
 Group:          Applications/Communications
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/FrontPage
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-0.1.4-glibc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel
@@ -25,6 +26,7 @@ A full-featured IRC connection manager f
 
 %prep
 %setup -q
+%patch0 -p1 -b .glibc
 
 
 %check
@@ -55,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 27 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.1.4-1
+- Update to 0.1.4.
+- Add patch to fix glibc compilation bug.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list