c23390
%global gettext_version 0.19.8
c23390
%global glib2_version 2.52
c23390
%global gtk3_version 3.19.12
c23390
%global libsoup_version 2.42
c23390
%global webkit2gtk3_version 2.26.0
c23390
c23390
Name:		gnome-online-accounts
c23390
Version:	3.40.0
c23390
Release:	2%{?dist}
c23390
Summary:	Single sign-on framework for GNOME
c23390
c23390
License:	LGPLv2+
c23390
URL:		https://wiki.gnome.org/Projects/GnomeOnlineAccounts
c23390
Source0:	https://download.gnome.org/sources/gnome-online-accounts/3.40/%{name}-%{version}.tar.xz
c23390
c23390
# https://pagure.io/fedora-workstation/issue/83
c23390
Patch0:		0001-Remove-Documents-support.patch
c23390
c23390
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/63
c23390
# https://bugzilla.redhat.com/show_bug.cgi?id=1913641
c23390
Patch1:		0001-google-Remove-Photos-support.patch
c23390
c23390
BuildRequires:	pkgconfig(gcr-3)
c23390
BuildRequires:	pkgconfig(gio-2.0) >= %{glib2_version}
c23390
BuildRequires:	pkgconfig(glib-2.0) >= %{glib2_version}
c23390
BuildRequires:	pkgconfig(gobject-2.0) >= %{glib2_version}
c23390
BuildRequires:	pkgconfig(gtk+-3.0) >= %{gtk3_version}
c23390
BuildRequires:	pkgconfig(gobject-introspection-1.0)
c23390
BuildRequires:	gettext >= %{gettext_version}
c23390
BuildRequires:	gtk-doc
c23390
BuildRequires:	krb5-devel
c23390
BuildRequires:	pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
c23390
BuildRequires:	pkgconfig(json-glib-1.0)
c23390
BuildRequires:	pkgconfig(libsecret-1) >= 0.7
c23390
BuildRequires:	pkgconfig(libsoup-2.4) >= %{libsoup_version}
c23390
BuildRequires:	pkgconfig(rest-0.7)
c23390
BuildRequires:	pkgconfig(libxml-2.0)
c23390
BuildRequires:	vala
c23390
BuildRequires:	make
c23390
c23390
Requires:	glib2%{?_isa} >= %{glib2_version}
c23390
Requires:	gtk3%{?_isa} >= %{gtk3_version}
c23390
Requires:	libsoup%{?_isa} >= %{libsoup_version}
c23390
Requires:	webkit2gtk3%{?_isa} >= %{webkit2gtk3_version}
c23390
c23390
%description
c23390
GNOME Online Accounts provides interfaces so that applications and libraries
c23390
in GNOME can access the user's online accounts. It has providers for Google,
c23390
Nextcloud, Microsoft Account, Microsoft Exchange, Fedora, IMAP/SMTP and
c23390
Kerberos.
c23390
c23390
%package devel
c23390
Summary:	Development files for %{name}
c23390
Requires:	%{name}%{?_isa} = %{version}-%{release}
c23390
c23390
%description devel
c23390
The %{name}-devel package contains libraries and header files for
c23390
developing applications that use %{name}.
c23390
c23390
%prep
c23390
%setup -q
c23390
%patch0 -p1
c23390
%patch1 -p1
c23390
c23390
%build
c23390
%configure \
c23390
  --disable-facebook \
c23390
  --disable-flickr \
c23390
  --disable-foursquare \
c23390
  --disable-lastfm \
c23390
  --disable-media-server \
c23390
  --disable-silent-rules \
c23390
  --disable-static \
c23390
  --enable-documentation \
c23390
  --enable-fedora \
c23390
  --enable-exchange \
c23390
  --enable-google \
c23390
  --enable-gtk-doc \
c23390
  --enable-imap-smtp \
c23390
  --enable-kerberos \
c23390
  --enable-owncloud \
c23390
  --enable-windows-live
