987a21
%global gettext_version 0.19.8
987a21
%global glib2_version 2.52
987a21
%global gtk3_version 3.19.12
987a21
%global libsoup_version 2.42
987a21
%global webkit2gtk3_version 2.12.0
987a21
987a21
Name:		gnome-online-accounts
3a4d6e
Version:	3.28.2
80adc4
Release:	4%{?dist}
987a21
Summary:	Single sign-on framework for GNOME
987a21
987a21
License:	LGPLv2+
987a21
URL:		https://wiki.gnome.org/Projects/GnomeOnlineAccounts
987a21
Source0:	https://download.gnome.org/sources/gnome-online-accounts/3.28/%{name}-%{version}.tar.xz
987a21
80adc4
Patch01:	0001-mute-debug-prints.patch
80adc4
987a21
BuildRequires:	pkgconfig(gcr-3)
987a21
BuildRequires:	pkgconfig(gio-2.0) >= %{glib2_version}
987a21
BuildRequires:	pkgconfig(glib-2.0) >= %{glib2_version}
987a21
BuildRequires:	pkgconfig(gobject-2.0) >= %{glib2_version}
987a21
BuildRequires:	pkgconfig(gtk+-3.0) >= %{gtk3_version}
987a21
BuildRequires:	pkgconfig(gobject-introspection-1.0)
987a21
BuildRequires:	gettext >= %{gettext_version}
987a21
BuildRequires:	gtk-doc
987a21
BuildRequires:	krb5-devel
987a21
BuildRequires:	pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
987a21
BuildRequires:	pkgconfig(json-glib-1.0)
987a21
BuildRequires:	pkgconfig(libsecret-1) >= 0.7
987a21
BuildRequires:	pkgconfig(libsoup-2.4) >= %{libsoup_version}
987a21
BuildRequires:	pkgconfig(rest-0.7)
987a21
%if ! 0%{?fedora} && 0%{?rhel} <= 7
987a21
BuildRequires:	pkgconfig(telepathy-glib)
987a21
%endif
987a21
BuildRequires:	pkgconfig(libxml-2.0)
987a21
BuildRequires:	vala
987a21
987a21
Requires:	glib2%{?_isa} >= %{glib2_version}
987a21
Requires:	gtk3%{?_isa} >= %{gtk3_version}
987a21
Requires:	libsoup%{?_isa} >= %{libsoup_version}
987a21
Requires:	webkit2gtk3%{?_isa} >= %{webkit2gtk3_version}
987a21
987a21
%description
987a21
GNOME Online Accounts provides interfaces so that applications and libraries
987a21
in GNOME can access the user's online accounts. It has providers for Google,
987a21
ownCloud, Facebook, Flickr, Foursquare, Microsoft Account, Pocket, Microsoft
987a21
Exchange, IMAP/SMTP and Kerberos.
987a21
987a21
%package devel
987a21
Summary:	Development files for %{name}
987a21
Requires:	%{name}%{?_isa} = %{version}-%{release}
987a21
987a21
%description devel
987a21
The %{name}-devel package contains libraries and header files for
987a21
developing applications that use %{name}.
987a21
987a21
%prep
987a21
%setup -q
80adc4
%patch01 -p1 -b .mute-debug-prints
987a21
987a21
%build
987a21
%configure \
bf578f
  --disable-facebook \
bf578f
  --disable-foursquare \
987a21
  --disable-lastfm \
987a21
  --disable-media-server \
987a21
  --disable-silent-rules \
987a21
  --disable-static \
987a21
  --disable-telepathy \
bf578f
  --disable-todoist \
987a21
  --enable-exchange \
987a21
  --enable-flickr \
987a21
  --enable-google \
987a21
  --enable-gtk-doc \
987a21
  --enable-imap-smtp \
987a21
  --enable-kerberos \
987a21
  --enable-owncloud \
987a21
  --enable-pocket \
987a21
  --enable-windows-live
