rpms/telepathy-glib/devel telepathy-glib-broken-pkgconfig.patch, NONE, 1.1 telepathy-glib.spec, 1.11, 1.12

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Mar 25 01:31:26 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-glib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27590

Modified Files:
	telepathy-glib.spec 
Added Files:
	telepathy-glib-broken-pkgconfig.patch 
Log Message:
* Fri Mar 21 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.5-3
- Really fix #436773


telepathy-glib-broken-pkgconfig.patch:

--- NEW FILE telepathy-glib-broken-pkgconfig.patch ---
--- telepathy-glib-0.7.5/telepathy-glib/telepathy-glib.pc.in.old	2008-03-21 15:06:00.000000000 +0000
+++ telepathy-glib-0.7.5/telepathy-glib/telepathy-glib.pc.in	2008-03-21 15:05:47.000000000 +0000
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: Telepathy-GLib
 Description: GLib utility library for the Telepathy framework
 Version: @VERSION@
-Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10
+Requires: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10
 Libs: -L${libdir} -ltelepathy-glib
 Cflags: -I${includedir}/telepathy-1.0


Index: telepathy-glib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/devel/telepathy-glib.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- telepathy-glib.spec	10 Mar 2008 16:13:50 -0000	1.11
+++ telepathy-glib.spec	25 Mar 2008 01:30:36 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           telepathy-glib
 Version:        0.7.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GLib bindings for Telepathy
 
 Group:          System Environment/Libraries
@@ -16,6 +16,8 @@
 BuildRequires:	libxslt
 BuildRequires:	python
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=436773
+Patch0:		telepathy-glib-broken-pkgconfig.patch
 
 %description
 Telepathy-glib is the glib bindings for the telepathy unified framework
@@ -41,7 +43,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .requires
 
 %check
 #make check
@@ -83,6 +85,9 @@
 
 
 %changelog
+* Fri Mar 21 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.5-3
+- Really fix #436773
+
 * Mon Mar 10 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.7.5-2
 - Add requires for glib2-devel to devel package. (#436773)
 




More information about the fedora-extras-commits mailing list