rpms/telepathy-gabble/devel telepathy-gabble-0.7.24-gthread.patch, NONE, 1.1 .cvsignore, 1.41, 1.42 sources, 1.41, 1.42 telepathy-gabble.spec, 1.51, 1.52

Brian Pepple bpepple at fedoraproject.org
Sun Mar 29 20:56:53 UTC 2009


Author: bpepple

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

Modified Files:
	.cvsignore sources telepathy-gabble.spec 
Added Files:
	telepathy-gabble-0.7.24-gthread.patch 
Log Message:
* Mon Mar 23 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.7.24-1
- Update to 0.7.24.
- Add BR on libsoup-devel.
- Add patch to have pkgconfig link in gthread-2.0.


telepathy-gabble-0.7.24-gthread.patch:

--- NEW FILE telepathy-gabble-0.7.24-gthread.patch ---
diff -urp telepathy-gabble-0.7.24.OLD/configure.ac telepathy-gabble-0.7.24/configure.ac
--- telepathy-gabble-0.7.24.OLD/configure.ac	2009-03-23 14:20:05.000000000 -0400
+++ telepathy-gabble-0.7.24/configure.ac	2009-03-29 16:31:51.000000000 -0400
@@ -110,7 +110,7 @@ AC_SUBST(HANDLE_LEAK_DEBUG_CFLAGS)
 AC_SUBST([ENABLE_CODING_STYLE_CHECKS])
 
 dnl Check for Glib
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16])
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gthread-2.0 >= 2.16])
 
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	2 Mar 2009 19:01:30 -0000	1.41
+++ .cvsignore	29 Mar 2009 20:56:22 -0000	1.42
@@ -1 +1 @@
-telepathy-gabble-0.7.22.tar.gz
+telepathy-gabble-0.7.24.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	2 Mar 2009 19:01:30 -0000	1.41
+++ sources	29 Mar 2009 20:56:22 -0000	1.42
@@ -1 +1 @@
-de21d35c242c95d7ebb2cc7a246c6390  telepathy-gabble-0.7.22.tar.gz
+9abc1236332113c19670e04f3cac033c  telepathy-gabble-0.7.24.tar.gz


Index: telepathy-gabble.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/devel/telepathy-gabble.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- telepathy-gabble.spec	2 Mar 2009 19:01:30 -0000	1.51
+++ telepathy-gabble.spec	29 Mar 2009 20:56:22 -0000	1.52
@@ -1,5 +1,5 @@
 Name:           telepathy-gabble
-Version:        0.7.22
+Version:        0.7.24
 Release:        1%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
@@ -8,15 +8,19 @@
 License:        LGPLv2+ and (BSD)
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-gthread.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel >= 1.1.0
 BuildRequires:  dbus-glib-devel >= 0.78
 BuildRequires:  loudmouth-devel >= 1.3.2
-BuildRequires:  telepathy-glib-devel >= 0.7.24
+BuildRequires:  telepathy-glib-devel >= 0.7.26
 BuildRequires:  glib2-devel >= 2.16
+BuildRequires:	libsoup-devel
 BuildRequires:  libxslt
 BuildRequires:  python
+# Needed to autoreconf for patch.
+BuildRequires:	autoconf
 
 Requires:	telepathy-filesystem
 
@@ -28,9 +32,11 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gthread
 
 
 %build
+autoreconf
 %configure
 make %{?_smp_mflags}
 
@@ -57,6 +63,11 @@
 
 
 %changelog
+* Mon Mar 23 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.7.24-1
+- Update to 0.7.24.
+- Add BR on libsoup-devel.
+- Add patch to have pkgconfig link in gthread-2.0.
+
 * Mon Mar  2 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.7.22-1
 - Update to 0.7.22.
 




More information about the fedora-extras-commits mailing list