987a21
%make_build
987a21
987a21
%install
987a21
%make_install
987a21
find $RPM_BUILD_ROOT -name '*.la' -delete
987a21
987a21
%find_lang %{name}
987a21
987a21
%if ! 0%{?fedora} && 0%{?rhel} <= 7
987a21
%find_lang %{name}-tpaw
987a21
%endif
987a21
987a21
%ldconfig_scriptlets
987a21
987a21
%if ! 0%{?fedora} && 0%{?rhel} <= 7
987a21
%files -f %{name}.lang -f %{name}-tpaw.lang
987a21
%else
987a21
%files -f %{name}.lang
987a21
%endif
987a21
987a21
%license COPYING
987a21
%doc COPYING
987a21
%dir %{_libdir}/girepository-1.0
987a21
%{_libdir}/girepository-1.0/Goa-1.0.typelib
987a21
%{_libdir}/libgoa-1.0.so.0
987a21
%{_libdir}/libgoa-1.0.so.0.0.0
987a21
%{_libdir}/libgoa-backend-1.0.so.1
987a21
%{_libdir}/libgoa-backend-1.0.so.1.0.0
987a21
%dir %{_libdir}/goa-1.0
987a21
%dir %{_libdir}/goa-1.0/web-extensions
987a21
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
987a21
%{_prefix}/libexec/goa-daemon
987a21
%{_prefix}/libexec/goa-identity-service
987a21
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
987a21
%{_datadir}/dbus-1/services/org.gnome.Identity.service
987a21
%{_datadir}/icons/hicolor/*/apps/goa-*.png
3a4d6e
%{_datadir}/man/man8/goa-daemon.8*
987a21
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
987a21
987a21
%if ! 0%{?fedora} && 0%{?rhel} <= 7
987a21
%{_datadir}/icons/hicolor/*/apps/im-*.png
987a21
%{_datadir}/icons/hicolor/*/apps/im-*.svg
987a21
987a21
%dir %{_datadir}/%{name}
987a21
%{_datadir}/%{name}/irc-networks.xml
987a21
%endif
987a21
987a21
%files devel
987a21
%{_includedir}/goa-1.0/
987a21
%{_libdir}/libgoa-1.0.so
987a21
%{_libdir}/libgoa-backend-1.0.so
987a21
%dir %{_datadir}/gir-1.0
987a21
%{_datadir}/gir-1.0/Goa-1.0.gir
987a21
%{_libdir}/pkgconfig/goa-1.0.pc
987a21
%{_libdir}/pkgconfig/goa-backend-1.0.pc
987a21
%{_datadir}/gtk-doc/html/goa/
987a21
%{_libdir}/goa-1.0/include
987a21
%{_datadir}/vala/
987a21
987a21
%changelog
80adc4
* Fri Sep 02 2022 Milan Crha <mcrha@redhat.com> - 3.28.2-4
80adc4
- Resolves: #2068010 (Turn runtime warnings around libsecret into debug prints)
80adc4
bf578f
* Sat Apr 24 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-3
bf578f
- Disable the Facebook and Foursquare providers
bf578f
Resolves: #1951086, #1952136
bf578f
7fcc43
* Mon Feb 01 2021 Tomas Popela <tpopela@redhat.com> - 3.28.2-2
7fcc43
- Rebuild to fix multilib issues
7fcc43
  Resolves: #1765627
7fcc43
3a4d6e
* Tue Nov 05 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-1
3a4d6e
- Update to 3.28.2
3a4d6e
Resolves: #1674535
3a4d6e
987a21
* Thu Mar 15 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
987a21
- Update to 3.28.0
987a21
987a21
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
987a21
- Update to 3.27.92
987a21
987a21
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.3-5
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
987a21
987a21
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.3-4
987a21
- Switch to %%ldconfig_scriptlets
987a21
987a21
* Fri Jan 12 2018 Tomas Popela <tpopela@redhat.com> - 3.27.3-3
987a21
- Adapt to the webkitgtk4 rename
987a21
987a21
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.3-2
987a21
- Remove obsolete scriptlets
987a21
987a21
* Fri Dec 15 2017 Kalev Lember <klember@redhat.com> - 3.27.3-1
987a21
- Update to 3.27.3
987a21
987a21
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-2
987a21
- Backport fix for adding multiple accounts of the same type (GNOME #781005)
987a21
987a21
* Thu Oct 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
987a21
- Update to 3.27.1
987a21
987a21
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
987a21
- Update to 3.26.1
987a21
987a21
* Tue Sep 19 2017 Troy Dawson <tdawson@redhat.com> - 3.26.0-2
987a21
- Cleanup spec file conditionals
987a21
987a21
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
987a21
- Update to 3.26.0
987a21
987a21
* Tue Sep 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.92-1
987a21
- Update to 3.25.92
987a21
987a21
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
987a21
- Update to 3.25.90
987a21
987a21
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
987a21
987a21
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
987a21
987a21
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.4-1
987a21
- Update to 3.25.4
987a21
987a21
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
987a21
- Update to 3.25.3
987a21
987a21
* Tue May 30 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.1-1
987a21
- Update to 3.24.1
987a21
987a21
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
987a21
- Update to 3.24.0
987a21
987a21
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
987a21
- Update to 3.23.92
987a21
987a21
* Fri Mar 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.91-1
987a21
- Update to 3.23.91
987a21
987a21
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
987a21
- Update to 3.23.90
987a21
987a21
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
987a21
987a21
* Thu Jan 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.4-1
987a21
- Update to 3.23.4
987a21
987a21
* Wed Dec 14 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.23.3-1
987a21
- Update to 3.23.3
987a21
987a21
* Wed Dec 14 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
987a21
- Update to 3.22.3
987a21
987a21
* Tue Nov 15 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
987a21
- Update to 3.22.2
987a21
987a21
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
987a21
- Update to 3.22.1
987a21
987a21
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
987a21
- BR vala instead of obsolete vala-tools subpackage
987a21
987a21
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
987a21
- Update to 3.22.0
987a21
987a21
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
987a21
- Update to 3.21.92
987a21
- Co-own gir directories instead of depending on gobject-introspection
987a21
987a21
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
987a21
- Update to 3.21.91
987a21
- Don't set group tags
987a21
987a21
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-3
987a21
- Set minimum libsoup & webkitgtk4 versions; use pkgconfig(...) for BRs
987a21
987a21
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-2
987a21
- Use make_build macro
987a21
987a21
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
987a21
- Update to 3.21.90
987a21
- Set minimum glib2 and gtk3 versions
987a21
987a21
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
987a21
- Update to 3.21.4
987a21
987a21
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
987a21
- Update to 3.21.3
987a21
987a21
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
987a21
- Update to 3.21.1
987a21
987a21
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
987a21
- Update to 3.20.1
987a21
- Package vala bindings
987a21
987a21
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
987a21
- Update to 3.20.0
987a21
987a21
* Wed Mar 16 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92.1-1
987a21
- Update to 3.19.92.1
987a21
987a21
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
987a21
- Update to 3.19.92
987a21
987a21
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
987a21
- Update to 3.19.90
987a21
987a21
* Fri Feb 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.4-3
987a21
- Disable Telepathy
987a21
987a21
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
987a21
987a21
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
987a21
- Update to 3.19.4
987a21
987a21
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
987a21
- Update to 3.19.3
987a21
987a21
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
987a21
- Update to 3.19.2
987a21
987a21
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
987a21
- Update to 3.19.1
987a21
987a21
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
987a21
- Update to 3.18.1
987a21
987a21
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
987a21
- Update to 3.18.0
987a21
- Use make_install macro
987a21
987a21
* Wed Sep 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92.1-1
987a21
- Update to 3.17.92.1
987a21
987a21
* Tue Sep 15 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92-1
987a21
- Update to 3.17.92
987a21
987a21
* Wed Sep 09 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
987a21
- Update to 3.17.91
987a21
987a21
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
987a21
987a21
* Fri May 29 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.2-1
987a21
- Update to 3.17.2
987a21
987a21
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
987a21
- Update to 3.16.2
987a21
987a21
* Thu Apr 30 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-2
987a21
- Enable Foursquare
987a21
987a21
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
987a21
- Update to 3.16.0
987a21
987a21
* Wed Mar 04 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
987a21
- Update to 3.15.91
987a21
- Use the %%license macro for the COPYING file
987a21
987a21
* Mon Feb 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.90-1
987a21
- Update to 3.15.90
987a21
987a21
* Mon Jan 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.4-1
987a21
- Update to 3.15.4
987a21
987a21
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
987a21
- Update to 3.15.3
987a21
987a21
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
987a21
- Update to 3.15.2
987a21
987a21
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
987a21
- Update to 3.15.1
987a21
987a21
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
987a21
- Update to 3.14.2
987a21
987a21
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
987a21
- Update to 3.14.1
987a21
987a21
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
987a21
- Update to 3.14.0
987a21
987a21
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
987a21
- Update to 3.13.92
987a21
987a21
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
987a21
- Update to 3.13.91
987a21
987a21
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
987a21
- Update to 3.13.90
987a21
987a21
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-4
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
987a21
987a21
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-3
987a21
- Rebuilt for gobject-introspection 1.41.4
987a21
987a21
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
987a21
- Update to 3.13.3
987a21
987a21
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
987a21
987a21
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
987a21
- Update to 3.13.2
987a21
987a21
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
987a21
- Update to 3.13.1
987a21
987a21
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
987a21
- Update to 3.12.1
987a21
987a21
* Tue Apr 01 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
987a21
- Popup is too small to display Facebook authorization (GNOME #726609)
987a21
987a21
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
987a21
- Update to 3.12.0
987a21
987a21
* Tue Mar 18 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.92-1
987a21
- Update to 3.11.92
987a21
987a21
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
987a21
- Update to 3.11.91
987a21
987a21
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
987a21
- Update to 3.11.90
987a21
987a21
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
987a21
- Update to 3.11.5
987a21
987a21
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
987a21
- Update to 3.11.4
987a21
987a21
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.3-1
987a21
- Update to 3.11.3
987a21
987a21
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
987a21
- Update to 3.11.2
987a21
987a21
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.2-1
987a21
- Update to 3.10.2
987a21
987a21
* Fri Oct 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.1-2
987a21
- Adapt to changes in the redirect URI used by Facebook (GNOME #710363)
987a21
987a21
* Wed Oct 16 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
987a21
- Update to 3.10.1
987a21
987a21
* Tue Oct 08 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-3
987a21
- Add a Requires on realmd (Red Hat #949741)
987a21
987a21
* Fri Sep 27 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-2
987a21
- Fix GNOME #708462 and #708832
987a21
987a21
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
987a21
- Update to 3.10.0
987a21
987a21
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
987a21
- Update to 3.9.92
987a21
987a21
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
987a21
- Update to 3.9.91
987a21
987a21
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
987a21
- Update to new webkitgtk-2.1.90 API
987a21
987a21
* Thu Aug 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.90-1
987a21
- Update to 3.9.90
987a21
987a21
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
987a21
987a21
* Thu Jul 11 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
987a21
- Update to 3.9.4
987a21
- Update summary and description to match upstream DOAP file
987a21
987a21
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
987a21
- Update to 3.9.2
987a21
987a21
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
987a21
- Update to 3.9.1
987a21
987a21
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
987a21
- Update to 3.8.1
987a21
987a21
* Tue Mar 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.0-1
987a21
- Update to 3.8.0
987a21
987a21
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
987a21
- Update to 3.7.92
987a21
987a21
* Tue Mar 05 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.91-1
987a21
- Update to 3.7.91
987a21
987a21
* Tue Feb 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.90-2
987a21
- Enable IMAP / SMTP
987a21
987a21
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
987a21
- Update to 3.7.90
987a21
987a21
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-1
987a21
- Update to 3.7.5
987a21
987a21
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
987a21
- Rebuilt for libgcr soname bump
987a21
987a21
* Mon Jan 14 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.4-1
987a21
- Update to 3.7.4
987a21
987a21
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
987a21
- Update to 3.7.3
987a21
987a21
* Sun Nov 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
987a21
- Update to 3.7.2
987a21
987a21
* Tue Oct 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.1-1
987a21
- Update to 3.7.1
987a21
987a21
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
987a21
- Update to 3.6.1
987a21
987a21
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
987a21
- Update to 3.6.0
987a21
987a21
* Mon Sep 17 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.92-1
987a21
- Update to 3.5.92
987a21
987a21
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
987a21
- Update to 3.5.91
987a21
987a21
* Tue Aug 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-1
987a21
- Update to 3.5.90
987a21
987a21
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
987a21
- Update to 3.5.5
987a21
987a21
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
987a21
987a21
* Mon Jul 16 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
987a21
- Update to 3.5.4
987a21
987a21
* Mon Jun 25 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.3-1
987a21
- Update to 3.5.3
987a21
987a21
* Tue Jun 05 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.2-1
987a21
- Update to 3.5.2
987a21
987a21
* Wed May 02 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.1-1
987a21
- Update to 3.5.1
987a21
987a21
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
987a21
- Update to 3.4.1
987a21
987a21
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
987a21
- Update to 3.4.0
987a21
987a21
* Wed Mar 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92.1-1
987a21
- Update to 3.3.92.1
987a21
987a21
* Tue Mar 20 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92-1
987a21
- Update to 3.3.92
987a21
987a21
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-3
987a21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
987a21
987a21
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-2
987a21
- Enable Windows Live provider.
987a21
987a21
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-1
987a21
- Update to 3.3.0.
987a21
- Update source url.
987a21
987a21
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
987a21
- Rebuilt for glibc bug#747377
987a21
987a21
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
987a21
- Update to 3.2.1
987a21
987a21
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 3.2.0.1-1
987a21
- Update to 3.2.0.1
987a21
987a21
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
987a21
- Update to 3.2.0
987a21
987a21
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
987a21
- Update to 3.1.91
987a21
987a21
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
987a21
- Update to 3.1.90
987a21
987a21
* Fri Jul 01 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-1
987a21
- Update to 3.1.1
987a21
987a21
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-3
987a21
- Add more necessary patches
987a21
987a21
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-2
987a21
- Update with review comments from Peter Robinson
987a21
987a21
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
987a21
- First version
987a21