Blame SPECS/empathy.spec

6ab996
## Minimum required versions.
fcbf23
%global	gtk3_min_version	3.9.4
fcbf23
%global	glib2_min_version	2.37.6
6ab996
%global	tp_mc_min_version	5.12.0
fcbf23
%global	tp_glib_min_version	0.23.2
6ab996
%global	enchant_version		1.2.0
6ab996
%global network_manager_version 0.7.0
6ab996
%global libcanberra_version	0.4
fcbf23
%global webkit_version		1.9.1
6ab996
%global goa_version		3.5.1
6ab996
%global libnotify_version	0.7.0
6ab996
%global libchamplain_version	0.12.1
fcbf23
%global folks_version		0.9.5
6ab996
%global gstreamer_version	0.10.32
6ab996
%global libsecret_version	0.5
6ab996
%global gcr_version		2.91.4
6ab996
6ab996
Name:		empathy
fcbf23
Version:	3.12.10
fcbf23
Release:	2%{?dist}
6ab996
Summary:	Instant Messaging Client for GNOME
6ab996
6ab996
License:	GPLv2+
6ab996
URL:		http://live.gnome.org/Empathy
6ab996
fcbf23
Source0:	http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz
6ab996
Source1:	%{name}-README.ConnectionManagers
6ab996
fcbf23
Patch0:		translations.patch
fcbf23
# https://bugzilla.redhat.com/show_bug.cgi?id=1142832
fcbf23
Patch1:		0001-help-Remove-IRC-content.patch
6ab996
fcbf23
BuildRequires:  pkgconfig
fcbf23
BuildRequires:  autoconf
fcbf23
BuildRequires:  automake
fcbf23
BuildRequires:  libtool
6ab996
BuildRequires:	enchant-devel >= %{enchant_version}
6ab996
BuildRequires:	iso-codes-devel
6ab996
BuildRequires:	desktop-file-utils
6ab996
BuildRequires:	gettext
6ab996
BuildRequires:	glib2-devel >= %{glib2_min_version}
fcbf23
BuildRequires:	gnutls-devel
6ab996
BuildRequires:	libcanberra-devel >= %{libcanberra_version}
6ab996
BuildRequires:	webkitgtk3-devel >= %{webkit_version}
6ab996
BuildRequires:	gtk3-devel >= %{gtk3_min_version}
6ab996
BuildRequires:	intltool
6ab996
BuildRequires:	libxml2-devel
6ab996
BuildRequires:	gsettings-desktop-schemas-devel
6ab996
BuildRequires:	telepathy-glib-devel >= %{tp_glib_min_version}
6ab996
BuildRequires:	telepathy-farstream-devel >= 0.2.1
6ab996
BuildRequires:	libnotify-devel >= %{libnotify_version}
6ab996
BuildRequires:	NetworkManager-glib-devel >= %{network_manager_version}
6ab996
BuildRequires:	libchamplain-gtk-devel >= %{libchamplain_version}
6ab996
BuildRequires:	clutter-gtk-devel >= 1.1.2
fcbf23
BuildRequires:	geoclue2-devel
fcbf23
BuildRequires:	geocode-glib-devel
6ab996
BuildRequires:	telepathy-logger-devel >= 0.8.0
6ab996
BuildRequires:	folks-devel >= 1:%{folks_version}
6ab996
BuildRequires:	clutter-gst2-devel
6ab996
BuildRequires:	gstreamer1-devel >= %{gstreamer_version}
6ab996
BuildRequires:	cogl-devel
6ab996
BuildRequires:	cheese-libs-devel
6ab996
BuildRequires:	pulseaudio-libs-devel
6ab996
BuildRequires:	libgudev1-devel
6ab996
BuildRequires:	telepathy-mission-control-devel
6ab996
BuildRequires:	gnome-online-accounts-devel >= %{goa_version}
6ab996
BuildRequires:	libsecret-devel >= %{libsecret_version}
6ab996
BuildRequires:	gcr-devel >= %{gcr_version}
6ab996
BuildRequires:	pkgconfig(gee-0.8)
6ab996
BuildRequires:	itstool
fcbf23
BuildRequires:	yelp-tools
6ab996
# hack to conserve space on the live cd
6ab996
BuildRequires:	/usr/bin/convert
6ab996
6ab996
Requires:	telepathy-filesystem
6ab996
Requires:	telepathy-mission-control >= %{tp_mc_min_version}
6ab996
## We install the following connection managers by default.
6ab996
Requires:	telepathy-gabble >= 0.16.0
6ab996
Requires:	telepathy-salut >= 0.8.0
fcbf23
%if 0%{?fedora}
fcbf23
Requires:	telepathy-idle
fcbf23
%endif
6ab996
Requires:	telepathy-haze >= 0.6.0
6ab996
6ab996
Requires(post): /usr/bin/gtk-update-icon-cache
6ab996
Requires(postun): /usr/bin/gtk-update-icon-cache
6ab996
6ab996
6ab996
%description
6ab996
Empathy is powerful multi-protocol instant messaging client which
6ab996
supports Jabber, GTalk, MSN, IRC, Salut, and other protocols.
6ab996
It is built on top of the Telepathy framework.
6ab996
6ab996
6ab996
%prep
6ab996
%setup -q
fcbf23
#%patch0 -p1 -b .translations
fcbf23
%patch1 -p1 -b .remove-irc
6ab996
# force this to be regenerated
6ab996
rm data/empathy.desktop
6ab996
6ab996
6ab996
%build
fcbf23
autoreconf -f -i
6ab996
## GCC complains about some unused functions, so we forcibly show those as
6ab996
## simple warnings instead of build-halting errors.
fcbf23
%configure --disable-static --enable-ubuntu-online-accounts=no
6ab996
# Parallel builds are broken.
6ab996
make
6ab996
install -m 0644 %{SOURCE1} ./README.ConnectionManagers
6ab996
6ab996
6ab996
%install
6ab996
make install DESTDIR=$RPM_BUILD_ROOT
6ab996
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
6ab996
6ab996
%find_lang %{name} --with-gnome
fcbf23
%find_lang empathy-tpaw
6ab996
6ab996
desktop-file-install --delete-original			\
6ab996
	--dir %{buildroot}%{_datadir}/applications	\
