rpms/empathy/devel .cvsignore, 1.60, 1.61 empathy.spec, 1.113, 1.114 sources, 1.60, 1.61

Brian Pepple bpepple at fedoraproject.org
Fri Jul 9 19:44:17 UTC 2010


Author: bpepple

Update of /cvs/pkgs/rpms/empathy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32761

Modified Files:
	.cvsignore empathy.spec sources 
Log Message:
* Fri Jul  9 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.4-1
- Update to 2.31.4.
- Disable libchamplain support for now due to api change.
- Drop schemas regeneration since empathy uses gsettings now.
- Add BR on telepathy-logger-devel.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- .cvsignore	8 Jun 2010 00:29:22 -0000	1.60
+++ .cvsignore	9 Jul 2010 19:44:17 -0000	1.61
@@ -1 +1 @@
-empathy-2.31.3.tar.bz2
+empathy-2.31.4.tar.bz2


Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- empathy.spec	6 Jul 2010 23:38:17 -0000	1.113
+++ empathy.spec	9 Jul 2010 19:44:17 -0000	1.114
@@ -1,8 +1,8 @@
 ## Minimum required versions.
-%global	gtk2_min_version	2.20
-%global	glib2_min_version	2.22.0
+%global	gtk2_min_version	2.21.2
+%global	glib2_min_version	2.25.9
 %global	tp_mc_min_version	5.0.0
-%global	tp_glib_min_version	0.11.6
+%global	tp_glib_min_version	0.11.7
 %global	enchant_version		1.2.0
 %global network_manager_version 0.7.0
 %global libcanberra_version     0.4
@@ -11,8 +11,8 @@
 %global libchamplain_version    0.4
 
 Name:		empathy
-Version:	2.31.3
-Release:	4%{?dist}
+Version:	2.31.4
+Release:	1%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -43,11 +43,12 @@ BuildRequires:	telepathy-farsight-devel
 BuildRequires:	libnotify-devel >= %{libnotify_version}
 BuildRequires:	NetworkManager-glib-devel >= %{network_manager_version}
 BuildRequires:	gnome-keyring-devel
-BuildRequires:  libchamplain-gtk-devel >= %{libchamplain_version}
+#BuildRequires:  libchamplain-gtk-devel >= %{libchamplain_version}
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  geoclue-devel >= 0.11
 BuildRequires:	unique-devel
 BuildRequires:	nautilus-sendto-devel
+BuildRequires:  telepathy-logger-devel >= 0.1.2
 
 Requires:	telepathy-filesystem
 Requires:	telepathy-mission-control >= %{tp_mc_min_version}
@@ -82,14 +83,13 @@ It is built on top of the Telepathy fram
 
 %prep
 %setup -q
-# force these to be regenerated
+# force this to be regenerated
 rm data/empathy.desktop
-rm data/empathy.schemas
 
 %build
 ## GCC complains about some unused functions, so we forcibly show those as
 ## simple warnings instead of build-halting errors.
-%configure --disable-static --enable-map=yes --enable-location=yes --enable-tpl=no --enable-favourite-contacts=no
+%configure --disable-static
 ## RPATHs are yucky.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -139,7 +139,7 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README README.ConnectionManagers NEWS
-%{_sysconfdir}/gconf/schemas/%{name}.schemas
+#%{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-accounts
 %{_bindir}/%{name}-debugger
@@ -153,6 +153,12 @@ fi
 %{_mandir}/man1/empathy*.1.gz
 
 %changelog
+* Fri Jul  9 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.4-1
+- Update to 2.31.4.
+- Disable libchamplain support for now due to api change.
+- Drop schemas regeneration since empathy uses gsettings now.
+- Add BR on telepathy-logger-devel.
+
 * Tue Jul  6 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.3-4
 - Rebuild for new libchamplain.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- sources	8 Jun 2010 00:29:22 -0000	1.60
+++ sources	9 Jul 2010 19:44:17 -0000	1.61
@@ -1 +1 @@
-b0d654567cf553f125ee2b4b7959ce0c  empathy-2.31.3.tar.bz2
+c4250f9bd7228082b7b588fc873c4522  empathy-2.31.4.tar.bz2



More information about the scm-commits mailing list