diff --git a/.cvsignore b/.cvsignore index 73cfb30..28163a3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -telepathy-idle-0.1.3.tar.gz +telepathy-idle-0.1.4.tar.gz diff --git a/sources b/sources index 897f590..e8ca85f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20beb6a653a7e2702ee73a8ed2ceb1d7 telepathy-idle-0.1.3.tar.gz +a5893ee2f9e2d30be4cc86312479d99f telepathy-idle-0.1.4.tar.gz diff --git a/telepathy-idle-0.1.4-glibc.patch b/telepathy-idle-0.1.4-glibc.patch new file mode 100644 index 0000000..e8de0ff --- /dev/null +++ b/telepathy-idle-0.1.4-glibc.patch @@ -0,0 +1,25 @@ +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 + #include + +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 + + #define __USE_GNU ++#define __USE_XOPEN2K8 + #include + #undef __USE_GNU ++#undef __USE_XOPEN2K8 + #include + + #define IDLE_DEBUG_FLAG IDLE_DEBUG_PARSER diff --git a/telepathy-idle.spec b/telepathy-idle.spec index ac80c45..bca6973 100644 --- a/telepathy-idle.spec +++ b/telepathy-idle.spec @@ -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 for the Telepathy project. %prep %setup -q +%patch0 -p1 -b .glibc %check @@ -55,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 27 2009 Brian Pepple - 0.1.4-1 +- Update to 0.1.4. +- Add patch to fix glibc compilation bug. + * Wed Feb 25 2009 Fedora Release Engineering - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild