rpms/telepathy-glib/devel .cvsignore, 1.50, 1.51 sources, 1.50, 1.51 telepathy-glib.spec, 1.62, 1.63

Brian Pepple bpepple at fedoraproject.org
Tue Jun 22 23:32:08 UTC 2010


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-glib/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12038

Modified Files:
	.cvsignore sources telepathy-glib.spec 
Log Message:
* Tue Jun 22 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.8-1
- Update to 0.11.8.
- Enable gobject introspection.
- Bump min version of glib required.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- .cvsignore	14 Jun 2010 22:53:41 -0000	1.50
+++ .cvsignore	22 Jun 2010 23:32:06 -0000	1.51
@@ -1 +1 @@
-telepathy-glib-0.11.7.tar.gz
+telepathy-glib-0.11.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/devel/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sources	14 Jun 2010 22:53:41 -0000	1.50
+++ sources	22 Jun 2010 23:32:06 -0000	1.51
@@ -1 +1 @@
-fa271fb5fa8680894b11a29328245127  telepathy-glib-0.11.7.tar.gz
+4e24309e199e10cbf28aba1a7a28e048  telepathy-glib-0.11.8.tar.gz


Index: telepathy-glib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/devel/telepathy-glib.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- telepathy-glib.spec	14 Jun 2010 22:53:41 -0000	1.62
+++ telepathy-glib.spec	22 Jun 2010 23:32:06 -0000	1.63
@@ -1,9 +1,9 @@
 %define	dbus_ver	0.95
 %define	dbus_glib_ver	0.82
-%define	glib_ver	2.22
+%define	glib_ver	2.24
 
 Name:           telepathy-glib
-Version:        0.11.7
+Version:        0.11.8
 Release:        1%{?dist}
 Summary:        GLib bindings for Telepathy
 
@@ -19,6 +19,7 @@ BuildRequires:  gtk-doc >= 1.14
 BuildRequires:  dbus-devel >= %{dbus_ver}
 BuildRequires:	dbus-glib-devel >= %{dbus_glib_ver}
 BuildRequires:	glib2-devel >= %{glib_ver}
+BuildRequires:	gobject-introspection-devel >= 0.6.14
 BuildRequires:	libxslt
 BuildRequires:	python
 
@@ -60,7 +61,7 @@ developing applications that use %{name}
 
 
 %build
-%configure --enable-static=no
+%configure --enable-static=no --enable-introspection=yes
 make %{?_smp_mflags}
 
 
@@ -84,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS
 %{_libdir}/libtelepathy-glib*.so.*
+%{_libdir}/girepository-1.0/TelepathyGLib-0.12.typelib
+%{_datadir}/gir-1.0/TelepathyGLib-0.12.gir
 
 
 %files devel
@@ -95,6 +98,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 22 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.8-1
+- Update to 0.11.8.
+- Enable gobject introspection.
+- Bump min version of glib required.
+
 * Mon Jun 14 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.11.7-1
 - Update to 0.11.7.
 



More information about the scm-commits mailing list