c23390
%make_build
c23390
c23390
%install
c23390
%make_install
c23390
find $RPM_BUILD_ROOT -name '*.la' -delete
c23390
c23390
%find_lang %{name}
c23390
c23390
%ldconfig_scriptlets
c23390
c23390
%files -f %{name}.lang
c23390
%license COPYING
c23390
%doc COPYING
c23390
%dir %{_libdir}/girepository-1.0
c23390
%{_libdir}/girepository-1.0/Goa-1.0.typelib
c23390
%{_libdir}/libgoa-1.0.so.0
c23390
%{_libdir}/libgoa-1.0.so.0.0.0
c23390
%{_libdir}/libgoa-backend-1.0.so.1
c23390
%{_libdir}/libgoa-backend-1.0.so.1.0.0
c23390
%dir %{_libdir}/goa-1.0
c23390
%dir %{_libdir}/goa-1.0/web-extensions
c23390
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
c23390
%{_prefix}/libexec/goa-daemon
c23390
%{_prefix}/libexec/goa-identity-service
c23390
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
c23390
%{_datadir}/dbus-1/services/org.gnome.Identity.service
c23390
%{_datadir}/icons/hicolor/*/apps/goa-*.svg
c23390
%{_datadir}/man/man8/goa-daemon.8*
c23390
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
c23390
c23390
%files devel
c23390
%{_includedir}/goa-1.0/
c23390
%{_libdir}/libgoa-1.0.so
c23390
%{_libdir}/libgoa-backend-1.0.so
c23390
%dir %{_datadir}/gir-1.0
c23390
%{_datadir}/gir-1.0/Goa-1.0.gir
c23390
%{_libdir}/pkgconfig/goa-1.0.pc
c23390
%{_libdir}/pkgconfig/goa-backend-1.0.pc
c23390
%dir %{_datadir}/gtk-doc
c23390
%dir %{_datadir}/gtk-doc/html
c23390
%{_datadir}/gtk-doc/html/goa/
c23390
%{_libdir}/goa-1.0/include
c23390
%{_datadir}/vala/
c23390
c23390
%changelog
c23390
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-2
c23390
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c23390
  Related: rhbz#1991688
c23390
c23390
* Thu Apr 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.0-1
c23390
- Update to 3.40.0
c23390
- Disable the Facebook, Flickr and Foursquare providers
c23390
- Remove Photos support from the Google provider
c23390
Resolves: #1913641
c23390
c23390
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.39.92-2
c23390
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c23390
c23390
* Tue Mar 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.39.92-1
c23390
- Update to 3.39.92
c23390
c23390
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c23390
c23390
* Fri Oct 16 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
c23390
- Update to 3.38.0
c23390
c23390
* Mon Aug 10 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.90-1
c23390
- Update to 3.37.90
c23390
c23390
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-3
c23390
- Second attempt - Rebuilt for
c23390
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c23390
c23390
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c23390
c23390
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
c23390
- Update to 3.36.0
c23390
c23390
* Tue Feb 11 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
c23390
- Update to 3.35.90
c23390
c23390
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c23390
c23390
* Sat Jan 04 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.3-1
c23390
- Update to 3.35.3
c23390
c23390
* Tue Oct 15 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.35.1-1
c23390
- Update to 3.35.1
c23390
c23390
* Wed Sep 11 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
c23390
- Update to 3.34.0
c23390
c23390
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
c23390
- Update to 3.33.92
c23390
c23390
* Wed Aug 21 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.33.91-1
c23390
- Update to 3.33.91
c23390
c23390
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c23390
c23390
* Fri Mar 29 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
c23390
- Update to 3.32.0
c23390
c23390
* Sat Feb 09 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.31.90-1
c23390
- Update to 3.31.90
c23390
c23390
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.3-3
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c23390
c23390
* Mon Dec 17 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.3-2
c23390
- Drop the documents integration (fedora-workstation/issue/83)
c23390
c23390
* Wed Dec 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.3-1
c23390
- Update to 3.31.3
c23390
c23390
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-3
c23390
- Rebuilt against fixed atk (#1626575)
c23390
c23390
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
c23390
- Fix gtk-doc directory ownership
c23390
c23390
* Mon Sep 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
c23390
- Update to 3.30.0
c23390
- Disable Pocket
c23390
c23390
* Thu Aug 16 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.91-1
c23390
- Update to 3.29.91
c23390
c23390
* Thu Aug  9 2018 Owen Taylor <otaylor@redhat.com> - 3.29.4-2
c23390
- Remove Requires: gettext-libs - it is extraneous
c23390
- Use a glob for man page, to handle variations in man page compression.
c23390
c23390
* Wed Jul 18 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.4-1
c23390
- Update to 3.29.4
c23390
c23390
* Mon Jul 16 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.1-1
c23390
- Update to 3.29.1
c23390
- Drop RHEL 7 compatibility because Telepathy is no longer supported
c23390
c23390
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c23390
c23390
* Thu Mar 15 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
c23390
- Update to 3.28.0
c23390
c23390
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
c23390
- Update to 3.27.92
c23390
c23390
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.3-5
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c23390
c23390
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.3-4
c23390
- Switch to %%ldconfig_scriptlets
c23390
c23390
* Fri Jan 12 2018 Tomas Popela <tpopela@redhat.com> - 3.27.3-3
c23390
- Adapt to the webkitgtk4 rename
c23390
c23390
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.3-2
c23390
- Remove obsolete scriptlets
c23390
c23390
* Fri Dec 15 2017 Kalev Lember <klember@redhat.com> - 3.27.3-1
c23390
- Update to 3.27.3
c23390
c23390
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-2
c23390
- Backport fix for adding multiple accounts of the same type (GNOME #781005)
c23390
c23390
* Thu Oct 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
c23390
- Update to 3.27.1
c23390
c23390
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
c23390
- Update to 3.26.1
c23390
c23390
* Tue Sep 19 2017 Troy Dawson <tdawson@redhat.com> - 3.26.0-2
c23390
- Cleanup spec file conditionals
c23390
c23390
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
c23390
- Update to 3.26.0
c23390
c23390
* Tue Sep 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.92-1
c23390
- Update to 3.25.92
c23390
c23390
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
c23390
- Update to 3.25.90
c23390
c23390
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c23390
c23390
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c23390
c23390
* Thu Jul 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.4-1
c23390
- Update to 3.25.4
c23390
c23390
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 3.25.3-1
c23390
- Update to 3.25.3
c23390
c23390
* Tue May 30 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.1-1
c23390
- Update to 3.24.1
c23390
c23390
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
c23390
- Update to 3.24.0
c23390
c23390
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
c23390
- Update to 3.23.92
c23390
c23390
* Fri Mar 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.91-1
c23390
- Update to 3.23.91
c23390
c23390
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
c23390
- Update to 3.23.90
c23390
c23390
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c23390
c23390
* Thu Jan 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.4-1
c23390
- Update to 3.23.4
c23390
c23390
* Wed Dec 14 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.23.3-1
c23390
- Update to 3.23.3
c23390
c23390
* Wed Dec 14 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1
c23390
- Update to 3.22.3
c23390
c23390
* Tue Nov 15 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
c23390
- Update to 3.22.2
c23390
c23390
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
c23390
- Update to 3.22.1
c23390
c23390
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
c23390
- BR vala instead of obsolete vala-tools subpackage
c23390
c23390
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
c23390
- Update to 3.22.0
c23390
c23390
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
c23390
- Update to 3.21.92
c23390
- Co-own gir directories instead of depending on gobject-introspection
c23390
c23390
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
c23390
- Update to 3.21.91
c23390
- Don't set group tags
c23390
c23390
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-3
c23390
- Set minimum libsoup & webkitgtk4 versions; use pkgconfig(...) for BRs
c23390
c23390
* Tue Aug 30 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.90-2
c23390
- Use make_build macro
c23390
c23390
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
c23390
- Update to 3.21.90
c23390
- Set minimum glib2 and gtk3 versions
c23390
c23390
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
c23390
- Update to 3.21.4
c23390
c23390
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
c23390
- Update to 3.21.3
c23390
c23390
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
c23390
- Update to 3.21.1
c23390
c23390
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
c23390
- Update to 3.20.1
c23390
- Package vala bindings
c23390
c23390
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
c23390
- Update to 3.20.0
c23390
c23390
* Wed Mar 16 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92.1-1
c23390
- Update to 3.19.92.1
c23390
c23390
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
c23390
- Update to 3.19.92
c23390
c23390
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
c23390
- Update to 3.19.90
c23390
c23390
* Fri Feb 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.4-3
c23390
- Disable Telepathy
c23390
c23390
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c23390
c23390
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
c23390
- Update to 3.19.4
c23390
c23390
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
c23390
- Update to 3.19.3
c23390
c23390
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
c23390
- Update to 3.19.2
c23390
c23390
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.19.1-1
c23390
- Update to 3.19.1
c23390
c23390
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
c23390
- Update to 3.18.1
c23390
c23390
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
c23390
- Update to 3.18.0
c23390
- Use make_install macro
c23390
c23390
* Wed Sep 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92.1-1
c23390
- Update to 3.17.92.1
c23390
c23390
* Tue Sep 15 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.92-1
c23390
- Update to 3.17.92
c23390
c23390
* Wed Sep 09 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
c23390
- Update to 3.17.91
c23390
c23390
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c23390
c23390
* Fri May 29 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.2-1
c23390
- Update to 3.17.2
c23390
c23390
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
c23390
- Update to 3.16.2
c23390
c23390
* Thu Apr 30 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-2
c23390
- Enable Foursquare
c23390
c23390
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
c23390
- Update to 3.16.0
c23390
c23390
* Wed Mar 04 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
c23390
- Update to 3.15.91
c23390
- Use the %%license macro for the COPYING file
c23390
c23390
* Mon Feb 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.90-1
c23390
- Update to 3.15.90
c23390
c23390
* Mon Jan 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.4-1
c23390
- Update to 3.15.4
c23390
c23390
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
c23390
- Update to 3.15.3
c23390
c23390
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
c23390
- Update to 3.15.2
c23390
c23390
* Wed Nov 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
c23390
- Update to 3.15.1
c23390
c23390
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
c23390
- Update to 3.14.2
c23390
c23390
* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
c23390
- Update to 3.14.1
c23390
c23390
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
c23390
- Update to 3.14.0
c23390
c23390
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
c23390
- Update to 3.13.92
c23390
c23390
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
c23390
- Update to 3.13.91
c23390
c23390
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
c23390
- Update to 3.13.90
c23390
c23390
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-4
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c23390
c23390
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-3
c23390
- Rebuilt for gobject-introspection 1.41.4
c23390
c23390
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
c23390
- Update to 3.13.3
c23390
c23390
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c23390
c23390
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
c23390
- Update to 3.13.2
c23390
c23390
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
c23390
- Update to 3.13.1
c23390
c23390
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
c23390
- Update to 3.12.1
c23390
c23390
* Tue Apr 01 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
c23390
- Popup is too small to display Facebook authorization (GNOME #726609)
c23390
c23390
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
c23390
- Update to 3.12.0
c23390
c23390
* Tue Mar 18 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.92-1
c23390
- Update to 3.11.92
c23390
c23390
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
c23390
- Update to 3.11.91
c23390
c23390
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
c23390
- Update to 3.11.90
c23390
c23390
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
c23390
- Update to 3.11.5
c23390
c23390
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
c23390
- Update to 3.11.4
c23390
c23390
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.11.3-1
c23390
- Update to 3.11.3
c23390
c23390
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
c23390
- Update to 3.11.2
c23390
c23390
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.2-1
c23390
- Update to 3.10.2
c23390
c23390
* Fri Oct 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.1-2
c23390
- Adapt to changes in the redirect URI used by Facebook (GNOME #710363)
c23390
c23390
* Wed Oct 16 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
c23390
- Update to 3.10.1
c23390
c23390
* Tue Oct 08 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-3
c23390
- Add a Requires on realmd (Red Hat #949741)
c23390
c23390
* Fri Sep 27 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.10.0-2
c23390
- Fix GNOME #708462 and #708832
c23390
c23390
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
c23390
- Update to 3.10.0
c23390
c23390
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
c23390
- Update to 3.9.92
c23390
c23390
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
c23390
- Update to 3.9.91
c23390
c23390
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
c23390
- Update to new webkitgtk-2.1.90 API
c23390
c23390
* Thu Aug 22 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.90-1
c23390
- Update to 3.9.90
c23390
c23390
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c23390
c23390
* Thu Jul 11 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
c23390
- Update to 3.9.4
c23390
- Update summary and description to match upstream DOAP file
c23390
c23390
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
c23390
- Update to 3.9.2
c23390
c23390
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
c23390
- Update to 3.9.1
c23390
c23390
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
c23390
- Update to 3.8.1
c23390
c23390
* Tue Mar 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.0-1
c23390
- Update to 3.8.0
c23390
c23390
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
c23390
- Update to 3.7.92
c23390
c23390
* Tue Mar 05 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.91-1
c23390
- Update to 3.7.91
c23390
c23390
* Tue Feb 26 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.90-2
c23390
- Enable IMAP / SMTP
c23390
c23390
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
c23390
- Update to 3.7.90
c23390
c23390
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-1
c23390
- Update to 3.7.5
c23390
c23390
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-2
c23390
- Rebuilt for libgcr soname bump
c23390
c23390
* Mon Jan 14 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.4-1
c23390
- Update to 3.7.4
c23390
c23390
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
c23390
- Update to 3.7.3
c23390
c23390
* Sun Nov 18 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
c23390
- Update to 3.7.2
c23390
c23390
* Tue Oct 23 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.1-1
c23390
- Update to 3.7.1
c23390
c23390
* Mon Oct 15 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.6.1-1
c23390
- Update to 3.6.1
c23390
c23390
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
c23390
- Update to 3.6.0
c23390
c23390
* Mon Sep 17 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.92-1
c23390
- Update to 3.5.92
c23390
c23390
* Tue Sep 04 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.91-1
c23390
- Update to 3.5.91
c23390
c23390
* Tue Aug 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.90-1
c23390
- Update to 3.5.90
c23390
c23390
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
c23390
- Update to 3.5.5
c23390
c23390
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c23390
c23390
* Mon Jul 16 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.4-1
c23390
- Update to 3.5.4
c23390
c23390
* Mon Jun 25 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.3-1
c23390
- Update to 3.5.3
c23390
c23390
* Tue Jun 05 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.2-1
c23390
- Update to 3.5.2
c23390
c23390
* Wed May 02 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.5.1-1
c23390
- Update to 3.5.1
c23390
c23390
* Tue Apr 17 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
c23390
- Update to 3.4.1
c23390
c23390
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
c23390
- Update to 3.4.0
c23390
c23390
* Wed Mar 21 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92.1-1
c23390
- Update to 3.3.92.1
c23390
c23390
* Tue Mar 20 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.3.92-1
c23390
- Update to 3.3.92
c23390
c23390
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-3
c23390
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c23390
c23390
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-2
c23390
- Enable Windows Live provider.
c23390
c23390
* Mon Dec 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 3.3.0-1
c23390
- Update to 3.3.0.
c23390
- Update source url.
c23390
c23390
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
c23390
- Rebuilt for glibc bug#747377
c23390
c23390
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
c23390
- Update to 3.2.1
c23390
c23390
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 3.2.0.1-1
c23390
- Update to 3.2.0.1
c23390
c23390
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
c23390
- Update to 3.2.0
c23390
c23390
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
c23390
- Update to 3.1.91
c23390
c23390
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
c23390
- Update to 3.1.90
c23390
c23390
* Fri Jul 01 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-1
c23390
- Update to 3.1.1
c23390
c23390
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-3
c23390
- Add more necessary patches
c23390
c23390
* Tue Jun 14 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-2
c23390
- Update with review comments from Peter Robinson
c23390
c23390
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 3.1.0-1
c23390
- First version
c23390