rpms/empathy/devel .cvsignore, 1.32, 1.33 empathy-broken-pkgconfig.patch, 1.3, 1.4 empathy.spec, 1.55, 1.56 sources, 1.32, 1.33

Peter Gordon pgordon at fedoraproject.org
Sun May 31 05:06:23 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/empathy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5812

Modified Files:
	.cvsignore empathy-broken-pkgconfig.patch empathy.spec sources 
Log Message:
Update to 2.27.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	13 Apr 2009 18:43:41 -0000	1.32
+++ .cvsignore	31 May 2009 05:05:50 -0000	1.33
@@ -1 +1 @@
-empathy-2.26.1.tar.bz2
+empathy-2.27.2.tar.bz2

empathy-broken-pkgconfig.patch:

Index: empathy-broken-pkgconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy-broken-pkgconfig.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- empathy-broken-pkgconfig.patch	13 Apr 2009 18:59:11 -0000	1.3
+++ empathy-broken-pkgconfig.patch	31 May 2009 05:05:50 -0000	1.4
@@ -1,26 +1,14 @@
-diff -up empathy-2.26.1/libempathy-gtk/libempathy-gtk.pc.in.pkgconfig empathy-2.26.1/libempathy-gtk/libempathy-gtk.pc.in
---- empathy-2.26.1/libempathy-gtk/libempathy-gtk.pc.in.pkgconfig	2009-04-13 11:03:07.000000000 -0400
-+++ empathy-2.26.1/libempathy-gtk/libempathy-gtk.pc.in	2009-04-13 14:58:12.540770577 -0400
+diff -up ./libempathy-gtk/libempathy-gtk.pc.in.old ./libempathy-gtk/libempathy-gtk.pc.in
+--- ./libempathy-gtk/libempathy-gtk.pc.in.old	2009-05-30 18:08:26.669287439 -0700
++++ ./libempathy-gtk/libempathy-gtk.pc.in	2009-05-30 18:09:05.628230924 -0700
 @@ -5,8 +5,7 @@ includedir=@includedir@
  
  Name: libempathy-gtk
  Description:  Empathy interface library
 -Requires: pkg-config >= 0.21
--Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, \
-+Requires: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, \
-                   libmissioncontrol, libempathy, telepathy-glib, libcanberra-gtk
+-Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libmissioncontrol, \
++Requires: glib-2.0, gobject-2.0, gtk+-2.0, libmissioncontrol, \
+                   libempathy, telepathy-glib, libcanberra-gtk
  Version: @VERSION@
  Libs: -L${libdir} -lempathy-gtk
-diff -up empathy-2.26.1/libempathy/libempathy.pc.in.pkgconfig empathy-2.26.1/libempathy/libempathy.pc.in
---- empathy-2.26.1/libempathy/libempathy.pc.in.pkgconfig	2009-04-13 11:03:07.000000000 -0400
-+++ empathy-2.26.1/libempathy/libempathy.pc.in	2009-04-13 14:57:46.835760669 -0400
-@@ -5,8 +5,7 @@ includedir=@includedir@
- 
- Name: libempathy
- Description:  Empathy base library
--Requires: pkg-config >= 0.21
--Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, \
-+Requires: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, \
-                   gio-2.0, gio-unix-2.0, telepathy-glib
- Version: @VERSION@
- Libs: -L${libdir} -lempathy
+diff -up ./libempathy/libempathy.pc.in.old ./libempathy/libempathy.pc.in


Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- empathy.spec	13 Apr 2009 18:43:41 -0000	1.55
+++ empathy.spec	31 May 2009 05:05:50 -0000	1.56
@@ -2,14 +2,14 @@
 
 ## Minimum required versions of GLib, GTK+, libtelepathy, and Mission-Control,
 ## respectively.
-%global	gtk2_min_version	2.14
+%global	gtk2_min_version	2.16
 %global	glib2_min_version	2.16.0
 %global	tp_mc_min_version	4.61
-%global	tp_glib_min_version	0.7.23
+%global	tp_glib_min_version	0.7.27
 %global	enchant_version		1.2.0		
 
 Name:		empathy
-Version:	2.26.1
+Version:	2.27.2
 Release:	1%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
@@ -17,7 +17,7 @@ Group:		Applications/Communications
 License:	GPLv2+
 URL:		http://live.gnome.org/Empathy
 
-Source0:	http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.bz2
 Source1:	%{name}-README.ConnectionManagers
 
 ## Fedora-specific, to automagically transition the profile names. (#459282)
@@ -228,6 +228,9 @@ fi
 %{python_sitearch}/empathy*.so
 
 %changelog
+* Sat May 30 2009 Peter Gordon <peter at thecodergeek.com> - 2.27.2-1
+- Update to new upstream release (2.27.2)
+
 * Mon Apr 13 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.1-1
 - Update to 2.26.1
 - See http://download.gnome.org/sources/empathy/2.26/empathy-2.26.1.news


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	13 Apr 2009 18:43:41 -0000	1.32
+++ sources	31 May 2009 05:05:51 -0000	1.33
@@ -1 +1 @@
-1edc492c0fd339dc30f0a443adad5fbe  empathy-2.26.1.tar.bz2
+0d367f390c732d72674c423defcc978a  empathy-2.27.2.tar.bz2




More information about the scm-commits mailing list