8bc1f51
## Minimum required versions.
46220f8
%global	gtk3_min_version	3.9.4
bcf9963
%global	glib2_min_version	2.37.6
4678b35
%global	tp_mc_min_version	5.12.0
f49f83e
%global	tp_glib_min_version	0.23.2
da17e1e
%global	enchant_version		1.2.0
4d7e232
%global network_manager_version 0.7.0
Debarshi Ray 8666935
%global libcanberra_version	0.4
cb3386e
%global webkit_version		1.9.1
cacfbab
%global goa_version		3.5.1
Debarshi Ray 8666935
%global libnotify_version	0.7.0
Debarshi Ray 8666935
%global libchamplain_version	0.12.1
Debarshi Ray 8666935
%global folks_version		0.9.5
Debarshi Ray 8666935
%global gstreamer_version	0.10.32
Debarshi Ray 8666935
%global libsecret_version	0.5
Debarshi Ray 8666935
%global gcr_version		2.91.4
ed9273c
dnielsen e022239
Name:		empathy
Michael Catanzaro 12a10e3
# FIXME: Reenable parallel build for 3.12.13.
9b8cac9
Version:	3.12.12
f3f587d
Release:	3%{?dist}
41ce214
Summary:	Instant Messaging Client for GNOME
dnielsen e022239
731d4fd
License:	GPLv2+
dnielsen e022239
URL:		http://live.gnome.org/Empathy
9248296
5abf612
Source0:	http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz
c4329fa
Source1:	%{name}-README.ConnectionManagers
9248296
Michael Catanzaro 12a10e3
# https://bugzilla.gnome.org/show_bug.cgi?id=756990
Michael Catanzaro 12a10e3
Patch0:         fix-date-icons.patch
Michael Catanzaro 12a10e3
# https://bugzilla.gnome.org/show_bug.cgi?id=767516
Michael Catanzaro 12a10e3
Patch1:         fix-empathy-call.patch
Michael Catanzaro 12a10e3
# https://bugzilla.gnome.org/show_bug.cgi?id=746735
Michael Catanzaro 12a10e3
Patch3:         fix-reduce-accuracy-setting.patch
Michael Catanzaro 12a10e3
# https://bugzilla.gnome.org/show_bug.cgi?id=768889
Michael Catanzaro 12a10e3
Patch4:         fs-element-notifiers-crash.patch
Michael Catanzaro 12a10e3
275cbb8
BuildRequires:	enchant-devel >= %{enchant_version}
8d6a43d
BuildRequires:	iso-codes-devel
d1bd273
BuildRequires:	desktop-file-utils
731d4fd
BuildRequires:	gettext
ed9273c
BuildRequires:	glib2-devel >= %{glib2_min_version}
f07bee2
BuildRequires:	gnutls-devel
54854ff
BuildRequires:	libcanberra-devel >= %{libcanberra_version}
6fdb259
BuildRequires:	webkitgtk3-devel >= %{webkit_version}
c2a955e
BuildRequires:	gtk3-devel >= %{gtk3_min_version}
9cdc171
BuildRequires:	intltool
ed9273c
BuildRequires:	libxml2-devel
d7cac76
BuildRequires:	gsettings-desktop-schemas-devel
ebb1d11
BuildRequires:	telepathy-glib-devel >= %{tp_glib_min_version}
Debarshi Ray 8666935
BuildRequires:	telepathy-farstream-devel >= 0.2.1
54854ff
BuildRequires:	libnotify-devel >= %{libnotify_version}
4d7e232
BuildRequires:	NetworkManager-glib-devel >= %{network_manager_version}
Debarshi Ray 8666935
BuildRequires:	libchamplain-gtk-devel >= %{libchamplain_version}
Debarshi Ray 8666935
BuildRequires:	clutter-gtk-devel >= 1.1.2
Debarshi Ray 8666935
BuildRequires:	geoclue2-devel
Debarshi Ray 8666935
BuildRequires:	geocode-glib-devel
Debarshi Ray 8666935
BuildRequires:	telepathy-logger-devel >= 0.8.0
cc57a2d
BuildRequires:	folks-devel >= 1:%{folks_version}
ab2e551
BuildRequires:	clutter-gst2-devel
ab2e551
BuildRequires:	gstreamer1-devel >= %{gstreamer_version}
Debarshi Ray 8666935
BuildRequires:	cogl-devel
fdf62ff
BuildRequires:	cheese-libs-devel
5ea87ce
BuildRequires:	pulseaudio-libs-devel
0705c9a
BuildRequires:	libgudev1-devel
8a5e808
BuildRequires:	telepathy-mission-control-devel
cacfbab
BuildRequires:	gnome-online-accounts-devel >= %{goa_version}
2a87848
BuildRequires:	libsecret-devel >= %{libsecret_version}
2a87848
BuildRequires:	gcr-devel >= %{gcr_version}
Debarshi Ray 8666935
BuildRequires:	pkgconfig(gee-0.8)
Debarshi Ray 8666935
BuildRequires:	itstool
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.
4678b35
Requires:	telepathy-gabble >= 0.16.0
4678b35
Requires:	telepathy-salut >= 0.8.0
04e8976
Requires:	telepathy-idle
4678b35
Requires:	telepathy-haze >= 0.6.0
5b87896
Requires:	telepathy-rakia
9521714
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
Rex Dieter 13e9a9d
%autosetup -p1
Debarshi Ray c7a7862
6fdb259
dnielsen e022239
%build
Rex Dieter 13e9a9d
%configure \
Rex Dieter 13e9a9d
  --disable-schemas-compile \
