8bc1f51
## Minimum required versions.
b617252
%global	gtk2_min_version	2.18
b617252
%global	glib2_min_version	2.22.0
54854ff
%global	tp_mc_min_version	5.0.0
b617252
%global	tp_glib_min_version	0.9.0
da17e1e
%global	enchant_version		1.2.0
4d7e232
%global network_manager_version 0.7.0
54854ff
%global libcanberra_version     0.4
c961942
%global webkit_version          1.1.15
54854ff
%global libnotify_version       0.4.4
8bc1f51
%global libchamplain_version    0.4
ed9273c
dnielsen e022239
Name:		empathy
c961942
Version:	2.29.3
c961942
Release:	1%{?dist}
41ce214
Summary:	Instant Messaging Client for GNOME
dnielsen e022239
dnielsen e022239
Group:		Applications/Communications
731d4fd
License:	GPLv2+
dnielsen e022239
URL:		http://live.gnome.org/Empathy
9248296
b617252
Source0:	http://download.gnome.org/sources/%{name}/2.29/%{name}-%{version}.tar.bz2
c4329fa
Source1:	%{name}-README.ConnectionManagers
9248296
6216c17
# http://bugzilla.gnome.org/show_bug.cgi?id=592853
b617252
Patch1:		presence-icons.patch
b1dd236
dnielsen e022239
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
dnielsen e022239
275cbb8
BuildRequires:	enchant-devel >= %{enchant_version}
8d6a43d
BuildRequires:	iso-codes-devel
d1bd273
BuildRequires:	desktop-file-utils
731d4fd
BuildRequires:	evolution-data-server-devel
9ff4d0a
BuildRequires:	GConf2-devel
731d4fd
BuildRequires:	gettext
ed9273c
BuildRequires:	glib2-devel >= %{glib2_min_version}
54854ff
BuildRequires:	gnome-doc-utils >= 0.17.3
54854ff
BuildRequires:	libcanberra-devel >= %{libcanberra_version}
54854ff
BuildRequires:	webkitgtk-devel >= %{webkit_version}
ed9273c
BuildRequires:	gtk2-devel >= %{gtk2_min_version}
9cdc171
BuildRequires:	intltool
ed9273c
BuildRequires:	libxml2-devel
9ff4d0a
BuildRequires:	scrollkeeper
ebb1d11
BuildRequires:	telepathy-glib-devel >= %{tp_glib_min_version}
90a8ba8
BuildRequires:	telepathy-farsight-devel
54854ff
BuildRequires:	libnotify-devel >= %{libnotify_version}
4d7e232
BuildRequires:	NetworkManager-glib-devel >= %{network_manager_version}
b1dd236
BuildRequires:	gnome-keyring-devel
54854ff
BuildRequires:  libchamplain-gtk-devel >= %{libchamplain_version}
5662fbf
BuildRequires:  clutter-gtk-devel
54854ff
BuildRequires:  geoclue-devel >= 0.11
54854ff
BuildRequires:	unique-devel
518809f
BuildRequires:	nautilus-sendto-devel
dnielsen e022239
dnielsen e022239
Requires:	telepathy-filesystem
b617252
Requires:	telepathy-mission-control >= %{tp_mc_min_version}
b617252
## We install the following connection managers by default.
c4329fa
Requires:	telepathy-gabble
c4329fa
Requires:	telepathy-salut
04e8976
Requires:	telepathy-idle
04e8976
Requires:	telepathy-butterfly
ea2ee62
Requires:	telepathy-haze
9521714
dnielsen e022239
Requires(pre):	GConf2
dnielsen e022239
Requires(post):	GConf2
dnielsen e022239
Requires(post):	scrollkeeper
dnielsen e022239
Requires(preun):	GConf2
dnielsen e022239
Requires(postun):	scrollkeeper
dnielsen e022239
8bc1f51
## Profiles are no longer used, so we can drop this around F14.
9248296
Obsoletes:	telepathy-haze-mission-control < 0.2.0-3
9248296
Provides:	telepathy-haze-mission-control = 0.2.0-3
9248296
b617252
## Devel, libs, and python subpackages have been removed.  These can be dropped around F15.
b617252
Obsoletes:	%{name}-devel < 2.29.2-1
b617252
Provides:	%{name}-devel = %{version}-%{release}
b617252
Obsoletes:	%{name}-libs < 2.29.2-1
b617252
Provides:	%{name}-libs = %{version}-%{release}
b617252
Obsoletes:	%{name}-python < 2.29.2-1
b617252
Provides:	%{name}-python = %{version}-%{release}
b617252
dnielsen e022239
%description
41ce214
Empathy is powerful multi-protocol instant messaging client which
41ce214
supports Jabber, GTalk, MSN, IRC, Salut, and other protocols.
41ce214
It is built on top of the Telepathy framework.
731d4fd
ed9273c
dnielsen e022239
%prep
dnielsen e022239
%setup -q
b617252
%patch1 -p1 -b .presence-icons
da17e1e
# force these to be regenerated
da17e1e
rm data/empathy.desktop
da17e1e
rm data/empathy.schemas
da17e1e
dnielsen e022239
%build
ffa8710
## GCC complains about some unused functions, so we forcibly show those as
ffa8710
## simple warnings instead of build-halting errors.
b617252
%configure --disable-static --enable-map=yes --enable-location=yes
9cdc171
## RPATHs are yucky.
9cdc171
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
9cdc171
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
54854ff
# Parallel builds are broken.
54854ff
make
c4329fa
install -m 0644 %{SOURCE1} ./README.ConnectionManagers
dnielsen e022239
6ccf4cc
dnielsen e022239
%install
dnielsen e022239
rm -rf $RPM_BUILD_ROOT
dnielsen e022239
make install DESTDIR=$RPM_BUILD_ROOT
8d6a43d
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
8d6a43d
dnielsen e022239
%find_lang %{name}
8d6a43d
dnielsen e022239
desktop-file-install --vendor fedora --delete-original	\
ed9273c
	--dir %{buildroot}%{_datadir}/applications	\
