diff --git a/.cvsignore b/.cvsignore index 78b6b08..52f2856 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -empathy-0.21.4.tar.bz2 +empathy-0.21.90.tar.bz2 diff --git a/empathy.spec b/empathy.spec index 9524e7f..3ff650d 100644 --- a/empathy.spec +++ b/empathy.spec @@ -10,8 +10,8 @@ %global tp_glib_min_version 0.7.0 Name: empathy -Version: 0.21.4 -Release: 2%{?dist} +Version: 0.21.90 +Release: 1%{?dist} Summary: GNOME Instant Messaging Client Group: Applications/Communications @@ -106,7 +106,9 @@ bindings to the libempathy and libempathy-gtk libraries, respectively. %build -%configure --enable-voip +## GCC complains about some unused functions, so we forcibly show those as +## simple warnings instead of build-halting errors. +%configure --enable-voip --with-compile-warnings=yes make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool install -m 0644 %{SOURCE1} ./README.ConnectionManagers @@ -174,15 +176,19 @@ fi %{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas %{_bindir}/empathy %{_bindir}/empathy-accounts +%{_bindir}/empathy-logs %{_datadir}/dbus-1/services/org.gnome.Empathy.Chat.service %{_datadir}/empathy/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* -## AIM support is through Haze, and it (the telepathy-haze-mission-control -## package) provides its own profile with greater "out of the box" +## Support for these are through Haze, and it (telepathy-haze-mission-control +## package) provides its own profiles with greater "out of the box" ## functionality, such as a slightly more sensible configuration UI with ## proper by-default login server settings from Pidgin. %exclude %{_datadir}/mission-control/profiles/aim.profile +%exclude %{_datadir}/mission-control/profiles/icq.profile +%exclude %{_datadir}/mission-control/profiles/msn-haze.profile +%exclude %{_datadir}/mission-control/profiles/yahoo.profile %{_datadir}/mission-control/profiles/gtalk.profile %{_datadir}/mission-control/profiles/irc.profile %{_datadir}/mission-control/profiles/jabber.profile @@ -221,6 +227,9 @@ fi %changelog +* Fri Feb 22 2008 Peter Gordon - 0.21.90-1 +- Update to new upstream release (0.21.90) + * Tue Feb 19 2008 Fedora Release Engineering - 0.21.4-2 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 1301d84..45ad990 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53dc9904ce57778eb2142a576cd22d0e empathy-0.21.4.tar.bz2 +6a9f253a151d180ea6ff621727124e24 empathy-0.21.90.tar.bz2