From 8a5087e37335203129cb47886d7fb1737f879ab7 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: May 04 2008 22:45:25 +0000 Subject: - Drop BR on gnome-vfs2-devel. - Add BR on iso-codes-devel, so spell-checking is enabled. --- diff --git a/empathy.spec b/empathy.spec index d3d30e8..c9f7288 100644 --- a/empathy.spec +++ b/empathy.spec @@ -9,7 +9,7 @@ Name: empathy Version: 0.23.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME Instant Messaging Client Group: Applications/Communications @@ -20,6 +20,7 @@ Source1: %{name}-README.ConnectionManagers BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: aspell-devel +BuildRequires: iso-codes-devel BuildRequires: desktop-file-utils BuildRequires: evolution-data-server-devel BuildRequires: GConf2-devel @@ -27,7 +28,6 @@ BuildRequires: gettext BuildRequires: glib2-devel >= %{glib2_min_version} BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: gnome-panel-devel -BuildRequires: gnome-vfs2-devel BuildRequires: gtk2-devel >= %{gtk2_min_version} BuildRequires: libglade2-devel BuildRequires: libtool @@ -110,7 +110,7 @@ bindings to the libempathy and libempathy-gtk libraries, respectively. %build ## GCC complains about some unused functions, so we forcibly show those as ## simple warnings instead of build-halting errors. -%configure --with-compile-warnings=yes --disable-static +%configure --with-compile-warnings=yes --disable-static make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool install -m 0644 %{SOURCE1} ./README.ConnectionManagers @@ -225,6 +225,10 @@ fi %exclude %{python_sitearch}/*.a %changelog +* Sun May 4 2008 Brian Pepple - 0.23.1-2 +- Drop BR on gnome-vfs2-devel. +- Add BR on iso-codes-devel, so spell-checking is enabled. + * Sat May 3 2008 Brian Pepple - 0.23.1-1 - Update to new upstream release. - Require telepathy-stream-engine for VOIP support (#444764)