ebb1d11
	%{buildroot}%{_datadir}/applications/%{name}.desktop
dnielsen e022239
6ccf4cc
dnielsen e022239
%clean
ed9273c
rm -rf %{buildroot}
dnielsen e022239
6ccf4cc
dnielsen e022239
%pre
dnielsen e022239
if [ "$1" -gt 1 ]; then
ed9273c
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
	gconftool-2 --makefile-uninstall-rule	\
ed9273c
		%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
dnielsen e022239
fi
dnielsen e022239
6ccf4cc
dnielsen e022239
%post
ed9273c
export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
gconftool-2 --makefile-install-rule	\
ed9273c
	%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
ed9273c
scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
ed9273c
touch --no-create %{_datadir}/icons/hicolor ||:
ed9273c
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
ed9273c
6ccf4cc
dnielsen e022239
%preun
dnielsen e022239
if [ "$1" -eq 0 ]; then
ed9273c
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
ed9273c
	gconftool-2 --makefile-uninstall-rule	\
ed9273c
		%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
dnielsen e022239
fi
dnielsen e022239
6ccf4cc
dnielsen e022239
%postun
dnielsen e022239
scrollkeeper-update -q || :
dnielsen e022239
touch --no-create %{_datadir}/icons/hicolor || :
dnielsen e022239
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
dnielsen e022239
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
dnielsen e022239
fi
dnielsen e022239
6ccf4cc
dnielsen e022239
%files -f %{name}.lang
dnielsen e022239
%defattr(-,root,root,-)
c4329fa
%doc AUTHORS COPYING README README.ConnectionManagers NEWS
dnielsen e022239
%{_sysconfdir}/gconf/schemas/%{name}.schemas
dnielsen e022239
%{_bindir}/empathy
f198450
%{_libdir}/nautilus-sendto/plugins/libnstempathy.so
dnielsen e022239
%{_datadir}/empathy/
9cdc171
%{_datadir}/applications/fedora-%{name}*.desktop
ebb1d11
%{_datadir}/gnome/help/%{name}/
731d4fd
%{_datadir}/icons/hicolor/*/apps/%{name}*
54854ff
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
54854ff
%{_datadir}/telepathy/clients/Empathy.client
275cbb8
%{_mandir}/man1/empathy*.1.gz
ed9273c
dnielsen e022239
%changelog
c961942
* Mon Nov 30 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.3-1
c961942
- Update to 2.29.3.
c961942
- Drop nautilus sendto plugin linking patch. Fixed upstream.
c961942
- Drop broken NetworkManager patch.  Fixed upstream.
c961942
518809f
* Wed Nov 18 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-2
518809f
- Rebuild with nautilus-sendto plugin
518809f
b617252
* Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.2-1
b617252
- Update to 2.29.2.
b617252
- Remove devel, libs, and python subpackages since empathy no longer ships
b617252
  libempathy and libempathy-gtk as shared libraries.
b617252
- Remove configure options no longer available.
b617252
- Update source url.
b617252
- Drop pkgconfig patch.
b617252
b1dd236
* Mon Oct 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1.1-2
b1dd236
- Disable panel applets, since they are unmaintained and being dropped from Empathy.
b1dd236
b1dd236
* Mon Oct 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1.1-1
b1dd236
- Update to 2.28.1.1.
b1dd236
- See http://download.gnome.org/sources/empathy/2.28/empathy-2.28.1.1.news
b1dd236
b1dd236
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
b1dd236
- Another upstream crash fix
b1dd236
b1dd236
* Sun Oct 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-2
b1dd236
- Include a number of crash fixes from the stable branch
b1dd236
d84f4c7
* Mon Oct 19 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1-1
d84f4c7
- Update to 2.28.1.
b1dd236
- Drop no-settings patch.  Fixed upstream.
b1dd236
b1dd236
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0.1-3
b1dd236
- Include an upstream fix for a possible crash in the accounts dialog
d84f4c7
04e8976
* Tue Oct 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0.1-2
04e8976
- Require tp-idle and tp-butterfly.
04e8976
df1bfd8
* Fri Oct  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0.1-1
df1bfd8
- Update to 2.28.0.1.
df1bfd8
- See http://download.gnome.org/sources/empathy/2.28/empathy-2.28.0.1.news
df1bfd8
8bc1f51
* Mon Sep 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0-1
8bc1f51
- Update to 2.28.0.
8bc1f51
- Drop video widget patch.  Fixed upstream.
8bc1f51
- Update src.
8bc1f51
33c5928
* Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.92-2
33c5928
- Back-port patch to prevent video widget from crashing.
33c5928
75a9d35
* Tue Sep  8 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.92-1
75a9d35
- Update to 2.27.92.
75a9d35
- Drop desktop category patch.  Fixed upstream.
75a9d35
- Drop fix-nav-handling patch.  Fixed upstream.
75a9d35
d5da8b2
* Tue Sep  1 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-6
d5da8b2
- Add patch to workaround NetworkManager pc file name change.
d5da8b2
6da8c1b
* Sat Aug 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-5
6da8c1b
- Backport patch to fix incorrect assumption about navigation-request. (#519849)
6da8c1b
5469ed2
* Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91.1-4
5469ed2
- Rebuild against newer libnm_glib
5469ed2
d163088
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-3
d163088
- Sigh.. let's drop the requires on mission-control-devel in the devel sub.
d163088
dc2eebe
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-2
dc2eebe
- Update broken pkgconfig patch to not include libmissioncontrol.
dc2eebe
- Drop BR on telepathy-mission-control-devel. mc is a runtime dep.
dc2eebe
54854ff
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-1
54854ff
- Update to 2.27.91.1.
54854ff
- Add BR on unique-devel.
54854ff
- Update presence-icons patch.
54854ff
- Add patch to fix invalid category in desktop file.
54854ff
- Drop clutter patch.  Fixed upstream.
54854ff
6216c17
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-3
6216c17
- Make presence icons show up in the menus
6216c17
4118073
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
4118073
- Enable map and location features
4118073
374398c
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
374398c
- Update to 2.27.5
374398c
16535d6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
16535d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
16535d6
ba6c56f
* Thu Jul 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-2
ba6c56f
- Deal with some stubborn buttons
ba6c56f
4d7e232
* Wed Jul 15 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.4-1
4d7e232
- Update to 2.27.4.
4d7e232
- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.4.news
4d7e232
- Drop mission-control-convert patch.
4d7e232
- Add BR on NetworkManager-glib-devel.
4d7e232
9c429a0
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-4
9c429a0
- Require telepathy-mission-control
9c429a0
da17e1e
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-3
da17e1e
- Shrink GConf schemas
da17e1e
f954471
* Wed Jun 17 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.3-2
f954471
- Drop libglade BR, it's no longer needed.
f954471
f954471
* Wed Jun 17 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.3-1
4233370
- Update to 2.27.3.
4233370
- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.3.news
4233370
- Add BR on webkitgtk-devel.
4233370
- Bump version of tp-glib needed.
4233370
- Update tp-mission-control-convert patch.
4233370
- TODO: Enable libchamplain & geoclue support once deps are met.
4233370
6cd0837
* Sat May 30 2009 Peter Gordon <peter@thecodergeek.com> - 2.27.2-1
6cd0837
- Update to new upstream release (2.27.2)
6cd0837
9ff4d0a
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
9ff4d0a
- Update to 2.26.1
9ff4d0a
- See http://download.gnome.org/sources/empathy/2.26/empathy-2.26.1.news
9ff4d0a
e3d0125
* Fri Apr  3 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.26.0.1-2
e3d0125
- Update pkgconfig patch to add libcanberra-gtk requires. (#493954)
e3d0125
84eca85
* Mon Mar 30 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0.1-1
3cdaf7b
- Update to new upstream release (2.26.0.1): updated translations, fixes a
3cdaf7b
  couple of crasher bugs and usage of the UNIX socket address.
84eca85
000b30e
* Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0-1
000b30e
- Update to new upstream release (2.26.0).
000b30e
cbbeeb2
* Tue Mar 03 2009 Peter Gordon <peter@thecodergeek.com> - 2.25.92-1
cbbeeb2
- Update to new upstream release (2.25.92).
cbbeeb2
- Bump minimum required telepathy-glib version.
cbbeeb2
f764f5d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
f764f5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f764f5d
cc97c40
* Mon Feb 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.91-1
cc97c40
- Update to 2.25.91
cc97c40
90a8ba8
* Tue Feb 10 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.90-1
90a8ba8
- Update to 2.25.90.
90a8ba8
- Bump min version of tp-glib needed.
90a8ba8
- Add BR on tp-farsight-devel & libnotify-devel.
90a8ba8
- Drop Requires on tp-stream-engine.
90a8ba8
901bb0d
* Tue Jan  6 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.4-1
901bb0d
- Update to 2.25.4.
901bb0d
- Add BR on libcanberra-devel.
901bb0d
2491151
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-4
2491151
- Add patch to work around our broken pkgconfig.
2491151
3f57cd1
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-3
3f57cd1
- Rebuild.
3f57cd1
3b82985
* Sat Dec 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-2
3b82985
- Update mission-control-convert patch.
3b82985
911a217
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
911a217
- Update to 2.25.3
911a217
ba58ea2
* Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 2.25.2-1
ba58ea2
- Update to new upstream release (2.25.2)
ba58ea2
9959834
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.24.1-4
9959834
- Rebuild for Python 2.6
9959834
41ce214
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
41ce214
- Tweak %%description
41ce214
eade6f1
* Thu Nov 20 2008 Peter Gordon <peter@thecodergeek.com>
eade6f1
- Fix Source0 URL.
eade6f1
f24bdf6
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
f24bdf6
- Update to 2.24.1
f24bdf6
f7607b2
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
f7607b2
- Update to 2.24.0
f7607b2
e9353ac
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
e9353ac
- Update to 2.23.92
e9353ac
39939b2
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
39939b2
- Update to 2.23.91
39939b2
ea2ee62
* Sun Aug 24 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-2
ea2ee62
- Now that Empathy will be the default IM client in F10+, hardcode a dependency
ea2ee62
  on telepathy-haze to keep the same protocol functionality across upgrades,
ea2ee62
  for a much improved "out of the box" experience.
ea2ee62
- Reference: bug 458935.
ea2ee62
78912db
* Fri Aug 22 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-1
78912db
- Update to new upstream release (2.23.90)
78912db
7005ad6
* Fri Aug 15 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-3
7005ad6
- Apply patch from Colin Walters to automagically update profile namings for
7005ad6
  the switch to using Empathy's provided profiles.
7005ad6
- Drop the upgrade script (no longer needed since it's automatically done).
7005ad6
  - upgrade-haze-profiles.sh
7005ad6
9248296
* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-2
9248296
- Use upstream's AIM, ICQ, MSN-Haze, and Yahoo profiles instead of recommending
9248296
  the telepathy-haze-mission-control package. (The Haze-provided ones have grown
9248296
  horribly stale...). This makes for better automagic functionality (if Haze is
9248296
  installed, Empathy/MC will autodetect it) and tracks upstream more closely.
7005ad6
  + upgrade-haze-profiles.sh
9248296
9cdc171
* Mon Aug 04 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-1
9cdc171
- Update to new upstream release (2.23.6)
9cdc171
- Use the in-tarball libtool scripts instead of the system copy to workaround
9cdc171
  'make install' errors.
9cdc171
992b23e
* Wed Jul 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.4-1
992b23e
- Update to 0.23.4.
992b23e
- Update source url.
992b23e
2be85bf
* Mon Jun  2 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.3-1
2be85bf
- Update to 0.23.3.
2be85bf
- Remove reference to stream-engine in connections managers readme.
2be85bf
275cbb8
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.2-1
275cbb8
- Update to 0.23.2.
275cbb8
- Add man pages.
275cbb8
- Use enchant-devel, instead of aspell-devel.
275cbb8
8f4412c
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-3
8f4412c
- Rebuild for new e-d-s.
8f4412c
8d6a43d
* Sun May  4 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-2
8d6a43d
- Drop multiple copies of COPYING file.
8d6a43d
- Drop BR on gnome-vfs2-devel.
8d6a43d
- Require telepathy-stream-engine for VOIP support.
8d6a43d
- Add BR on iso-codes-devel, so spell-checking is enabled.
8d6a43d
ebb1d11
* Wed Apr 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.23.1-1
ebb1d11
- Update to new upstream release (0.23.1)
ebb1d11
- Drop libtelepathy dependencies; upstream switched fully to telepathy-glib.
ebb1d11
0d84164
* Fri Apr 11 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.1-1
0d84164
- Update to new upstream release (0.22.1)
0d84164
1b46df7
* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.0-1
1b46df7
- Update to new upstream release (0.22.0)
1b46df7
9521714
* Sun Mar 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.91-1
ff83983
- Update to new upstream release (0.21.91)
9521714
ffa8710
* Fri Feb 22 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.90-1
ffa8710
- Update to new upstream release (0.21.90)
ffa8710
aad6526
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.21.4-2
aad6526
- Autorebuild for GCC 4.3
aad6526
16624fa
* Mon Dec 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.4-1
16624fa
- Update to new upstream release (0.21.4)
16624fa
33fef12
* Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.2-1
33fef12
- Update to new upstream release (0.21.2)
33fef12
- Drop backported drag-and-drop patch (fixed upstream):
33fef12
    - svn380-fix-contact-DnD.patch
33fef12
- Update README.ConnectionManagers: Include Haze package note, remove Galago
33fef12
  note (a feed-only connection manager isn't useful for instant messaging),
33fef12
  and fix some wording.
33fef12
377157f
* Fri Oct 19 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-5
377157f
- Backport upstream patch to fixes crashes when using drag-and-drop of a
377157f
  contact from the buddy list to the current conversation window to initiate a
377157f
  conversation:
377157f
    + svn380-fix-contact-DnD.patch 
377157f
- Resolves: GNOME bug 483168 (crash in Empathy Instant Messenger: I had
377157f
  dragged a contact ...) 
377157f
c4329fa
* Tue Oct 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-4
c4329fa
- Depend on Salut and Gabble to enable XMPP by default. Otherwise, Empathy
c4329fa
  is essentially useless due to the need to install an external connection
c4329fa
  manager. Also, add a README.ConnectionManagers to the installed
c4329fa
  documentation which lists other possibilities.
c4329fa
- Resolves: bug 308871 (Make empathy dependent at least on telepathy-gabble)
c4329fa
  and bug 334221 (Default empathy install is useless).
c4329fa
0dcd543
* Wed Oct 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-3
0dcd543
- Enable VoIP support for those brave enough to test/break/debug it (F9+
0dcd543
  only). Though it is functional, it is still deemed rather unstable by
0dcd543
  upstream. Use it at your own risk. :)
0dcd543
c9df675
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-2
c9df675
- Disable VoIP support at this time, since it is deemed unstable by upstream
c9df675
  for now. (Thanks to Brian Pepple for the notice.)
c9df675
  
b2bc96d
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-1
b2bc96d
- Update to new upstream release (0.14).
b2bc96d
ed9273c
* Sun Sep 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
ed9273c
- Update to new upstream release (0.13), which adds a panel applet (Megaphone)
ed9273c
  and python bindings.
ed9273c
- Split shared libraries into a libs subpackage for easier handling
ed9273c
  in multi-lib environments.
ed9273c
6ccf4cc
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-2
6ccf4cc
- Add ldconfig invocations to %%post and %%postun scriptlets.
6ccf4cc
731d4fd
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-1
731d4fd
- Update to new upstream release (0.12).
731d4fd
- Build against new mission-control stack.
731d4fd
- Update License tag (GPLv2+).
731d4fd
- Alphabetize BuildRequires list (aesthetic-only change).
731d4fd
c193edc
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.8-2
c193edc
- Rebuild for selinux ppc32 issue.
c193edc
731d4fd
* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.11-1
731d4fd
- Update to new upstream release (0.11)
731d4fd
dnielsen e91c7f6
* Fri Jun 22 2007 David Nielsen <david@lovesunix.net> - 0.8-1
dnielsen e91c7f6
- bump to 0.8
dnielsen e91c7f6
- Now with aspell support (deat to teh speeling mistaks)
dnielsen e91c7f6
dnielsen 522ad16
* Sat Jun  9 2007 David Nielsen <david@lovesunix.net> - 0.7-1
dnielsen 522ad16
- bump to 0.7
dnielsen 522ad16
dnielsen e022239
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-3
dnielsen e022239
- Add telepathy-filesystem to Requires
dnielsen e022239
- Move .desktop from autostart to applications
dnielsen e022239
- Nasty hackery to make empathy launch from the menu
dnielsen e022239
dnielsen e022239
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-2
dnielsen e022239
- Add gettext to BuildRequires
dnielsen e022239
dnielsen e022239
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.6-1
dnielsen e022239
- Bump to 0.6
dnielsen e022239
dnielsen e022239
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.5-2
dnielsen e022239
- Let Empathy own the directory and not just the files in it
dnielsen e022239
dnielsen e022239
* Tue May 30 2007 David Nielsen <david@lovesunix.net> - 0.5-1
dnielsen e022239
- Initial package