6ab996
	%{buildroot}%{_datadir}/applications/%{name}.desktop
6ab996
6ab996
# hack to conserve space on the live image
6ab996
for f in video_overview.png conf_overview.png croom_overview.png; do
6ab996
  convert %{buildroot}%{_datadir}/help/C/empathy/figures/$f -resize 150x150 $f
6ab996
  mv $f %{buildroot}%{_datadir}/help/C/empathy/figures
6ab996
done
6ab996
6ab996
6ab996
%post
6ab996
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
6ab996
/sbin/ldconfig
6ab996
6ab996
6ab996
%postun
6ab996
if [ $1 -eq 0 ]; then
6ab996
   touch --no-create %{_datadir}/icons/hicolor &>/dev/null
6ab996
   gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
6ab996
   glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
6ab996
fi
6ab996
/sbin/ldconfig
6ab996
6ab996
6ab996
%posttrans
6ab996
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
6ab996
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
6ab996
6ab996
fcbf23
%files -f %{name}.lang -f empathy-tpaw.lang
6ab996
%doc AUTHORS COPYING README README.ConnectionManagers NEWS
6ab996
%doc COPYING-DOCS COPYING.LGPL COPYING.SHARE-ALIKE
6ab996
%{_bindir}/%{name}
6ab996
%{_bindir}/%{name}-accounts
6ab996
%{_bindir}/%{name}-debugger
6ab996
%dir %{_libdir}/%{name}
6ab996
%{_libdir}/%{name}/libempathy-%{version}.so
6ab996
%{_libdir}/%{name}/libempathy-gtk-%{version}.so
6ab996
%{_libdir}/%{name}/libempathy-gtk.so
6ab996
%{_libdir}/%{name}/libempathy.so
6ab996
%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
fcbf23
%{_datadir}/appdata/%{name}.appdata.xml
6ab996
%{_datadir}/empathy/
6ab996
%{_datadir}/applications/%{name}.desktop
6ab996
%{_datadir}/icons/hicolor/*/apps/%{name}*
6ab996
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
6ab996
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
6ab996
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
6ab996
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
6ab996
%{_datadir}/GConf/gsettings/empathy.convert
6ab996
%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
fcbf23
%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
6ab996
%{_datadir}/telepathy/clients/Empathy.Call.client
6ab996
%{_datadir}/telepathy/clients/Empathy.Chat.client
6ab996
%{_datadir}/telepathy/clients/Empathy.Auth.client
6ab996
%{_datadir}/telepathy/clients/Empathy.FileTransfer.client
6ab996
%{_mandir}/man1/empathy*.1.gz
6ab996
%{_libexecdir}/empathy-auth-client
6ab996
%{_libexecdir}/empathy-call
6ab996
%{_libexecdir}/empathy-chat
6ab996
%dir %{_datadir}/adium
6ab996
%dir %{_datadir}/adium/message-styles
6ab996
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle
6ab996
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents
6ab996
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Info.plist
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Status.html
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Blue.css
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Clean.css
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Simple.css
6ab996
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/main.css
6ab996
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle
6ab996
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents
6ab996
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources
6ab996
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Info.plist
6ab996
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Content.html
6ab996
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Status.html
6ab996
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/main.css
6ab996
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle
6ab996
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents
6ab996
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/corners.png
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/horizontal.png
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/nipple.png
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/vertical.png
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Status.html
6ab996
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
6ab996
6ab996
%changelog
fcbf23
* Tue May 26 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.12.10-2
fcbf23
- Remove IRC docs
fcbf23
- Resolves: #1142832
fcbf23
fcbf23
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.12.10-1
fcbf23
- Update to 3.12.10
fcbf23
- Resolves: #1174588
fcbf23
fcbf23
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.12.8-1
fcbf23
- Update to 3.12.8
fcbf23
- Resolves: #1174588
fcbf23
ccb070
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.4-6
ccb070
- Mass rebuild 2014-01-24
ccb070
ccb070
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.4-5
ccb070
- Mass rebuild 2013-12-27
ccb070
ccb070
* Mon Dec 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-4
ccb070
- Update translations
ccb070
- Resolves: #1030324
ccb070
6ab996
* Fri Nov  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-3
6ab996
- Can not log into Facebook Chat using X-FACEBOOK-PLATFORM (Red Hat #1025727)
6ab996
6ab996
* Fri Nov  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-2
6ab996
- Skip Haze's IRC implementation (Red Hat #920080)
6ab996
6ab996
* Thu Sep 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-1
6ab996
- Update to 3.8.4
6ab996
6ab996
* Wed Jun 12 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
6ab996
- Drop telepathy-idle requirement
6ab996
6ab996
* Fri May 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.3-1
6ab996
- Update to 3.8.3.
6ab996
6ab996
* Mon May 20 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.2-1
6ab996
- Update to 3.8.2.
6ab996
- Drop google vcard patch. Fixed upstream.
6ab996
6ab996
* Tue May 14 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-3
6ab996
- Save some space by shrinking figures
6ab996
6ab996
* Wed May  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.1-2
6ab996
- Pull upstream patch to fix crash with google vcards.
6ab996
6ab996
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
6ab996
- Update to 3.8.1
6ab996
6ab996
* Mon Mar 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.0-1
6ab996
- Update to 3.8.0.
6ab996
- Remove nautilus extension, since nautilus-sendto has removed this functionality.
6ab996
6ab996
* Wed Mar 20 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.92-2
6ab996
- Bump minimum verson of folks and add dep on cogl.
6ab996
6ab996
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
6ab996
- Update to 3.7.92
6ab996
6ab996
* Mon Mar  4 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.91-1
6ab996
- Update to 3.7.91.
6ab996
6ab996
* Thu Feb 21 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.90-2
6ab996
- Drop vender from desktop file.
6ab996
- Add BR on libgee-0.8.
6ab996
6ab996
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
6ab996
- Update to 3.7.90
6ab996
6ab996
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
6ab996
- Rebuilt for libgcr soname bump
6ab996
6ab996
* Tue Feb  5 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.5-1
6ab996
- Update to 3.7.5.
6ab996
- Bump minimum version of tp-logger needed.
6ab996
6ab996
* Fri Jan 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.4-2
6ab996
- Rebuild for new libcogl.
6ab996
6ab996
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
6ab996
- Update to 3.7.4
6ab996
6ab996
* Tue Dec 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.7.3-1
6ab996
- Update to 3.7.3.
6ab996
6ab996
* Tue Nov 27 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.7.2-1
6ab996
- Update to 3.7.2
6ab996
6ab996
* Wed Nov 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.2-1
6ab996
- Update to 3.6.2
6ab996
- Drop patches. Fixed upstream.
6ab996
6ab996
* Mon Nov 12 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-4
6ab996
- Fix GNOME #687762
6ab996
6ab996
* Wed Nov  7 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-3
6ab996
- Fix GNOME #652546 and #687690
6ab996
6ab996
* Wed Oct 31 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.1-3
6ab996
- Rebuild against latest telepathy-logger
6ab996
6ab996
* Thu Oct 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-2
6ab996
- Fix GNOME #686311 and #686314
6ab996
6ab996
* Mon Oct 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.1-1
6ab996
- Update to 3.6.1
6ab996
6ab996
* Mon Oct  8 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.3-1
6ab996
- Update to 3.6.0.3.
6ab996
6ab996
* Thu Oct  4 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.1-2
6ab996
- Build with gstreamer-1.0 support.
6ab996
6ab996
* Wed Oct  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.1-1
6ab996
- Update to 3.6.0.1
6ab996
6ab996
* Wed Sep 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0-2
6ab996
- Rebuild against new tp-glib
6ab996
6ab996
* Tue Sep 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0-1
6ab996
- Update to 3.6.0.
6ab996
6ab996
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
6ab996
- Rebuilt for new libcheese-gtk
6ab996
6ab996
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
6ab996
- Update to 3.5.92
6ab996
6ab996
* Fri Sep  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.91.1-1
6ab996
- Update to 3.5.91.1.
6ab996
6ab996
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
6ab996
- Update to 3.5.91
6ab996
6ab996
* Thu Aug 30 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-3
6ab996
- Do not remove the rpaths. They are needed to pick up the private libraries.
6ab996
  (RH #846908)
6ab996
6ab996
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
6ab996
- Rebuild against new cogl/clutter
6ab996
6ab996
* Wed Aug 22 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.90-1
6ab996
- Update to 3.5.90.
6ab996
- Remove bits for accounts desktop file. No longer shipped.
6ab996
6ab996
* Sun Aug 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.5-2
6ab996
- Rebuild for new libcogl.
6ab996
6ab996
* Mon Aug  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.5-1
6ab996
- Update to 3.5.5.
6ab996
- Bump minimum version of tp-glib.
6ab996
- Add BR on libsecret-devel
6ab996
6ab996
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4.1-2
6ab996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6ab996
6ab996
* Tue Jul 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.4.1-1
6ab996
- Update to 3.5.4.1.
6ab996
- Bump minimum version of tp-glib needed.
6ab996
6ab996
* Mon Jul 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.4-1
6ab996
- Update to 3.5.4.
6ab996
- Bump minimum versions of tp-glib and glib2 needed.
6ab996
6ab996
* Tue Jun 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.3-2
6ab996
- Bump minimum version of tp-glib and folks.
6ab996
- Drop BR on eds-devel.
6ab996
6ab996
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
6ab996
- Update to 3.5.3
6ab996
6ab996
* Tue Jun  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.2-1
6ab996
- Update to 3.5.2.
6ab996
- Bump minimum version of gtk3, tp-glib, goa, and clutter-gtk.
6ab996
6ab996
* Mon Apr 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.1-1
6ab996
- Update to 3.5.1.
6ab996
- Update source url.
6ab996
6ab996
* Mon Apr 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.1-1
6ab996
- Update to 3.4.1.
6ab996
- Update source url.
6ab996
6ab996
* Fri Apr  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.2-1
6ab996
- Update to 3.4.0.2.
6ab996
6ab996
* Thu Apr 05 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.1-2
6ab996
- Rebuild against tp-farstream
6ab996
6ab996
* Thu Apr  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.1-1
6ab996
- Update to 3.4.0.1.
6ab996
6ab996
* Thu Apr 05 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-3
6ab996
- Rebuild against new tp-farstream
6ab996
6ab996
* Tue Apr 03 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-2
6ab996
- Rebuild against new tp-glib.
6ab996
6ab996
* Mon Mar 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-1
6ab996
- Update to 3.4.0.
6ab996
6ab996
* Tue Mar 20 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.92-1
6ab996
- Update to 3.3.92.
6ab996
6ab996
* Wed Mar 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-3
6ab996
- Rebuild for cogl
6ab996
6ab996
* Wed Mar 07 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-2
6ab996
- Rebuild for cogl
6ab996
6ab996
* Tue Mar  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-1
6ab996
- Update to 3.3.91.
6ab996
- Remove en_GB and zh_CN help files until they can be properly handled.
6ab996
6ab996
* Mon Mar  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.90.2-1
6ab996
- Update to 3.3.90.2.
6ab996
- Add BR on telepathy-farstream-devel, gstreamer-devel and itstool.
6ab996
- Drop BR on tp-farsight.
6ab996
- Bump minimum version of tp-glib.
6ab996
- Drop requires on tp-butterfly. MSN will use tp-gabble from now on.
6ab996
6ab996
* Tue Feb 7 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.5-1
6ab996
- Update to 3.3.5.
6ab996
6ab996
* Mon Feb 6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.4-3
6ab996
- Rebuild against new eds.
6ab996
6ab996
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-2
6ab996
- Rebuild against new cogl
6ab996
6ab996
* Mon Jan 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.4-1
6ab996
- Update to 3.3.4.
6ab996
- Add BR on gcr and remove old BR on gnome-keyring.
6ab996
6ab996
* Mon Jan 09 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-3
6ab996
- Rebuild for new gcc.
6ab996
6ab996
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-2
6ab996
- Build with call logging support.
6ab996
6ab996
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-1
6ab996
- Update to 3.3.3.
6ab996
- Bump minimum version of tp-glib, goa, glib2, and folks.
6ab996
6ab996
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-3
6ab996
- Fix build by commenting out GOA integration until GOA 3.3.x is released
6ab996
6ab996
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
6ab996
- Rebuild against new clutter
6ab996
6ab996
* Thu Nov 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.2-1
6ab996
- Update to 3.3.2.
6ab996
- Bump minimum version of tp-glib needed.
6ab996
- Add minimum version of GOA needed.
6ab996
6ab996
* Tue Nov 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-4
6ab996
- Rebuild against new eds
6ab996
6ab996
* Wed Nov 02 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-3
6ab996
- Rebuld against tp-logger.
6ab996
6ab996
* Tue Nov  1 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.1-2
6ab996
- Rebuild for new telepathy-logger
6ab996
6ab996
* Mon Oct 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-1
6ab996
- Update to 3.3.1.
6ab996
6ab996
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-3
6ab996
- Rebuld against folks yet again.
6ab996
6ab996
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-2
6ab996
- Rebuld against new folks.
6ab996
6ab996
* Mon Oct 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-1
6ab996
- Update to 3.2.1.
6ab996
- Bump minimum version of tp-glib needed.
6ab996
6ab996
* Mon Oct 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.0.1-1
6ab996
- Update to 3.2.0.1
6ab996
6ab996
* Mon Sep 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.0-1
6ab996
- Update to 3.2.0.
6ab996
6ab996
* Wed Sep 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.92-2
6ab996
- Rebuld for new libcogl.
6ab996
6ab996
* Mon Sep 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.92-1
6ab996
- Update to 3.1.92.
6ab996
6ab996
* Tue Sep 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.91-2
6ab996
- Rebuld against gcr.
6ab996
6ab996
* Tue Sep  6 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.91-1
6ab996
- Update to 3.1.91.
6ab996
- Add BR on tp-mission-control-devel and  gnome-online-accounts-devel.
6ab996
6ab996
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.90.1-2
6ab996
- Rebuilt for libgcr soname bump
6ab996
6ab996
* Wed Aug 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.90.1-1
6ab996
- Update to 3.1.90.1.
6ab996
6ab996
* Mon Aug 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.90-1
6ab996
- Update to 3.1.90.
6ab996
6ab996
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.5.1-3
6ab996
- Rebuild against newer evolution-data-server
6ab996
6ab996
* Mon Aug 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.5.1-1
6ab996
- Update to 3.1.5.1.
6ab996
- Add BR on libgudev1-devel.
6ab996
- Bump min requires for tp-glib & webkitgtk.
6ab996
6ab996
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-3
6ab996
- Rebuild
6ab996
6ab996
* Tue Aug 16 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.5-1
6ab996
- Update to 3.1.5.
6ab996
- Bump min version of folks needed.
6ab996
- Add BR on pulseaudio-libs-devel.
6ab996
6ab996
* Fri Jul 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.4-2
6ab996
- Rebuild.
6ab996
fcbf23
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
6ab996
- Update to 3.1.4
6ab996
6ab996
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-4
6ab996
- Try again
6ab996
6ab996
* Sun Jul 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.3-3
6ab996
- Rebuild for new eds
6ab996
6ab996
* Tue Jul 05 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3-2
6ab996
- rebuild for new e-d-s
6ab996
6ab996
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
6ab996
- Update to 3.1.3
6ab996
6ab996
* Fri Jun 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2.1-2
6ab996
- Enable call support.
6ab996
6ab996
* Tue Jun 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2.1-1
6ab996
- Update to 3.1.2.1.
6ab996
- Bump minimum version of tp-logger.
6ab996
- Use xz tarball.
6ab996
6ab996
* Fri Jun 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2-1
6ab996
- Update to 3.1.2.
6ab996
- Add BR on gstreamer-devel and cheese-libs-devel.
6ab996
- Bump min required versions of folks, tp-logger, and tp-glib.
6ab996
6ab996
* Mon May  9 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.1-1
6ab996
- Update to 3.1.1.
6ab996
- Enable maps again.
6ab996
- Drop obsoletes/provides. They should no longer be needed.
6ab996
- Bump minimum version of tp-glib.
6ab996
6ab996
* Fri May 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-4
6ab996
- Rebuild for new tp-logger
6ab996
6ab996
* Thu May  5 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-3
6ab996
- Update icon cache scriptlets. sigh....
6ab996
6ab996
* Tue May  3 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-2
6ab996
- Update gsetting scriplets.
6ab996
6ab996
* Mon Apr 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-1
6ab996
- Update to 3.0.1.
6ab996
6ab996
* Mon Apr  4 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.0-1
6ab996
- Update to 3.0.0.
6ab996
- Update source url.
6ab996
6ab996
* Mon Mar 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-2
6ab996
- Rebuild for new tp-logger.
6ab996
6ab996
* Mon Mar 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-1
6ab996
- Update to 2.91.93.
6ab996
- Bump minimum tp-glib version.
6ab996
fcbf23
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> 2.91.92-2
6ab996
- Rebuild for NM 0.9
6ab996
6ab996
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.92-1
6ab996
- Update to 2.91.92
6ab996
- Disable libchamplain support for now at the request of bpepple.
6ab996
6ab996
* Tue Mar 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91.1-2
6ab996
- Enable libchamplain support.
6ab996
6ab996
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91.1-1
6ab996
- Update to 2.91.91.1.
6ab996
- Bump min version of folks needed.
6ab996
6ab996
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> - 2.91.90.2-2
6ab996
- Update for NetworkManager 0.9
6ab996
6ab996
* Tue Mar  8 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91-1
6ab996
- Update to 2.91.91.
6ab996
- Update minimum version of tp-glib & gtk3.
6ab996
6ab996
* Sat Feb 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90.2-1
6ab996
- Update to 2.91.90.2.
6ab996
6ab996
* Fri Feb 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90.1-1
6ab996
- Update to 2.91.90.1.
6ab996
6ab996
* Mon Feb 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90-1
6ab996
- Update to 2.91.90.
6ab996
- Bump min version for folks and tp-glib.
6ab996
6ab996
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-5
6ab996
- Rebuild against newer gtk
6ab996
6ab996
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6.1-4
6ab996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6ab996
6ab996
* Fri Feb  4 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.6.1-3
6ab996
- Enable single window control center.
6ab996
6ab996
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6.1-2
6ab996
- Rebuild against new gtk
6ab996
6ab996
* Tue Feb  1 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.6.1-1
6ab996
- Update to 2.91.6.1.
6ab996
- Update min req for folks and tp-glib.
6ab996
6ab996
* Thu Jan 27 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5.1-2
6ab996
- Rebuild for new farsight2
6ab996
6ab996
* Tue Jan 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5.1-1
6ab996
- Update to 2.91.5.1.
6ab996
6ab996
* Mon Jan 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5-1
6ab996
- Update to 2.91.5.
6ab996
6ab996
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4.3-1
6ab996
- Update to 2.91.4.3
6ab996
6ab996
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3.1-2
6ab996
- Enable webkit support for Adium themes.
6ab996
6ab996
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3.1-1
6ab996
- Update to 2.91.3.1.
6ab996
- Bump min versions for tp-glib & folks.
6ab996
6ab996
* Fri Dec  3 2010 Christopher Aillon <caillon@redhat.com> - 2.91.3-2
6ab996
- Rebuild against newer gtk3
6ab996
6ab996
* Mon Nov 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3-1
6ab996
- Update to 2.91.3.
6ab996
- Drop folks api patch. Fixed upstream.
6ab996
- Add BR on gsettings-desktop-schemas-devel.
6ab996
- Drop ca-cert patch. Fixed upstream.
6ab996
- Drop BR on GConf2.
6ab996
6ab996
* Tue Nov 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.2-2
6ab996
- Bump min versions for gtk3, glib2, tp-glib, and folks.
6ab996
- Add patch to use Fedora's ca-cert.
6ab996
- Drop BR on unique3. No longer needed.
6ab996
6ab996
* Mon Nov 15 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
6ab996
- Update to 2.91.2
6ab996
6ab996
* Mon Nov 15 2010 Bastien Nocera <bnocera@redhat.com> 2.91.0-6
6ab996
- Rebuild against new folks
6ab996
6ab996
* Wed Nov 10 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-5
6ab996
- Backport libnotify patch for 0.7 api change.
6ab996
- Bump min BR version for libnotify.
6ab996
- Add patches to port to GtkComboBox & GtkComboBoxText.
6ab996
6ab996
* Sat Oct 30 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-4
6ab996
- Rebuild for folks-2.1.
6ab996
6ab996
* Thu Oct 21 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-3
6ab996
- Rebuild for new folks.
6ab996
6ab996
* Tue Oct 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-2
6ab996
- Rebuild for new eds.
6ab996
- Disable webkitgtk support for now until a more recent version is in rawhide.
6ab996
- Add patch to fix build with gcr.
6ab996
6ab996
* Mon Oct  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-1
6ab996
- Update to 2.91.0.
6ab996
- Drop obsolete/provides on tp-haze-mission-control.
6ab996
- Drop keyname-fixes patch. Fixed upstream.
6ab996
- Drop empathy chat GDKKEY patch. Fixed upstream.
6ab996
- Drop avatar image gdkdisplay patch. Fixed upstream.
6ab996
- Drop depreciated gtk-dialog-separator patch. Fixed upstream.
6ab996
6ab996
* Mon Sep 27 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.32.0-1
6ab996
- Update to 2.32.0.
6ab996
6ab996
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-2
6ab996
- Rebuild
6ab996
6ab996
* Tue Sep 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.92-1
6ab996
- Update to 2.31.92.
6ab996
- Clean up gconf->gsetting conversion.
6ab996
6ab996
* Thu Sep  2 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.91.1-1
6ab996
- Update to 2.31.91.1.
6ab996
6ab996
* Thu Aug 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.90-1
6ab996
- Update to 2.31.90.
6ab996
- Add BR on folks-devel.
6ab996
- Drop buildroot. No longer needed.
6ab996
6ab996
* Fri Jul 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.5.1-2
6ab996
- Rebuild for new eds.
6ab996
6ab996
* Wed Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5.1-1
6ab996
- Update to 2.31.5.1
6ab996
6ab996
* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.4-2
6ab996
- Update scriptlets for gsettings.
6ab996
6ab996
* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.4-1
6ab996
- Update to 2.31.4.
6ab996
- Disable libchamplain support for now due to api change.
6ab996
- Drop schemas regeneration since empathy uses gsettings now.
6ab996
- Add BR on telepathy-logger-devel.
6ab996
6ab996
* Tue Jul  6 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-4
6ab996
- Rebuild for new libchamplain.
6ab996
6ab996
* Sun Jul  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-3
6ab996
- Rebuild for new webkit.
6ab996
6ab996
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2
6ab996
- Don't require scrollkeeper
6ab996
6ab996
* Mon Jun  7 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-1
6ab996
- Update to 2.31.3.
6ab996
- Bump min version of tp-glib needed.
6ab996
- Drop facebook server error patch. Fixed upstream.
6ab996
6ab996
* Thu Jun  3 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.2-2
6ab996
- Backport patch to fix facebook server error. (#595925)
6ab996
6ab996
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
6ab996
- Update to 2.31.2
6ab996
- drop presence-icon patch, handled upstream (partially)
6ab996
6ab996
* Mon May 10 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.1-1
6ab996
- Update to 2.31.1.
6ab996
- Bump min versions of gtk2 & tp-glib needed.
6ab996
6ab996
* Thu May  6 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-3
6ab996
- Rebuild for new eds.
6ab996
6ab996
* Mon Apr 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-2
6ab996
- Drop suffix on gconf schemas scriptlets.
6ab996
6ab996
* Mon Apr 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-1
6ab996
- Update to 2.30.1.
6ab996
6ab996
* Sat Apr 24 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.2-2
6ab996
- Remove clean section. No longer needed.
6ab996
- Update spec for new gconf macros.
6ab996
6ab996
* Tue Apr 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.2-1
6ab996
- Update to 2.30.0.2.
6ab996
6ab996
* Fri Apr  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.1-1
6ab996
- Update to 2.30.0.1.
6ab996
6ab996
* Mon Mar 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0-1
6ab996
- Update to 2.30.0.
6ab996
6ab996
* Mon Mar 15 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.93-1
6ab996
- Update to 2.29.93.
6ab996
6ab996
* Tue Mar  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.92-1
6ab996
- Update to 2.29.92.
6ab996
6ab996
* Thu Mar  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91.2-1
6ab996
- Update to 2.29.91.2.
6ab996
6ab996
* Wed Mar  3 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91.1-1
6ab996
- Update to 2.29.91.1.
6ab996
- Remove DSOLinking patch. Fixed upstream.
6ab996
6ab996
* Mon Feb 22 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91-1
6ab996
- Update to 2.29.91.
6ab996
6ab996
* Sat Feb 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-3
6ab996
- Rebuild for new tp-mission-control.
6ab996
6ab996
* Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-2
6ab996
- Add patch to fix DSOLinking. (#564975)
6ab996
6ab996
* Mon Feb  8 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-1
6ab996
- Update to 2.29.90.
6ab996
6ab996
* Mon Jan 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.6-1
6ab996
- Update to 2.29.6.
6ab996
- Drop xmlCleanupParser patch. Fixed upstream.
6ab996
6ab996
* Wed Jan 13 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.5.1-2
6ab996
- Add patch to fix crasher due to misuse of xmlCleanParser. (#532307)
6ab996
6ab996
* Tue Jan 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.5.1-1
6ab996
- Update to 2.29.5.1.
6ab996
6ab996
* Mon Dec 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.4-1
6ab996
- Update to 2.29.4.
6ab996
6ab996
* Mon Nov 30 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.3-1
6ab996
- Update to 2.29.3.
6ab996
- Drop nautilus sendto plugin linking patch. Fixed upstream.
6ab996
- Drop broken NetworkManager patch.  Fixed upstream.
6ab996
6ab996
* Wed Nov 18 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-2
6ab996
- Rebuild with nautilus-sendto plugin
6ab996
6ab996
* Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.2-1
6ab996
- Update to 2.29.2.
6ab996
- Remove devel, libs, and python subpackages since empathy no longer ships
6ab996
  libempathy and libempathy-gtk as shared libraries.
6ab996
- Remove configure options no longer available.
6ab996
- Update source url.
6ab996
- Drop pkgconfig patch.
6ab996
6ab996
* Mon Oct 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1.1-2
6ab996
- Disable panel applets, since they are unmaintained and being dropped from Empathy.
6ab996
6ab996
* Mon Oct 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1.1-1
6ab996
- Update to 2.28.1.1.
6ab996
- See http://download.gnome.org/sources/empathy/2.28/empathy-2.28.1.1.news
6ab996
6ab996
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
6ab996
- Another upstream crash fix
6ab996
6ab996
* Sun Oct 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-2
6ab996
- Include a number of crash fixes from the stable branch
6ab996
6ab996
* Mon Oct 19 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.1-1
6ab996
- Update to 2.28.1.
6ab996
- Drop no-settings patch.  Fixed upstream.
6ab996
6ab996
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0.1-3
6ab996
- Include an upstream fix for a possible crash in the accounts dialog
6ab996
6ab996
* Tue Oct 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0.1-2
6ab996
- Require tp-idle and tp-butterfly.
6ab996
6ab996
* Fri Oct  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0.1-1
6ab996
- Update to 2.28.0.1.
6ab996
- See http://download.gnome.org/sources/empathy/2.28/empathy-2.28.0.1.news
6ab996
6ab996
* Mon Sep 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.28.0-1
6ab996
- Update to 2.28.0.
6ab996
- Drop video widget patch.  Fixed upstream.
6ab996
- Update src.
6ab996
6ab996
* Mon Sep 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.92-2
6ab996
- Back-port patch to prevent video widget from crashing.
6ab996
6ab996
* Tue Sep  8 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.92-1
6ab996
- Update to 2.27.92.
6ab996
- Drop desktop category patch.  Fixed upstream.
6ab996
- Drop fix-nav-handling patch.  Fixed upstream.
6ab996
6ab996
* Tue Sep  1 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-6
6ab996
- Add patch to workaround NetworkManager pc file name change.
6ab996
6ab996
* Sat Aug 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-5
6ab996
- Backport patch to fix incorrect assumption about navigation-request. (#519849)
6ab996
6ab996
* Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91.1-4
6ab996
- Rebuild against newer libnm_glib
6ab996
6ab996
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-3
6ab996
- Sigh.. let's drop the requires on mission-control-devel in the devel sub.
6ab996
6ab996
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-2
6ab996
- Update broken pkgconfig patch to not include libmissioncontrol.
6ab996
- Drop BR on telepathy-mission-control-devel. mc is a runtime dep.
6ab996
6ab996
* Wed Aug 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.91.1-1
6ab996
- Update to 2.27.91.1.
6ab996
- Add BR on unique-devel.
6ab996
- Update presence-icons patch.
6ab996
- Add patch to fix invalid category in desktop file.
6ab996
- Drop clutter patch.  Fixed upstream.
6ab996
6ab996
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-3
6ab996
- Make presence icons show up in the menus
6ab996
6ab996
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
6ab996
- Enable map and location features
6ab996
6ab996
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
6ab996
- Update to 2.27.5
6ab996
6ab996
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
6ab996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6ab996
6ab996
* Thu Jul 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-2
6ab996
- Deal with some stubborn buttons
6ab996
6ab996
* Wed Jul 15 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.4-1
6ab996
- Update to 2.27.4.
6ab996
- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.4.news
6ab996
- Drop mission-control-convert patch.
6ab996
- Add BR on NetworkManager-glib-devel.
6ab996
6ab996
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-4
6ab996
- Require telepathy-mission-control
6ab996
6ab996
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-3
6ab996
- Shrink GConf schemas
6ab996
6ab996
* Wed Jun 17 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.3-2
6ab996
- Drop libglade BR, it's no longer needed.
6ab996
6ab996
* Wed Jun 17 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.27.3-1
6ab996
- Update to 2.27.3.
6ab996
- See http://download.gnome.org/sources/empathy/2.27/empathy-2.27.3.news
6ab996
- Add BR on webkitgtk-devel.
6ab996
- Bump version of tp-glib needed.
6ab996
- Update tp-mission-control-convert patch.
6ab996
- TODO: Enable libchamplain & geoclue support once deps are met.
6ab996
6ab996
* Sat May 30 2009 Peter Gordon <peter@thecodergeek.com> - 2.27.2-1
6ab996
- Update to new upstream release (2.27.2)
6ab996
6ab996
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
6ab996
- Update to 2.26.1
6ab996
- See http://download.gnome.org/sources/empathy/2.26/empathy-2.26.1.news
6ab996
6ab996
* Fri Apr  3 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.26.0.1-2
6ab996
- Update pkgconfig patch to add libcanberra-gtk requires. (#493954)
6ab996
6ab996
* Mon Mar 30 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0.1-1
6ab996
- Update to new upstream release (2.26.0.1): updated translations, fixes a
6ab996
  couple of crasher bugs and usage of the UNIX socket address.
6ab996
6ab996
* Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 2.26.0-1
6ab996
- Update to new upstream release (2.26.0).
6ab996
6ab996
* Tue Mar 03 2009 Peter Gordon <peter@thecodergeek.com> - 2.25.92-1
6ab996
- Update to new upstream release (2.25.92).
6ab996
- Bump minimum required telepathy-glib version.
6ab996
6ab996
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
6ab996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6ab996
6ab996
* Mon Feb 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.91-1
6ab996
- Update to 2.25.91
6ab996
6ab996
* Tue Feb 10 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.90-1
6ab996
- Update to 2.25.90.
6ab996
- Bump min version of tp-glib needed.
6ab996
- Add BR on tp-farsight-devel & libnotify-devel.
6ab996
- Drop Requires on tp-stream-engine.
6ab996
6ab996
* Tue Jan  6 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.25.4-1
6ab996
- Update to 2.25.4.
6ab996
- Add BR on libcanberra-devel.
6ab996
6ab996
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-4
6ab996
- Add patch to work around our broken pkgconfig.
6ab996
6ab996
* Mon Dec 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-3
6ab996
- Rebuild.
6ab996
6ab996
* Sat Dec 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.25.3-2
6ab996
- Update mission-control-convert patch.
6ab996
6ab996
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
6ab996
- Update to 2.25.3
6ab996
6ab996
* Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 2.25.2-1
6ab996
- Update to new upstream release (2.25.2)
6ab996
6ab996
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.24.1-4
6ab996
- Rebuild for Python 2.6
6ab996
6ab996
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
6ab996
- Tweak %%description
6ab996
6ab996
* Thu Nov 20 2008 Peter Gordon <peter@thecodergeek.com>
6ab996
- Fix Source0 URL.
6ab996
6ab996
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
6ab996
- Update to 2.24.1
6ab996
6ab996
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
6ab996
- Update to 2.24.0
6ab996
6ab996
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
6ab996
- Update to 2.23.92
6ab996
6ab996
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
6ab996
- Update to 2.23.91
6ab996
6ab996
* Sun Aug 24 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-2
6ab996
- Now that Empathy will be the default IM client in F10+, hardcode a dependency
6ab996
  on telepathy-haze to keep the same protocol functionality across upgrades,
6ab996
  for a much improved "out of the box" experience.
6ab996
- Reference: bug 458935.
6ab996
6ab996
* Fri Aug 22 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.90-1
6ab996
- Update to new upstream release (2.23.90)
6ab996
6ab996
* Fri Aug 15 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-3
6ab996
- Apply patch from Colin Walters to automagically update profile namings for
6ab996
  the switch to using Empathy's provided profiles.
6ab996
- Drop the upgrade script (no longer needed since it's automatically done).
6ab996
  - upgrade-haze-profiles.sh
6ab996
6ab996
* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-2
6ab996
- Use upstream's AIM, ICQ, MSN-Haze, and Yahoo profiles instead of recommending
6ab996
  the telepathy-haze-mission-control package. (The Haze-provided ones have grown
6ab996
  horribly stale...). This makes for better automagic functionality (if Haze is
6ab996
  installed, Empathy/MC will autodetect it) and tracks upstream more closely.
6ab996
  + upgrade-haze-profiles.sh
6ab996
6ab996
* Mon Aug 04 2008 Peter Gordon <peter@thecodergeek.com> - 2.23.6-1
6ab996
- Update to new upstream release (2.23.6)
6ab996
- Use the in-tarball libtool scripts instead of the system copy to workaround
6ab996
  'make install' errors.
6ab996
6ab996
* Wed Jul 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.4-1
6ab996
- Update to 0.23.4.
6ab996
- Update source url.
6ab996
6ab996
* Mon Jun  2 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.3-1
6ab996
- Update to 0.23.3.
6ab996
- Remove reference to stream-engine in connections managers readme.
6ab996
6ab996
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.2-1
6ab996
- Update to 0.23.2.
6ab996
- Add man pages.
6ab996
- Use enchant-devel, instead of aspell-devel.
6ab996
6ab996
* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-3
6ab996
- Rebuild for new e-d-s.
6ab996
6ab996
* Sun May  4 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.23.1-2
6ab996
- Drop multiple copies of COPYING file.
6ab996
- Drop BR on gnome-vfs2-devel.
6ab996
- Require telepathy-stream-engine for VOIP support.
6ab996
- Add BR on iso-codes-devel, so spell-checking is enabled.
6ab996
6ab996
* Wed Apr 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.23.1-1
6ab996
- Update to new upstream release (0.23.1)
6ab996
- Drop libtelepathy dependencies; upstream switched fully to telepathy-glib.
6ab996
6ab996
* Fri Apr 11 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.1-1
6ab996
- Update to new upstream release (0.22.1)
6ab996
6ab996
* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 0.22.0-1
6ab996
- Update to new upstream release (0.22.0)
6ab996
6ab996
* Sun Mar 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.91-1
6ab996
- Update to new upstream release (0.21.91)
6ab996
6ab996
* Fri Feb 22 2008 Peter Gordon <peter@thecodergeek.com> - 0.21.90-1
6ab996
- Update to new upstream release (0.21.90)
6ab996
6ab996
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.21.4-2
6ab996
- Autorebuild for GCC 4.3
6ab996
6ab996
* Mon Dec 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.4-1
6ab996
- Update to new upstream release (0.21.4)
6ab996
6ab996
* Tue Nov 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.21.2-1
6ab996
- Update to new upstream release (0.21.2)
6ab996
- Drop backported drag-and-drop patch (fixed upstream):
6ab996
    - svn380-fix-contact-DnD.patch
6ab996
- Update README.ConnectionManagers: Include Haze package note, remove Galago
6ab996
  note (a feed-only connection manager isn't useful for instant messaging),
6ab996
  and fix some wording.
6ab996
6ab996
* Fri Oct 19 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-5
6ab996
- Backport upstream patch to fixes crashes when using drag-and-drop of a
6ab996
  contact from the buddy list to the current conversation window to initiate a
6ab996
  conversation:
6ab996
    + svn380-fix-contact-DnD.patch 
6ab996
- Resolves: GNOME bug 483168 (crash in Empathy Instant Messenger: I had
6ab996
  dragged a contact ...) 
6ab996
6ab996
* Tue Oct 16 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-4
6ab996
- Depend on Salut and Gabble to enable XMPP by default. Otherwise, Empathy
6ab996
  is essentially useless due to the need to install an external connection
6ab996
  manager. Also, add a README.ConnectionManagers to the installed
6ab996
  documentation which lists other possibilities.
6ab996
- Resolves: bug 308871 (Make empathy dependent at least on telepathy-gabble)
6ab996
  and bug 334221 (Default empathy install is useless).
6ab996
6ab996
* Wed Oct 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-3
6ab996
- Enable VoIP support for those brave enough to test/break/debug it (F9+
6ab996
  only). Though it is functional, it is still deemed rather unstable by
6ab996
  upstream. Use it at your own risk. :)
6ab996
6ab996
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-2
6ab996
- Disable VoIP support at this time, since it is deemed unstable by upstream
6ab996
  for now. (Thanks to Brian Pepple for the notice.)
6ab996
  
6ab996
* Tue Oct 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.14-1
6ab996
- Update to new upstream release (0.14).
6ab996
6ab996
* Sun Sep 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
6ab996
- Update to new upstream release (0.13), which adds a panel applet (Megaphone)
6ab996
  and python bindings.
6ab996
- Split shared libraries into a libs subpackage for easier handling
6ab996
  in multi-lib environments.
6ab996
6ab996
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-2
6ab996
- Add ldconfig invocations to %%post and %%postun scriptlets.
6ab996
6ab996
* Fri Aug 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-1
6ab996
- Update to new upstream release (0.12).
6ab996
- Build against new mission-control stack.
6ab996
- Update License tag (GPLv2+).
6ab996
- Alphabetize BuildRequires list (aesthetic-only change).
6ab996
6ab996
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.8-2
6ab996
- Rebuild for selinux ppc32 issue.
6ab996
6ab996
* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.11-1
6ab996
- Update to new upstream release (0.11)
6ab996
6ab996
* Fri Jun 22 2007 David Nielsen <david@lovesunix.net> - 0.8-1
6ab996
- bump to 0.8
6ab996
- Now with aspell support (deat to teh speeling mistaks)
6ab996
6ab996
* Sat Jun  9 2007 David Nielsen <david@lovesunix.net> - 0.7-1
6ab996
- bump to 0.7
6ab996
6ab996
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-3
6ab996
- Add telepathy-filesystem to Requires
6ab996
- Move .desktop from autostart to applications
6ab996
- Nasty hackery to make empathy launch from the menu
6ab996
6ab996
* Mon Jun  4 2007 David Nielsen <david@lovesunix.net> - 0.6-2
6ab996
- Add gettext to BuildRequires
6ab996
6ab996
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.6-1
6ab996
- Bump to 0.6
6ab996
6ab996
* Fri Jun  1 2007 David Nielsen <david@lovesunix.net> - 0.5-2
6ab996
- Let Empathy own the directory and not just the files in it
6ab996
fcbf23
* Wed May 30 2007 David Nielsen <david@lovesunix.net> - 0.5-1
6ab996
- Initial package