Rex Dieter 13e9a9d
  --disable-silent-rules \
Rex Dieter 13e9a9d
  --disable-static \
Rex Dieter 13e9a9d
  --enable-ubuntu-online-accounts=no
Rex Dieter 13e9a9d
Michael Catanzaro 12a10e3
# Parallel build is broken in 3.12.12, but it will be fixed in the next release.
Michael Catanzaro 12a10e3
# TODO: Reenable parallel build.
54854ff
make
c4329fa
install -m 0644 %{SOURCE1} ./README.ConnectionManagers
dnielsen e022239
6ccf4cc
dnielsen e022239
%install
dnielsen e022239
make install DESTDIR=$RPM_BUILD_ROOT
8d6a43d
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
8d6a43d
a9425e0
%find_lang %{name} --with-gnome
7ddcce4
%find_lang empathy-tpaw
8d6a43d
518bff1
desktop-file-install --delete-original			\
ed9273c
	--dir %{buildroot}%{_datadir}/applications	\
ebb1d11
	%{buildroot}%{_datadir}/applications/%{name}.desktop
dnielsen e022239
88384e6
dnielsen e022239
%post
bb72d82
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
6ccf4cc
88384e6
dnielsen e022239
%postun
ab48c24
if [ $1 -eq 0 ]; then
bb72d82
   touch --no-create %{_datadir}/icons/hicolor &>/dev/null
bb72d82
   gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
34ec102
   glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
