rpms/empathy/devel .cvsignore, 1.33, 1.34 empathy-fedora-mission-control-convert.patch, 1.3, 1.4 empathy.spec, 1.56, 1.57 sources, 1.33, 1.34

Brian Pepple bpepple at fedoraproject.org
Wed Jun 17 23:46:49 UTC 2009


Author: bpepple

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

Modified Files:
	.cvsignore empathy-fedora-mission-control-convert.patch 
	empathy.spec sources 
Log Message:
* Tue Jun 17 2009 Brian Pepple <bpepple at fedoraproject.org> - 2.27.3-1
- Update to 2.27.3.
- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.3.news
- Add BR on webkitgtk-devel.
- Bump version of tp-glib needed.
- Update tp-mission-control-convert patch.
- TODO: Enable libchamplain & geoclue support once deps are met.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- .cvsignore	31 May 2009 05:05:50 -0000	1.33
+++ .cvsignore	17 Jun 2009 23:46:18 -0000	1.34
@@ -1 +1 @@
-empathy-2.27.2.tar.bz2
+empathy-2.27.3.tar.bz2

empathy-fedora-mission-control-convert.patch:

Index: empathy-fedora-mission-control-convert.patch
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy-fedora-mission-control-convert.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- empathy-fedora-mission-control-convert.patch	11 Feb 2009 17:15:06 -0000	1.3
+++ empathy-fedora-mission-control-convert.patch	17 Jun 2009 23:46:18 -0000	1.4
@@ -1,8 +1,8 @@
-diff -urp empathy-2.25.90.OLD/src/empathy.c empathy-2.25.90/src/empathy.c
---- empathy-2.25.90.OLD/src/empathy.c	2009-02-03 04:01:43.000000000 -0500
-+++ empathy-2.25.90/src/empathy.c	2009-02-11 11:58:15.000000000 -0500
-@@ -404,6 +404,47 @@ new_call_handler_cb (EmpathyCallFactory 
- 		gtk_widget_show (GTK_WIDGET (window));
+diff -urp empathy-2.27.3.OLD/src/empathy.c empathy-2.27.3/src/empathy.c
+--- empathy-2.27.3.OLD/src/empathy.c	2009-06-11 07:23:25.000000000 -0400
++++ empathy-2.27.3/src/empathy.c	2009-06-17 19:36:57.767414071 -0400
+@@ -449,6 +449,48 @@ new_call_handler_cb (EmpathyCallFactory 
+ 	gtk_widget_show (GTK_WIDGET (window));
  }
  
 +/* This change is specific to Fedora and how we set up
@@ -39,17 +39,18 @@ diff -urp empathy-2.25.90.OLD/src/empath
 +			g_rename (fullpath, newpath);
 +			g_free (newpath);
 +		}
-+ 		g_free (fullpath);
++		g_free (fullpath);
 +	}
 +
 +	g_dir_close (accts);
 +	g_free (path);
 +}
 +
++
  int
  main (int argc, char *argv[])
  {
-@@ -458,6 +499,8 @@ main (int argc, char *argv[])
+@@ -512,6 +554,8 @@ main (int argc, char *argv[])
  	gtk_window_set_default_icon_name ("empathy");
  	textdomain (GETTEXT_PACKAGE);
  


Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- empathy.spec	31 May 2009 05:05:50 -0000	1.56
+++ empathy.spec	17 Jun 2009 23:46:18 -0000	1.57
@@ -5,11 +5,11 @@
 %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.27
+%global	tp_glib_min_version	0.7.31
 %global	enchant_version		1.2.0		
 
 Name:		empathy
-Version:	2.27.2
+Version:	2.27.3
 Release:	1%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
@@ -38,7 +38,8 @@ BuildRequires:	gettext
 BuildRequires:	glib2-devel >= %{glib2_min_version}
 BuildRequires:	gnome-doc-utils >= 0.3.2
 BuildRequires:	gnome-panel-devel
-BuildRequires:	libcanberra-devel
+BuildRequires:	libcanberra-devel >= 0.4
+BuildRequires:	webkitgtk-devel >= 1.1.7
 BuildRequires:	gtk2-devel >= %{gtk2_min_version}
 BuildRequires:	intltool
 BuildRequires:	libglade2-devel
@@ -228,6 +229,14 @@ fi
 %{python_sitearch}/empathy*.so
 
 %changelog
+* Tue Jun 17 2009 Brian Pepple <bpepple at fedoraproject.org> - 2.27.3-1
+- Update to 2.27.3.
+- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.3.news
+- Add BR on webkitgtk-devel.
+- Bump version of tp-glib needed.
+- Update tp-mission-control-convert patch.
+- TODO: Enable libchamplain & geoclue support once deps are met.
+
 * Sat May 30 2009 Peter Gordon <peter at thecodergeek.com> - 2.27.2-1
 - Update to new upstream release (2.27.2)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	31 May 2009 05:05:51 -0000	1.33
+++ sources	17 Jun 2009 23:46:18 -0000	1.34
@@ -1 +1 @@
-0d367f390c732d72674c423defcc978a  empathy-2.27.2.tar.bz2
+082624ff1ea1086b8f64658a0949fcc5  empathy-2.27.3.tar.bz2




More information about the fedora-extras-commits mailing list