dnielsen e022239
fi
aa87dfb
bb72d82
aa87dfb
%posttrans
aa87dfb
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
34ec102
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
dnielsen e022239
6ccf4cc
7ddcce4
%files -f %{name}.lang -f empathy-tpaw.lang
f7cb5d9
%doc AUTHORS README README.ConnectionManagers NEWS
f7cb5d9
%license COPYING COPYING-DOCS COPYING.LGPL COPYING.SHARE-ALIKE
939366f
%{_bindir}/%{name}
939366f
%{_bindir}/%{name}-accounts
19d44c6
%{_bindir}/%{name}-debugger
9dc65e7
%dir %{_libdir}/%{name}
9dc65e7
%{_libdir}/%{name}/libempathy-%{version}.so
9dc65e7
%{_libdir}/%{name}/libempathy-gtk-%{version}.so
9dc65e7
%{_libdir}/%{name}/libempathy-gtk.so
9dc65e7
%{_libdir}/%{name}/libempathy.so
cacfbab
%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
8d58e53
%{_datadir}/appdata/%{name}.appdata.xml
dnielsen e022239
%{_datadir}/empathy/
518bff1
%{_datadir}/applications/%{name}.desktop
1c47013
%{_datadir}/icons/hicolor/*/apps/empathy.png
28e4892
%{_datadir}/icons/hicolor/scalable/apps/empathy-symbolic.svg
a9425e0
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
Bastien Nocera bd70c1f
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
3fcc1ed
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
Bastien Nocera 2806ad6
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
aa87dfb
%{_datadir}/GConf/gsettings/empathy.convert
aa87dfb
%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
e813d88
%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
a9425e0
%{_datadir}/telepathy/clients/Empathy.Call.client
Bastien Nocera bd70c1f
%{_datadir}/telepathy/clients/Empathy.Chat.client
3fcc1ed
%{_datadir}/telepathy/clients/Empathy.Auth.client
Bastien Nocera 2806ad6
%{_datadir}/telepathy/clients/Empathy.FileTransfer.client
275cbb8
%{_mandir}/man1/empathy*.1.gz
3fcc1ed
%{_libexecdir}/empathy-auth-client
a9425e0
%{_libexecdir}/empathy-call
Bastien Nocera bd70c1f
%{_libexecdir}/empathy-chat
1531ae8
%dir %{_datadir}/adium
1531ae8
%dir %{_datadir}/adium/message-styles
1531ae8
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle
1531ae8
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents
1531ae8
%dir %{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Info.plist
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Status.html
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Blue.css
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Clean.css
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/Variants/Simple.css
1531ae8
%{_datadir}/adium/message-styles/Boxes.AdiumMessageStyle/Contents/Resources/main.css
1531ae8
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle
1531ae8
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents
1531ae8
%dir %{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources
1531ae8
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Info.plist
1531ae8
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Content.html
1531ae8
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/Status.html
1531ae8
%{_datadir}/adium/message-styles/Classic.AdiumMessageStyle/Contents/Resources/main.css
1531ae8
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle
1531ae8
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents
1531ae8
%dir %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/corners.png
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/horizontal.png
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/nipple.png
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Images/vertical.png
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/Status.html
1531ae8
%{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
0a1c70f
dnielsen e022239
%changelog
f3f587d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.12-3
f3f587d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f3f587d
Michael Catanzaro 12a10e3
* Fri Jul 22 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 3.12.12-2
Michael Catanzaro 12a10e3
- Backport several patches from upstream
Michael Catanzaro 12a10e3
9b8cac9
* Fri May 13 2016 Kalev Lember <klember@redhat.com> - 3.12.12-1
9b8cac9
- Update to 3.12.12
9b8cac9
Rex Dieter 13e9a9d
* Wed Feb 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.12.11-3
Rex Dieter 13e9a9d
- pull in upstream fixes (wayland crasher, in particular)
Rex Dieter 13e9a9d
- %%build: --disable-schemas-compile --disable-silent-rules
Rex Dieter 13e9a9d
- scriptlet fixes 
Rex Dieter 13e9a9d
3f2a44d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.11-2
3f2a44d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3f2a44d
29e651e
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.12.11-1
29e651e
- Update to 3.12.11
29e651e
d67c10a
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.12.10-4
d67c10a
- Rebuilt for libcheese soname bump
d67c10a
68f2c29
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.10-3
68f2c29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
68f2c29
1d07bd5
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.10-2
1d07bd5
- Use the symbolic icon from the 3.12.10 tarball
1d07bd5
Debarshi Ray c7a7862
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.12.10-1
Debarshi Ray c7a7862
- Update to 3.12.10
Debarshi Ray c7a7862
- Drop patches. Fixed upstream.
Debarshi Ray c7a7862
28e4892
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.9-4
28e4892
- Put the symbolic icon in the right directory
28e4892
5b87896
* Sat May 09 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.9-3
5b87896
- Pull in telepathy-rakia for SIP support
5b87896
25de96c
* Sat May 09 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.9-2
25de96c
- Backport symbolic app icon from upstream
64db66e
- Backport a fix for a wayland crash and a number of dialog width fixes
25de96c
7f76252
* Thu Apr 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.9-1
7f76252
- Update to 3.12.9
7f76252
cb3386e
* Mon Mar 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.8-1
cb3386e
- Update to 3.12.8
f7cb5d9
- Use license macro for the COPYING files
cb3386e
251fc44
* Fri Mar 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.7-4
251fc44
- Rebuilt for farstream02 soname bump
251fc44
cacfbab
* Fri Mar 06 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.7-3
cacfbab
- Re-enable goa support
cacfbab
ec8214d
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.12.7-2
ec8214d
- Disable goa support until empathy gets ported to WebKit2
ec8214d
9d59caa
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.7-1
9d59caa
- Update to 3.12.7
9d59caa
f49f83e
* Fri Sep 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.6-1
f49f83e
- Update to 3.12.6
f49f83e
7ff2642
* Wed Aug 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.5-1
7ff2642
- Update to 3.12.5
7ff2642
82aaeae
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.4-2
82aaeae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
82aaeae
Richard Hughes e992189
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.4-1
Richard Hughes e992189
- Update to 3.12.4
Richard Hughes e992189
Debarshi Ray 1e5b00e
* Wed Jun 11 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.3-1
Debarshi Ray 1e5b00e
- Update to 3.12.3
Debarshi Ray 1e5b00e
8efbae8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
8efbae8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8efbae8
4b3577e
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
4b3577e
- Update to 3.12.2
4b3577e
dd4b627
* Mon Apr 14 2014 Brian Pepple <bpepple@fedoraproject.org> - 3.12.1-1
dd4b627
- Update to 3.12.1.
dd4b627
5abf612
* Mon Mar 24 2014 Brian Pepple <bpepple@fedoraproject.org> - 3.12.0-1
5abf612
- Update to 3.12.0.
5abf612
9c5dcb4
* Mon Mar 17 2014 Brian Pepple <bpepple@fedoraproject.org> - 3.11.92-1
9c5dcb4
- Update to 3.11.92.
9c5dcb4
Richard Hughes d9afac5
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
Richard Hughes d9afac5
- Update to 3.11.91
Richard Hughes d9afac5
8e15716
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-2
8e15716
- Rebuilt for cogl soname bump
8e15716
Richard Hughes 81c88d8
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
Richard Hughes 81c88d8
- Update to 3.11.90
Richard Hughes 81c88d8
Peter Hutterer 7043f27
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 3.11.5-3
Peter Hutterer 7043f27
- Rebuild for libevdev soname bump
Peter Hutterer 7043f27
e4be0f5
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.5-2
e4be0f5
- Rebuilt for cogl soname bump
e4be0f5
Richard Hughes 55bbf4d
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
Richard Hughes 55bbf4d
- Update to 3.11.5
Richard Hughes 55bbf4d
bd01c1a
* Mon Jan 20 2014 Brian Pepple <bpepple@fedoraproject.org> - 3.11.4-1
bd01c1a
- Update to 3.11.4.
bd01c1a
611a048
* Thu Dec 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.11.3-1
611a048
- Update to 3.11.3.
611a048
- Drop empathy_ensure_individual_from_tp_contact() patch. Fixed upstream.
611a048
a5bcbfd
* Mon Nov 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.11.1-2
a5bcbfd
- Pull upstream patch to use empathy_ensure_individual_from_tp_contact().
a5bcbfd
8c510b6
* Thu Oct 31 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.11.1-1
8c510b6
- Update to 3.11.1.
8d58e53
- Add appdata to file list.
8c510b6
5d85c81
* Mon Oct 14 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.10.1-1
5d85c81
- Update to 3.10.1.
5d85c81
5140711
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.10.0-1
5140711
- Update to 3.10.0.
5140711
46220f8
* Mon Sep 16 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.92-1
46220f8
- Update to 3.9.92.
46220f8
- Bump minimum version of gtk3 and folks needed.
46220f8
b715515
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-2
b715515
- Enable geolocation
b715515
bcf9963
* Tue Sep  3 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.91-1
bcf9963
- Update to 3.9.91
bcf9963
- Bump minimum version of glib2 needed.
bcf9963
88384e6
* Tue Aug 20 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.90-1
88384e6
- Update to 3.9.90.
e813d88
- Package telepathy account widget translations and schemas.
88384e6
4df1fff
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.4-3
4df1fff
- Rebuilt for cogl 1.15.4 soname bump
4df1fff
d23d1e6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
d23d1e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d23d1e6
adcd1fa
* Tue Jul  9 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.4-1
adcd1fa
- Update to 3.9.4.
adcd1fa
2248726
* Mon Jun 17 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.3-1
2248726
- Update to 3.9.3.
2248726
7c4544f
* Thu May 30 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.2-1
7c4544f
- Update to 3.9.2.
7c4544f
cfea433
* Tue May 14 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.1-2
cfea433
- Save some space by shrinking figures
cfea433
9e03964
* Fri May  3 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.9.1-1
9e03964
- Update to 3.9.1.
9e03964
899f661
* Mon Apr 15 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.1-1
899f661
- Update to 3.8.1.
899f661
539b62f
* Mon Mar 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.8.0-1
539b62f
- Update to 3.8.0.
8fac8e7
- Remove nautilus extension, since nautilus-sendto has removed this functionality.
539b62f
f27be41
* Wed Mar 20 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.92-2
f27be41
- Bump minimum verson of folks and add dep on cogl.
f27be41
Richard Hughes 5d9fe21
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes 5d9fe21
- Update to 3.7.92
Richard Hughes 5d9fe21
1d1f83b
* Mon Mar  4 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.91-1
1d1f83b
- Update to 3.7.91.
1d1f83b
518bff1
* Thu Feb 21 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.90-2
518bff1
- Drop vender from desktop file.
8423546
- Add BR on libgee-0.8.
518bff1
Richard Hughes 628c082
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes 628c082
- Update to 3.7.90
Richard Hughes 628c082
e62d15e
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
e62d15e
- Rebuilt for libgcr soname bump
e62d15e
c68ed20
* Tue Feb  5 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.5-1
7de3afd
- Update to 3.7.5.
7de3afd
- Bump minimum version of tp-logger needed.
7de3afd
a5ae396
* Fri Jan 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 3.7.4-2
a5ae396
- Rebuild for new libcogl.
a5ae396
Richard Hughes 8071353
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
Richard Hughes 8071353
- Update to 3.7.4
Richard Hughes 8071353
bb0a8c4
* Tue Dec 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.7.3-1
bb0a8c4
- Update to 3.7.3.
bb0a8c4
236733b
* Tue Nov 27 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.7.2-1
236733b
- Update to 3.7.2
236733b
7e91818
* Wed Nov 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.2-1
7e91818
- Update to 3.6.2
7e91818
- Drop patches. Fixed upstream.
7e91818
Debarshi Ray 239fc86
* Mon Nov 12 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-4
Debarshi Ray 239fc86
- Fix GNOME #687762
Debarshi Ray 239fc86
Debarshi Ray c7b25b2
* Wed Nov  7 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-3
Debarshi Ray c7b25b2
- Fix GNOME #652546 and #687690
Debarshi Ray c7b25b2
ca8f26b
* Wed Oct 31 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.1-3
ca8f26b
- Rebuild against latest telepathy-logger
ca8f26b
Debarshi Ray 1864b3c
* Thu Oct 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-2
Debarshi Ray 1864b3c
- Fix GNOME #686311 and #686314
Debarshi Ray 1864b3c
e5d714d
* Mon Oct 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.1-1
e5d714d
- Update to 3.6.1
e5d714d
f044ea9
* Mon Oct  8 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.3-1
f044ea9
- Update to 3.6.0.3.
f044ea9
ab2e551
* Thu Oct  4 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.1-2
ab2e551
- Build with gstreamer-1.0 support.
ab2e551
a438a08
* Wed Oct  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0.1-1
a438a08
- Update to 3.6.0.1
a438a08
a4e28fd
* Wed Sep 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0-2
a4e28fd
- Rebuild against new tp-glib
a4e28fd
2a87848
* Tue Sep 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.6.0-1
2a87848
- Update to 3.6.0.
2a87848
dd1d40f
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
dd1d40f
- Rebuilt for new libcheese-gtk
dd1d40f
Richard Hughes 0c09326
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
Richard Hughes 0c09326
- Update to 3.5.92
Richard Hughes 0c09326
e7d831f
* Fri Sep  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.91.1-1
e7d831f
- Update to 3.5.91.1.
e7d831f
Richard Hughes 1f6ac29
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes 1f6ac29
- Update to 3.5.91
Richard Hughes 1f6ac29
Debarshi Ray c254b4d
* Thu Aug 30 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-3
Debarshi Ray c254b4d
- Do not remove the rpaths. They are needed to pick up the private libraries.
Debarshi Ray c254b4d
  (RH #846908)
Debarshi Ray c254b4d
d72dd41
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
d72dd41
- Rebuild against new cogl/clutter
d72dd41
92aadae
* Wed Aug 22 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.90-1
ff5da72
- Update to 3.5.90.
92aadae
- Remove bits for accounts desktop file. No longer shipped.
ff5da72
bfbfa17
* Sun Aug 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.5-2
bfbfa17
- Rebuild for new libcogl.
bfbfa17
1289571
* Mon Aug  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.5-1
1289571
- Update to 3.5.5.
1289571
- Bump minimum version of tp-glib.
4059e65
- Add BR on libsecret-devel
1289571
234147a
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4.1-2
234147a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
234147a
1755b05
* Tue Jul 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.4.1-1
1755b05
- Update to 3.5.4.1.
1755b05
- Bump minimum version of tp-glib needed.
1755b05
d8bc3ea
* Mon Jul 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.4-1
d8bc3ea
- Update to 3.5.4.
d8bc3ea
- Bump minimum versions of tp-glib and glib2 needed.
d8bc3ea
99771b2
* Tue Jun 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.3-2
99771b2
- Bump minimum version of tp-glib and folks.
99771b2
- Drop BR on eds-devel.
99771b2
Richard Hughes 2d9a86f
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes 2d9a86f
- Update to 3.5.3
Richard Hughes 2d9a86f
5694931
* Tue Jun  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.2-1
5694931
- Update to 3.5.2.
5694931
- Bump minimum version of gtk3, tp-glib, goa, and clutter-gtk.
5694931
1b7139d
* Mon Apr 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.5.1-1
1b7139d
- Update to 3.5.1.
1b7139d
- Update source url.
1b7139d
6cdb013
* Mon Apr 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.1-1
6cdb013
- Update to 3.4.1.
6cdb013
- Update source url.
6cdb013
d6b8496
* Fri Apr  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.2-1
d6b8496
- Update to 3.4.0.2.
d6b8496
99a3fa7
* Thu Apr 05 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.1-2
99a3fa7
- Rebuild against tp-farstream
99a3fa7
4678b35
* Thu Apr  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0.1-1
4678b35
- Update to 3.4.0.1.
4678b35
bf32fac
* Thu Apr 05 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-3
bf32fac
- Rebuild against new tp-farstream
bf32fac
a9fd120
* Tue Apr 03 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-2
a9fd120
- Rebuild against new tp-glib.
a9fd120
5295aa3
* Mon Mar 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.4.0-1
5295aa3
- Update to 3.4.0.
5295aa3
52b733e
* Tue Mar 20 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.92-1
52b733e
- Update to 3.3.92.
52b733e
bb3e9d4
* Wed Mar 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-3
bb3e9d4
- Rebuild for cogl
bb3e9d4
3804d2d
* Wed Mar 07 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-2
3804d2d
- Rebuild for cogl
3804d2d
af0bdd2
* Tue Mar  6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.91-1
af0bdd2
- Update to 3.3.91.
7dbd09e
- Remove en_GB and zh_CN help files until they can be properly handled.
af0bdd2
0339a3d
* Mon Mar  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.90.2-1
0339a3d
- Update to 3.3.90.2.
b46f878
- Add BR on telepathy-farstream-devel, gstreamer-devel and itstool.
5e3d899
- Drop BR on tp-farsight.
0339a3d
- Bump minimum version of tp-glib.
5e3d899
- Drop requires on tp-butterfly. MSN will use tp-gabble from now on.
5e3d899
5e3d899
* Tue Feb 7 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.5-1
8fe546a
- Update to 3.3.5.
8fe546a
5e3d899
* Mon Feb 6 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.4-3
4a8cd8d
- Rebuild against new eds.
4a8cd8d
d77c4f5
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-2
d77c4f5
- Rebuild against new cogl
d77c4f5
3189625
* Mon Jan 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.4-1
3189625
- Update to 3.3.4.
3189625
- Add BR on gcr and remove old BR on gnome-keyring.
3189625
882fc68
* Mon Jan 09 2012 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-3
882fc68
- Rebuild for new gcc.
882fc68
3aabf40
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-2
3aabf40
- Build with call logging support.
3aabf40
4e1b487
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.3-1
4e1b487
- Update to 3.3.3.
4e1b487
- Bump minimum version of tp-glib, goa, glib2, and folks.
4e1b487
84ed96b
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.2-3
84ed96b
- Fix build by commenting out GOA integration until GOA 3.3.x is released
84ed96b
4f33c46
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
4f33c46
- Rebuild against new clutter
4f33c46
64a0e78
* Thu Nov 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.2-1
64a0e78
- Update to 3.3.2.
64a0e78
- Bump minimum version of tp-glib needed.
1bdf8ea
- Add minimum version of GOA needed.
64a0e78
9c65ca5
* Tue Nov 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-4
9c65ca5
- Rebuild against new eds
9c65ca5
84fa2e1
* Wed Nov 02 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-3
84fa2e1
- Rebuld against tp-logger.
84fa2e1
655fc88
* Tue Nov  1 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.1-2
655fc88
- Rebuild for new telepathy-logger
efa4522
8d04913
* Mon Oct 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.1-1
8d04913
- Update to 3.3.1.
8d04913
671d9c6
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-3
671d9c6
- Rebuld against folks yet again.
671d9c6
8873fc1
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-2
8873fc1
- Rebuld against new folks.
8873fc1
2395d33
* Mon Oct 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.1-1
2395d33
- Update to 3.2.1.
2395d33
- Bump minimum version of tp-glib needed.
2395d33
c837bed
* Mon Oct 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.0.1-1
c837bed
- Update to 3.2.0.1
c837bed
8caac7f
* Mon Sep 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.2.0-1
8caac7f
- Update to 3.2.0.
8caac7f
f5d4c17
* Wed Sep 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.92-2
f5d4c17
- Rebuld for new libcogl.
f5d4c17
f0134a8
* Mon Sep 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.92-1
f0134a8
- Update to 3.1.92.
f0134a8
99bd20e
* Tue Sep 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.91-2
99bd20e
- Rebuld against gcr.
99bd20e
8a5e808
* Tue Sep  6 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.91-1
8a5e808
- Update to 3.1.91.
8a5e808
- Add BR on tp-mission-control-devel and  gnome-online-accounts-devel.
8a5e808
8f20198
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.90.1-2
8f20198
- Rebuilt for libgcr soname bump
8f20198
5fa55d1
* Wed Aug 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.90.1-1
5fa55d1
- Update to 3.1.90.1.
5fa55d1
f2596c4
* Mon Aug 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.90-1
f2596c4
- Update to 3.1.90.
f2596c4
97be3ee
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.5.1-3
97be3ee
- Rebuild against newer evolution-data-server
97be3ee
0705c9a
* Mon Aug 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.5.1-1
0705c9a
- Update to 3.1.5.1.
0705c9a
- Add BR on libgudev1-devel.
0705c9a
- Bump min requires for tp-glib & webkitgtk.
0705c9a
d31d85b
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-3
d31d85b
- Rebuild
d31d85b
5ea87ce
* Tue Aug 16 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.5-1
5ea87ce
- Update to 3.1.5.
5ea87ce
- Bump min version of folks needed.
5ea87ce
- Add BR on pulseaudio-libs-devel.
5ea87ce
5d1bd3a
* Fri Jul 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.4-2
6b65c12
- Rebuild.
6b65c12
af929ca
* Wed Jul 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
ebc7428
- Update to 3.1.4
ebc7428
545a1d9
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-4
545a1d9
- Try again
545a1d9
47465dd
* Sun Jul 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.3-3
6b072f9
- Rebuild for new eds
6b072f9
627f708
* Tue Jul 05 2011 Adam Williamson <awilliam@redhat.com> - 3.1.3-2
627f708
- rebuild for new e-d-s
627f708
Bastien Nocera aadbc03
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera aadbc03
- Update to 3.1.3
Bastien Nocera aadbc03
a942c13
* Fri Jun 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2.1-2
a942c13
- Enable call support.
a942c13
9cee16b
* Tue Jun 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2.1-1
9cee16b
- Update to 3.1.2.1.
9cee16b
- Bump minimum version of tp-logger.
9cee16b
- Use xz tarball.
9cee16b
fdf62ff
* Fri Jun 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.2-1
fdf62ff
- Update to 3.1.2.
fdf62ff
- Add BR on gstreamer-devel and cheese-libs-devel.
fdf62ff
- Bump min required versions of folks, tp-logger, and tp-glib.
fdf62ff
3426b57
* Mon May  9 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.1.1-1
3426b57
- Update to 3.1.1.
3426b57
- Enable maps again.
3426b57
- Drop obsoletes/provides. They should no longer be needed.
3426b57
- Bump minimum version of tp-glib.
3426b57
bbed98a
* Fri May 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-4
bbed98a
- Rebuild for new tp-logger
bbed98a
bb72d82
* Thu May  5 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-3
bb72d82
- Update icon cache scriptlets. sigh....
bb72d82
34ec102
* Tue May  3 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-2
34ec102
- Update gsetting scriplets.
34ec102
4072949
* Mon Apr 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.1-1
4072949
- Update to 3.0.1.
4072949
96d40f4
* Mon Apr  4 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.0.0-1
96d40f4
- Update to 3.0.0.
96d40f4
- Update source url.
96d40f4
a951be4
* Mon Mar 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-2
a951be4
- Rebuild for new tp-logger.
a951be4
c4f74a1
* Mon Mar 28 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.93-1
c4f74a1
- Update to 2.91.93.
c4f74a1
- Bump minimum tp-glib version.
c4f74a1
af929ca
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> 2.91.92-2
f5530bc
- Rebuild for NM 0.9
f5530bc
1a6784c
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.92-1
1a6784c
- Update to 2.91.92
787ec9c
- Disable libchamplain support for now at the request of bpepple.
1a6784c
438c7a9
* Tue Mar 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91.1-2
438c7a9
- Enable libchamplain support.
438c7a9
035cf0c
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91.1-1
035cf0c
- Update to 2.91.91.1.
035cf0c
- Bump min version of folks needed.
035cf0c
393bacd
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> - 2.91.90.2-2
393bacd
- Update for NetworkManager 0.9
393bacd
acbcee2
* Tue Mar  8 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.91-1
acbcee2
- Update to 2.91.91.
acbcee2
- Update minimum version of tp-glib & gtk3.
acbcee2
13b7073
* Sat Feb 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90.2-1
a08a8c7
- Update to 2.91.90.2.
a08a8c7
edfc4ec
* Fri Feb 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90.1-1
edfc4ec
- Update to 2.91.90.1.
edfc4ec
984558f
* Mon Feb 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.90-1
984558f
- Update to 2.91.90.
984558f
- Bump min version for folks and tp-glib.
beeb42f
6f2e4e8
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-5
6f2e4e8
- Rebuild against newer gtk
6f2e4e8
0534e9e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6.1-4
0534e9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0534e9e
78f2a8e
* Fri Feb  4 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.6.1-3
78f2a8e
- Enable single window control center.
78f2a8e
fcbc06d
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6.1-2
fcbc06d
- Rebuild against new gtk
fcbc06d
edff122
* Tue Feb  1 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.6.1-1
edff122
- Update to 2.91.6.1.
edff122
- Update min req for folks and tp-glib.
a3062d5
8a7d564
* Thu Jan 27 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5.1-2
8a7d564
- Rebuild for new farsight2
8a7d564
a764bb2
* Tue Jan 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5.1-1
a764bb2
- Update to 2.91.5.1.
a764bb2
aa286fd
* Mon Jan 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 2.91.5-1
aa286fd
- Update to 2.91.5.
aa286fd
5329c3b
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4.3-1
5329c3b
- Update to 2.91.4.3
5329c3b
6fdb259
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3.1-2
6fdb259
- Enable webkit support for Adium themes.
6fdb259
cc57a2d
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3.1-1
cc57a2d
- Update to 2.91.3.1.
cc57a2d
- Bump min versions for tp-glib & folks.
cc57a2d
Christopher Aillon acf6484
* Fri Dec  3 2010 Christopher Aillon <caillon@redhat.com> - 2.91.3-2
Christopher Aillon acf6484
- Rebuild against newer gtk3
Christopher Aillon acf6484
d7cac76
* Mon Nov 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.3-1
d7cac76
- Update to 2.91.3.
d7cac76
- Drop folks api patch. Fixed upstream.
d7cac76
- Add BR on gsettings-desktop-schemas-devel.
d7cac76
- Drop ca-cert patch. Fixed upstream.
d7cac76
- Drop BR on GConf2.
d7cac76
dc92689
* Tue Nov 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.2-2
c351564
- Bump min versions for gtk3, glib2, tp-glib, and folks.
dc92689
- Add patch to use Fedora's ca-cert.
c351564
- Drop BR on unique3. No longer needed.
c351564
Bastien Nocera e50ec79
* Mon Nov 15 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
Bastien Nocera e50ec79
- Update to 2.91.2
Bastien Nocera e50ec79
Bastien Nocera f3ca70c
* Mon Nov 15 2010 Bastien Nocera <bnocera@redhat.com> 2.91.0-6
Bastien Nocera f3ca70c
- Rebuild against new folks
Bastien Nocera f3ca70c
db8078f
* Wed Nov 10 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-5
db8078f
- Backport libnotify patch for 0.7 api change.
db8078f
- Bump min BR version for libnotify.
db8078f
- Add patches to port to GtkComboBox & GtkComboBoxText.
db8078f
bbd4f8c
* Sat Oct 30 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-4
bbd4f8c
- Rebuild for folks-2.1.
bbd4f8c
6a0426c
* Thu Oct 21 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-3
6a0426c
- Rebuild for new folks.
6a0426c
c5b3d60
* Tue Oct 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-2
c5b3d60
- Rebuild for new eds.
c5b3d60
- Disable webkitgtk support for now until a more recent version is in rawhide.
c5b3d60
- Add patch to fix build with gcr.
e73c915
c2a955e
* Mon Oct  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.91.0-1
c2a955e
- Update to 2.91.0.
c2a955e
- Drop obsolete/provides on tp-haze-mission-control.
c2a955e
- Drop keyname-fixes patch. Fixed upstream.
c2a955e
- Drop empathy chat GDKKEY patch. Fixed upstream.
c2a955e
- Drop avatar image gdkdisplay patch. Fixed upstream.
c2a955e
- Drop depreciated gtk-dialog-separator patch. Fixed upstream.
c2a955e
ee243d1
* Mon Sep 27 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.32.0-1
ee243d1
- Update to 2.32.0.
ee243d1
edbb449
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-2
edbb449
- Rebuild
edbb449
ab48c24
* Tue Sep 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.92-1
ab48c24
- Update to 2.31.92.
ab48c24
- Clean up gconf->gsetting conversion.
ab48c24
3fcc1ed
* Thu Sep  2 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.91.1-1
3fcc1ed
- Update to 2.31.91.1.
3fcc1ed
1042fb4
* Thu Aug 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.90-1
1042fb4
- Update to 2.31.90.
1042fb4
- Add BR on folks-devel.
1042fb4
- Drop buildroot. No longer needed.
1042fb4
8b179f5
* Fri Jul 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.5.1-2
8b179f5
- Rebuild for new eds.
8b179f5
0a1c70f
* Wed Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5.1-1
0a1c70f
- Update to 2.31.5.1
0a1c70f
aa87dfb
* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.4-2
aa87dfb
- Update scriptlets for gsettings.
aa87dfb
551135a
* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.4-1
551135a
- Update to 2.31.4.
551135a
- Disable libchamplain support for now due to api change.
551135a
- Drop schemas regeneration since empathy uses gsettings now.
551135a
- Add BR on telepathy-logger-devel.
551135a
41347c5
* Tue Jul  6 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-4
41347c5
- Rebuild for new libchamplain.
41347c5
37d7bea
* Sun Jul  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-3
37d7bea
- Rebuild for new webkit.
37d7bea
8ecc08c
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2
8ecc08c
- Don't require scrollkeeper
8ecc08c
d075527
* Mon Jun  7 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.3-1
d075527
- Update to 2.31.3.
d075527
- Bump min version of tp-glib needed.
d075527
- Drop facebook server error patch. Fixed upstream.
d075527
b9b9a84
* Thu Jun  3 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.2-2
b9b9a84
- Backport patch to fix facebook server error. (#595925)
b9b9a84
8b15824
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
8b15824
- Update to 2.31.2
8b15824
- drop presence-icon patch, handled upstream (partially)
8b15824
d13cb77
* Mon May 10 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.31.1-1
d13cb77
- Update to 2.31.1.
d13cb77
- Bump min versions of gtk2 & tp-glib needed.
d13cb77
95c3aa8
* Thu May  6 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-3
95c3aa8
- Rebuild for new eds.
95c3aa8
987e5e0
* Mon Apr 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-2
987e5e0
- Drop suffix on gconf schemas scriptlets.
987e5e0
909b785
* Mon Apr 26 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.1-1
909b785
- Update to 2.30.1.
909b785
f15068b
* Sat Apr 24 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.2-2
f15068b
- Remove clean section. No longer needed.
f15068b
- Update spec for new gconf macros.
f15068b
06465b9
* Tue Apr 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.2-1
06465b9
- Update to 2.30.0.2.
06465b9
4913d10
* Fri Apr  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0.1-1
4913d10
- Update to 2.30.0.1.
4913d10
5bb8192
* Mon Mar 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.30.0-1
5bb8192
- Update to 2.30.0.
5bb8192
19d44c6
* Mon Mar 15 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.93-1
19d44c6
- Update to 2.29.93.
19d44c6
0723e23
* Tue Mar  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.92-1
0723e23
- Update to 2.29.92.
0723e23
0dd2bef
* Thu Mar  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91.2-1
0dd2bef
- Update to 2.29.91.2.
0dd2bef
2bfa600
* Wed Mar  3 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91.1-1
2bfa600
- Update to 2.29.91.1.
2bfa600
- Remove DSOLinking patch. Fixed upstream.
2bfa600
939366f
* Mon Feb 22 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.91-1
939366f
- Update to 2.29.91.
939366f
3fa85e5
* Sat Feb 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-3
3fa85e5
- Rebuild for new tp-mission-control.
3fa85e5
b9d27f6
* Fri Feb 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-2
b9d27f6
- Add patch to fix DSOLinking. (#564975)
b9d27f6
02effc9
* Mon Feb  8 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.90-1
02effc9
- Update to 2.29.90.
02effc9
5c4485c
* Mon Jan 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.6-1
5c4485c
- Update to 2.29.6.
5c4485c
- Drop xmlCleanupParser patch. Fixed upstream.
5c4485c
e5ced3d
* Wed Jan 13 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.5.1-2
e5ced3d
- Add patch to fix crasher due to misuse of xmlCleanParser. (#532307)
e5ced3d
ef418c6
* Tue Jan 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 2.29.5.1-1
ef418c6
- Update to 2.29.5.1.
ef418c6
6675628
* Mon Dec 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 2.29.4-1
6675628
- Update to 2.29.4.
6675628
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
af929ca
* Wed May 30 2007 David Nielsen <david@lovesunix.net> - 0.5-1
dnielsen e022239
- Initial package