commit bddc90206ae1744c494c82bfb3ed6af5d973096d Author: MSVSphere Packaging Team Date: Tue Nov 26 16:08:40 2024 +0300 import gnome-online-accounts-3.51.0-1.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c49521 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-online-accounts-3.51.0.tar.xz diff --git a/.gnome-online-accounts.metadata b/.gnome-online-accounts.metadata new file mode 100644 index 0000000..528d251 --- /dev/null +++ b/.gnome-online-accounts.metadata @@ -0,0 +1 @@ +4d31217f28a17218d998cdd9faded88ea751aa91 SOURCES/gnome-online-accounts-3.51.0.tar.xz diff --git a/SOURCES/0001-remove-google-files-backend.patch b/SOURCES/0001-remove-google-files-backend.patch new file mode 100644 index 0000000..b535897 --- /dev/null +++ b/SOURCES/0001-remove-google-files-backend.patch @@ -0,0 +1,77 @@ +diff -up gnome-online-accounts-3.51.0/src/goabackend/goagoogleprovider.c.1 gnome-online-accounts-3.51.0/src/goabackend/goagoogleprovider.c +--- gnome-online-accounts-3.51.0/src/goabackend/goagoogleprovider.c.1 2024-06-29 03:16:48.000000000 +0200 ++++ gnome-online-accounts-3.51.0/src/goabackend/goagoogleprovider.c 2024-07-16 15:19:45.450083253 +0200 +@@ -69,8 +69,7 @@ get_provider_features (GoaProvider *prov + return GOA_PROVIDER_FEATURE_BRANDED | + GOA_PROVIDER_FEATURE_MAIL | + GOA_PROVIDER_FEATURE_CALENDAR | +- GOA_PROVIDER_FEATURE_CONTACTS | +- GOA_PROVIDER_FEATURE_FILES; ++ GOA_PROVIDER_FEATURE_CONTACTS; + } + + static const gchar * +@@ -140,9 +139,6 @@ get_scope (GoaOAuth2Provider *oauth2_pro + /* Google Contacts API (CardDAV) - undocumented */ + "https://www.googleapis.com/auth/carddav " + +- /* Google Drive API */ +- "https://www.googleapis.com/auth/drive " +- + /* Google Documents List Data API */ + "https://docs.googleusercontent.com/ " + "https://spreadsheets.google.com/feeds/ " +@@ -276,12 +272,10 @@ build_object (GoaProvider *provi + GKeyFile *goa_conf; + const gchar *provider_type; + gchar *uri_caldav; +- gchar *uri_drive; + gboolean ret = FALSE; + gboolean mail_enabled; + gboolean calendar_enabled; + gboolean contacts_enabled; +- gboolean files_enabled; + const gchar *email_address; + + /* Chain up */ +@@ -346,13 +340,6 @@ build_object (GoaProvider *provi + contacts_enabled, + FALSE); + +- /* Files */ +- files_enabled = goa_util_provider_feature_is_enabled (goa_conf, provider_type, GOA_PROVIDER_FEATURE_FILES) && +- g_key_file_get_boolean (key_file, group, "FilesEnabled", NULL); +- uri_drive = g_strconcat ("google-drive://", email_address, "/", NULL); +- goa_object_skeleton_attach_files (object, uri_drive, files_enabled, FALSE); +- g_free (uri_drive); +- + g_clear_pointer (&goa_conf, g_key_file_free); + + if (just_added) +@@ -360,7 +347,6 @@ build_object (GoaProvider *provi + goa_account_set_mail_disabled (account, !mail_enabled); + goa_account_set_calendar_disabled (account, !calendar_enabled); + goa_account_set_contacts_disabled (account, !contacts_enabled); +- goa_account_set_files_disabled (account, !files_enabled); + + g_signal_connect (account, + "notify::mail-disabled", +@@ -374,10 +360,6 @@ build_object (GoaProvider *provi + "notify::contacts-disabled", + G_CALLBACK (goa_util_account_notify_property_cb), + (gpointer) "ContactsEnabled"); +- g_signal_connect (account, +- "notify::files-disabled", +- G_CALLBACK (goa_util_account_notify_property_cb), +- (gpointer) "FilesEnabled"); + } + + ret = TRUE; +@@ -397,7 +379,6 @@ add_account_key_values (GoaOAuth2Provide + g_variant_builder_add (builder, "{ss}", "MailEnabled", "true"); + g_variant_builder_add (builder, "{ss}", "CalendarEnabled", "true"); + g_variant_builder_add (builder, "{ss}", "ContactsEnabled", "true"); +- g_variant_builder_add (builder, "{ss}", "FilesEnabled", "true"); + } + + /* ---------------------------------------------------------------------------------------------------- */ diff --git a/SPECS/gnome-online-accounts.spec b/SPECS/gnome-online-accounts.spec new file mode 100644 index 0000000..c7f4d3d --- /dev/null +++ b/SPECS/gnome-online-accounts.spec @@ -0,0 +1,765 @@ +%global gettext_version 0.22 +%global glib2_version 2.78.3 +%global gtk4_version 4.12.4 +%global libsoup_version 3.0 + +Name: gnome-online-accounts +Version: 3.51.0 +Release: 1%{?dist} +Summary: Single sign-on framework for GNOME + +# Sources are LGPL-2.0-or-later, icons are CC-BY-SA-4.0. +License: LGPL-2.0-or-later AND CC-BY-SA-4.0 +URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts +Source0: https://download.gnome.org/sources/gnome-online-accounts/3.51/%{name}-%{version}.tar.xz + +Patch: 0001-remove-google-files-backend.patch + +BuildRequires: pkgconfig(gcr-4) +BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: docbook-style-xsl +BuildRequires: gettext >= %{gettext_version} +BuildRequires: krb5-devel +BuildRequires: meson +BuildRequires: vala +BuildRequires: /usr/bin/desktop-file-validate +BuildRequires: /usr/bin/gi-docgen +BuildRequires: /usr/bin/xsltproc +%if !0%{?flatpak} +BuildRequires: pkgconfig(gtk4) >= %{gtk4_version} +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(libsoup-3.0) >= %{libsoup_version} +BuildRequires: pkgconfig(rest-1.0) +BuildRequires: pkgconfig(libxml-2.0) +%endif + +Requires: glib2%{?_isa} >= %{glib2_version} +%if !0%{?flatpak} +Requires: gtk4%{?_isa} >= %{gtk4_version} +Requires: libsoup3%{?_isa} >= %{libsoup_version} +Requires: gvfs-goa +%endif + +%description +GNOME Online Accounts provides interfaces so that applications and libraries +in GNOME can access the user's online accounts. It has providers for Google, +Nextcloud, Flickr, Foursquare, Microsoft Account, Microsoft Exchange, Fedora, +IMAP/SMTP and Kerberos. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%autosetup -p1 -S gendiff + +%build +%meson \ +%if 0%{?flatpak} + -Dgoabackend=false \ +%else + -Dfedora=true \ +%endif + -Dms_graph=false \ + %{nil} + +%meson_build + +%install +%meson_install + +%find_lang %{name} + +%check +%if !0%{?flatpak} +desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.OnlineAccounts.OAuth2.desktop +%endif + +%files -f %{name}.lang +%license COPYING +%doc NEWS README.md +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/Goa-1.0.typelib +%{_libdir}/libgoa-1.0.so.0 +%{_libdir}/libgoa-1.0.so.0.0.0 +%if !0%{?flatpak} +%{_libdir}/libgoa-backend-1.0.so.2 +%{_libdir}/libgoa-backend-1.0.so.2.0.0 +%dir %{_libdir}/goa-1.0 +%{_mandir}/man8/goa-daemon.8* +%{_prefix}/libexec/goa-daemon +%{_prefix}/libexec/goa-identity-service +%{_prefix}/libexec/goa-oauth2-handler +%{_datadir}/applications/org.gnome.OnlineAccounts.OAuth2.desktop +%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service +%{_datadir}/dbus-1/services/org.gnome.Identity.service +%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml +%endif +%{_datadir}/icons/hicolor/*/apps/goa-*.svg + +%files devel +%{_pkgdocdir}/Goa-1.0/ +%{_includedir}/goa-1.0/ +%{_libdir}/libgoa-1.0.so +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/Goa-1.0.gir +%{_libdir}/pkgconfig/goa-1.0.pc +%if !0%{?flatpak} +%{_libdir}/libgoa-backend-1.0.so +%{_libdir}/pkgconfig/goa-backend-1.0.pc +%endif +%{_libdir}/goa-1.0/include +%{_datadir}/vala/ + +%changelog +* Tue Jul 16 2024 Milan Crha - 3.51.0-1 +- Related: RHEL-45844 (Update to 3.51.0) + +* Wed Jun 26 2024 Milan Crha - 3.50.2-3 +- Resolves: RHEL-45186 (Fix issues found by Coverity Scan) + +* Mon Jun 24 2024 Troy Dawson - 3.50.2-2 +- Bump release for June 2024 mass rebuild + +* Mon Jun 03 2024 Milan Crha - 3.50.2-1 +- Resolves: RHEL-39689 (Update to 3.50.2) + +* Wed Apr 24 2024 Milan Crha - 3.50.1-2 +- Resolves: RHEL-33893 +- Disable Microsoft 365 provider +- Remove support for 'files' in Google provider + +* Mon Apr 15 2024 Milan Crha - 3.50.1-1 +- Resolves: RHEL-32777 (Backport Fedora 40 changes) +- Update to 3.50.1 + +* Mon Mar 25 2024 Milan Crha - 3.50.0-1 +- Resolves: RHEL-30220 (Backport Fedora 40 changes) +- Update to 3.50.0 + +* Mon Feb 12 2024 Gwyn Ciesla - 3.49.1-1 +- 3.49.1 + +* Wed Jan 24 2024 Fedora Release Engineering - 3.49.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 3.49.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jan 11 2024 Tomas Popela - 3.49.0-2 +- Don't require WebKitGTK anymore as GOA now spawns your default web browser + instead of using the web view +- Remove the RHEL patch for dropping Google Photos support as it has + been dropped upstream. + +* Wed Jan 10 2024 Gwyn Ciesla - 3.49.0-1 +- 3.49.0 + +* Tue Dec 12 2023 Yaakov Selkowitz - 3.48.0-4 +- Fix build with libxml2 2.12 + +* Wed Oct 18 2023 Yaakov Selkowitz - 3.48.0-3 +- Disable backend components in flatpak builds + +* Wed Jul 19 2023 Fedora Release Engineering - 3.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Mar 18 2023 David King - 3.48.0-1 +- Update to 3.48.0 + +* Fri Mar 03 2023 Gwyn Ciesla - 3.47.1-4 +- ...but not for flatpaks. + +* Thu Mar 02 2023 Gwyn Ciesla - 3.47.1-3 +- Require gvfs-goa + +* Thu Mar 02 2023 Gwyn Ciesla - 3.47.1-2 +- migrated to SPDX license + +* Sun Feb 26 2023 Gwyn Ciesla - 3.47.1-1 +- 3.47.1 + +* Fri Jan 20 2023 Ray Strode - 3.46.0-6 +- Add more kerberos fixes from upstream + Related: #2152695 + +* Thu Jan 19 2023 Fedora Release Engineering - 3.46.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Dec 26 2022 FeRD (Frank Dana) - 3.46.0-4 +- Restore gtk-doc API documentation to -devel. + +* Thu Dec 15 2022 Gwyn Ciesla - 3.46.0-3 +- Patches for KRB cache issues. + +* Wed Nov 30 2022 Gwyn Ciesla - 3.46.0-2 +- Patch for multiple credential cache issues. + +* Mon Sep 19 2022 Gwyn Ciesla - 3.46.0-1 +- 3.46.0 + +* Mon Aug 08 2022 Kalev Lember - 3.45.2-1 +- Update to 3.45.2 + +* Thu Jul 21 2022 Fedora Release Engineering - 3.45.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 19 2022 Kalev Lember - 3.45.1-1 +- Update to 3.45.1 +- Switch to meson build system +- Build against libsoup3 + +* Wed Mar 30 2022 Debarshi Ray - 3.44.0-1 +- Update to 3.44.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 3.43.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Oct 15 2021 Debarshi Ray - 3.43.1-1 +- Update to 3.43.1 + +* Thu Jul 22 2021 Fedora Release Engineering - 3.40.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Apr 27 2021 Debarshi Ray - 3.40.0-3 +- Disable the Foursquare provider on RHEL 8 too + +* Sat Apr 24 2021 Debarshi Ray - 3.40.0-2 +- Disable the Flickr and Foursquare providers on RHEL >= 9 +- Remove Photos support from the Google provider on RHEL >= 9 + +* Thu Apr 22 2021 Debarshi Ray - 3.40.0-1 +- Update to 3.40.0 +- Disable the Facebook provider + +* Tue Mar 16 2021 Debarshi Ray - 3.39.92-1 +- Update to 3.39.92 + +* Tue Jan 26 2021 Fedora Release Engineering - 3.38.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Oct 16 2020 Kalev Lember - 3.38.0-1 +- Update to 3.38.0 + +* Mon Aug 10 2020 Debarshi Ray - 3.37.90-1 +- Update to 3.37.90 + +* Sat Aug 01 2020 Fedora Release Engineering - 3.36.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 3.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 10 2020 Kalev Lember - 3.36.0-1 +- Update to 3.36.0 + +* Tue Feb 11 2020 Kalev Lember - 3.35.90-1 +- Update to 3.35.90 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.35.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jan 04 2020 Debarshi Ray - 3.35.3-1 +- Update to 3.35.3 + +* Tue Oct 15 2019 Debarshi Ray - 3.35.1-1 +- Update to 3.35.1 + +* Wed Sep 11 2019 Kalev Lember - 3.34.0-1 +- Update to 3.34.0 + +* Tue Sep 03 2019 Kalev Lember - 3.33.92-1 +- Update to 3.33.92 + +* Wed Aug 21 2019 Debarshi Ray - 3.33.91-1 +- Update to 3.33.91 + +* Thu Jul 25 2019 Fedora Release Engineering - 3.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Mar 29 2019 Kalev Lember - 3.32.0-1 +- Update to 3.32.0 + +* Sat Feb 09 2019 Debarshi Ray - 3.31.90-1 +- Update to 3.31.90 + +* Thu Jan 31 2019 Fedora Release Engineering - 3.31.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Dec 17 2018 Debarshi Ray - 3.31.3-2 +- Drop the documents integration (fedora-workstation/issue/83) + +* Wed Dec 12 2018 Debarshi Ray - 3.31.3-1 +- Update to 3.31.3 + +* Fri Sep 07 2018 Kalev Lember - 3.30.0-3 +- Rebuilt against fixed atk (#1626575) + +* Fri Sep 07 2018 Kalev Lember - 3.30.0-2 +- Fix gtk-doc directory ownership + +* Mon Sep 03 2018 Debarshi Ray - 3.30.0-1 +- Update to 3.30.0 +- Disable Pocket + +* Thu Aug 16 2018 Debarshi Ray - 3.29.91-1 +- Update to 3.29.91 + +* Thu Aug 9 2018 Owen Taylor - 3.29.4-2 +- Remove Requires: gettext-libs - it is extraneous +- Use a glob for man page, to handle variations in man page compression. + +* Wed Jul 18 2018 Debarshi Ray - 3.29.4-1 +- Update to 3.29.4 + +* Mon Jul 16 2018 Debarshi Ray - 3.29.1-1 +- Update to 3.29.1 +- Drop RHEL 7 compatibility because Telepathy is no longer supported + +* Fri Jul 13 2018 Fedora Release Engineering - 3.28.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Mar 15 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 + +* Mon Mar 05 2018 Kalev Lember - 3.27.92-1 +- Update to 3.27.92 + +* Wed Feb 07 2018 Fedora Release Engineering - 3.27.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Feb 03 2018 Igor Gnatenko - 3.27.3-4 +- Switch to %%ldconfig_scriptlets + +* Fri Jan 12 2018 Tomas Popela - 3.27.3-3 +- Adapt to the webkitgtk4 rename + +* Fri Jan 05 2018 Igor Gnatenko - 3.27.3-2 +- Remove obsolete scriptlets + +* Fri Dec 15 2017 Kalev Lember - 3.27.3-1 +- Update to 3.27.3 + +* Wed Oct 25 2017 Debarshi Ray - 3.27.1-2 +- Backport fix for adding multiple accounts of the same type (GNOME #781005) + +* Thu Oct 19 2017 Debarshi Ray - 3.27.1-1 +- Update to 3.27.1 + +* Sun Oct 08 2017 Kalev Lember - 3.26.1-1 +- Update to 3.26.1 + +* Tue Sep 19 2017 Troy Dawson - 3.26.0-2 +- Cleanup spec file conditionals + +* Wed Sep 13 2017 Kalev Lember - 3.26.0-1 +- Update to 3.26.0 + +* Tue Sep 05 2017 Debarshi Ray - 3.25.92-1 +- Update to 3.25.92 + +* Tue Aug 15 2017 Kalev Lember - 3.25.90-1 +- Update to 3.25.90 + +* Wed Aug 02 2017 Fedora Release Engineering - 3.25.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 3.25.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jul 20 2017 Debarshi Ray - 3.25.4-1 +- Update to 3.25.4 + +* Sun Jun 25 2017 Kalev Lember - 3.25.3-1 +- Update to 3.25.3 + +* Tue May 30 2017 Debarshi Ray - 3.24.1-1 +- Update to 3.24.1 + +* Tue Mar 21 2017 Kalev Lember - 3.24.0-1 +- Update to 3.24.0 + +* Fri Mar 17 2017 Kalev Lember - 3.23.92-1 +- Update to 3.23.92 + +* Fri Mar 03 2017 Debarshi Ray - 3.23.91-1 +- Update to 3.23.91 + +* Tue Feb 28 2017 Richard Hughes - 3.23.90-1 +- Update to 3.23.90 + +* Fri Feb 10 2017 Fedora Release Engineering - 3.23.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jan 19 2017 Debarshi Ray - 3.23.4-1 +- Update to 3.23.4 + +* Wed Dec 14 2016 Debarshi Ray - 3.23.3-1 +- Update to 3.23.3 + +* Wed Dec 14 2016 Kalev Lember - 3.22.3-1 +- Update to 3.22.3 + +* Tue Nov 15 2016 Kalev Lember - 3.22.2-1 +- Update to 3.22.2 + +* Wed Oct 12 2016 Kalev Lember - 3.22.1-1 +- Update to 3.22.1 + +* Thu Sep 22 2016 Kalev Lember - 3.22.0-2 +- BR vala instead of obsolete vala-tools subpackage + +* Thu Sep 22 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 + +* Fri Sep 16 2016 Kalev Lember - 3.21.92-1 +- Update to 3.21.92 +- Co-own gir directories instead of depending on gobject-introspection + +* Sat Sep 03 2016 Kalev Lember - 3.21.91-1 +- Update to 3.21.91 +- Don't set group tags + +* Tue Aug 30 2016 Debarshi Ray - 3.21.90-3 +- Set minimum libsoup & webkitgtk4 versions; use pkgconfig(...) for BRs + +* Tue Aug 30 2016 Debarshi Ray - 3.21.90-2 +- Use make_build macro + +* Fri Aug 19 2016 Kalev Lember - 3.21.90-1 +- Update to 3.21.90 +- Set minimum glib2 and gtk3 versions + +* Wed Jul 20 2016 Richard Hughes - 3.21.4-1 +- Update to 3.21.4 + +* Wed Jun 22 2016 Richard Hughes - 3.21.3-1 +- Update to 3.21.3 + +* Tue May 03 2016 Kalev Lember - 3.21.1-1 +- Update to 3.21.1 + +* Wed Apr 13 2016 Kalev Lember - 3.20.1-1 +- Update to 3.20.1 +- Package vala bindings + +* Tue Mar 22 2016 Kalev Lember - 3.20.0-1 +- Update to 3.20.0 + +* Wed Mar 16 2016 Debarshi Ray - 3.19.92.1-1 +- Update to 3.19.92.1 + +* Wed Mar 16 2016 Kalev Lember - 3.19.92-1 +- Update to 3.19.92 + +* Tue Feb 16 2016 Richard Hughes - 3.19.90-1 +- Update to 3.19.90 + +* Fri Feb 12 2016 Debarshi Ray - 3.19.4-3 +- Disable Telepathy + +* Wed Feb 03 2016 Fedora Release Engineering - 3.19.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 Kalev Lember - 3.19.4-1 +- Update to 3.19.4 + +* Tue Dec 15 2015 Kalev Lember - 3.19.3-1 +- Update to 3.19.3 + +* Wed Nov 25 2015 Kalev Lember - 3.19.2-1 +- Update to 3.19.2 + +* Wed Oct 28 2015 Kalev Lember - 3.19.1-1 +- Update to 3.19.1 + +* Wed Oct 14 2015 Kalev Lember - 3.18.1-1 +- Update to 3.18.1 + +* Tue Sep 22 2015 Kalev Lember - 3.18.0-1 +- Update to 3.18.0 +- Use make_install macro + +* Wed Sep 16 2015 Debarshi Ray - 3.17.92.1-1 +- Update to 3.17.92.1 + +* Tue Sep 15 2015 Debarshi Ray - 3.17.92-1 +- Update to 3.17.92 + +* Wed Sep 09 2015 Debarshi Ray - 3.17.91-1 +- Update to 3.17.91 + +* Wed Jun 17 2015 Fedora Release Engineering - 3.17.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri May 29 2015 Debarshi Ray - 3.17.2-1 +- Update to 3.17.2 + +* Tue May 12 2015 Kalev Lember - 3.16.2-1 +- Update to 3.16.2 + +* Thu Apr 30 2015 Debarshi Ray - 3.16.0-2 +- Enable Foursquare + +* Mon Mar 23 2015 Kalev Lember - 3.16.0-1 +- Update to 3.16.0 + +* Wed Mar 04 2015 Kalev Lember - 3.15.91-1 +- Update to 3.15.91 +- Use the %%license macro for the COPYING file + +* Mon Feb 23 2015 Kalev Lember - 3.15.90-1 +- Update to 3.15.90 + +* Mon Jan 19 2015 Debarshi Ray - 3.15.4-1 +- Update to 3.15.4 + +* Fri Dec 19 2014 Richard Hughes - 3.15.3-1 +- Update to 3.15.3 + +* Wed Nov 26 2014 Kalev Lember - 3.15.2-1 +- Update to 3.15.2 + +* Wed Nov 26 2014 Kalev Lember - 3.15.1-1 +- Update to 3.15.1 + +* Wed Nov 12 2014 Kalev Lember - 3.14.2-1 +- Update to 3.14.2 + +* Thu Oct 16 2014 Kalev Lember - 3.14.1-1 +- Update to 3.14.1 + +* Tue Sep 23 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + +* Tue Sep 16 2014 Kalev Lember - 3.13.92-1 +- Update to 3.13.92 + +* Wed Sep 03 2014 Kalev Lember - 3.13.91-1 +- Update to 3.13.91 + +* Mon Aug 18 2014 Kalev Lember - 3.13.90-1 +- Update to 3.13.90 + +* Sat Aug 16 2014 Fedora Release Engineering - 3.13.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 3.13.3-3 +- Rebuilt for gobject-introspection 1.41.4 + +* Tue Jun 24 2014 Richard Hughes - 3.13.3-1 +- Update to 3.13.3 + +* Sat Jun 07 2014 Fedora Release Engineering - 3.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 3.13.2-1 +- Update to 3.13.2 + +* Thu May 01 2014 Kalev Lember - 3.13.1-1 +- Update to 3.13.1 + +* Wed Apr 16 2014 Kalev Lember - 3.12.1-1 +- Update to 3.12.1 + +* Tue Apr 01 2014 Debarshi Ray - 3.12.0-2 +- Popup is too small to display Facebook authorization (GNOME #726609) + +* Tue Mar 25 2014 Kalev Lember - 3.12.0-1 +- Update to 3.12.0 + +* Tue Mar 18 2014 Debarshi Ray - 3.11.92-1 +- Update to 3.11.92 + +* Sat Mar 08 2014 Richard Hughes - 3.11.91-1 +- Update to 3.11.91 + +* Tue Feb 18 2014 Richard Hughes - 3.11.90-1 +- Update to 3.11.90 + +* Tue Feb 04 2014 Richard Hughes - 3.11.5-1 +- Update to 3.11.5 + +* Wed Jan 15 2014 Richard Hughes - 3.11.4-1 +- Update to 3.11.4 + +* Wed Dec 18 2013 Debarshi Ray - 3.11.3-1 +- Update to 3.11.3 + +* Mon Nov 25 2013 Richard Hughes - 3.11.2-1 +- Update to 3.11.2 + +* Tue Nov 12 2013 Debarshi Ray - 3.10.2-1 +- Update to 3.10.2 + +* Fri Oct 18 2013 Debarshi Ray - 3.10.1-2 +- Adapt to changes in the redirect URI used by Facebook (GNOME #710363) + +* Wed Oct 16 2013 Richard Hughes - 3.10.1-1 +- Update to 3.10.1 + +* Tue Oct 08 2013 Debarshi Ray - 3.10.0-3 +- Add a Requires on realmd (Red Hat #949741) + +* Fri Sep 27 2013 Debarshi Ray - 3.10.0-2 +- Fix GNOME #708462 and #708832 + +* Wed Sep 25 2013 Kalev Lember - 3.10.0-1 +- Update to 3.10.0 + +* Wed Sep 18 2013 Kalev Lember - 3.9.92-1 +- Update to 3.9.92 + +* Tue Sep 03 2013 Kalev Lember - 3.9.91-1 +- Update to 3.9.91 + +* Thu Aug 29 2013 Kalev Lember - 3.9.90-2 +- Update to new webkitgtk-2.1.90 API + +* Thu Aug 22 2013 Debarshi Ray - 3.9.90-1 +- Update to 3.9.90 + +* Sat Aug 03 2013 Fedora Release Engineering - 3.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 11 2013 Debarshi Ray - 3.9.4-1 +- Update to 3.9.4 +- Update summary and description to match upstream DOAP file + +* Sun Jun 02 2013 Kalev Lember - 3.9.2-1 +- Update to 3.9.2 + +* Sat May 04 2013 Kalev Lember - 3.9.1-1 +- Update to 3.9.1 + +* Mon Apr 15 2013 Richard Hughes - 3.8.1-1 +- Update to 3.8.1 + +* Tue Mar 26 2013 Debarshi Ray - 3.8.0-1 +- Update to 3.8.0 + +* Wed Mar 20 2013 Richard Hughes - 3.7.92-1 +- Update to 3.7.92 + +* Tue Mar 05 2013 Debarshi Ray - 3.7.91-1 +- Update to 3.7.91 + +* Tue Feb 26 2013 Debarshi Ray - 3.7.90-2 +- Enable IMAP / SMTP + +* Fri Feb 22 2013 Kalev Lember - 3.7.90-1 +- Update to 3.7.90 + +* Wed Feb 06 2013 Debarshi Ray - 3.7.5-1 +- Update to 3.7.5 + +* Wed Feb 06 2013 Kalev Lember - 3.7.4-2 +- Rebuilt for libgcr soname bump + +* Mon Jan 14 2013 Debarshi Ray - 3.7.4-1 +- Update to 3.7.4 + +* Thu Jan 03 2013 Debarshi Ray - 3.7.3-1 +- Update to 3.7.3 + +* Sun Nov 18 2012 Debarshi Ray - 3.7.2-1 +- Update to 3.7.2 + +* Tue Oct 23 2012 Debarshi Ray - 3.7.1-1 +- Update to 3.7.1 + +* Mon Oct 15 2012 Debarshi Ray - 3.6.1-1 +- Update to 3.6.1 + +* Tue Sep 25 2012 Matthias Clasen - 3.6.0-1 +- Update to 3.6.0 + +* Mon Sep 17 2012 Debarshi Ray - 3.5.92-1 +- Update to 3.5.92 + +* Tue Sep 04 2012 Debarshi Ray - 3.5.91-1 +- Update to 3.5.91 + +* Tue Aug 21 2012 Debarshi Ray - 3.5.90-1 +- Update to 3.5.90 + +* Tue Aug 07 2012 Richard Hughes - 3.5.5-1 +- Update to 3.5.5 + +* Fri Jul 27 2012 Fedora Release Engineering - 3.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Debarshi Ray - 3.5.4-1 +- Update to 3.5.4 + +* Mon Jun 25 2012 Debarshi Ray - 3.5.3-1 +- Update to 3.5.3 + +* Tue Jun 05 2012 Debarshi Ray - 3.5.2-1 +- Update to 3.5.2 + +* Wed May 02 2012 Debarshi Ray - 3.5.1-1 +- Update to 3.5.1 + +* Tue Apr 17 2012 Richard Hughes - 3.4.1-1 +- Update to 3.4.1 + +* Mon Mar 26 2012 Debarshi Ray - 3.4.0-1 +- Update to 3.4.0 + +* Wed Mar 21 2012 Debarshi Ray - 3.3.92.1-1 +- Update to 3.3.92.1 + +* Tue Mar 20 2012 Debarshi Ray - 3.3.92-1 +- Update to 3.3.92 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Dec 19 2011 Brian Pepple - 3.3.0-2 +- Enable Windows Live provider. + +* Mon Dec 19 2011 Brian Pepple - 3.3.0-1 +- Update to 3.3.0. +- Update source url. + +* Wed Oct 26 2011 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for glibc bug#747377 + +* Tue Oct 18 2011 Matthias Clasen - 3.2.1-1 +- Update to 3.2.1 + +* Wed Sep 28 2011 Ray - 3.2.0.1-1 +- Update to 3.2.0.1 + +* Mon Sep 26 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Tue Sep 20 2011 Matthias Clasen - 3.1.91-1 +- Update to 3.1.91 + +* Tue Aug 30 2011 Matthias Clasen - 3.1.90-1 +- Update to 3.1.90 + +* Fri Jul 01 2011 Bastien Nocera 3.1.1-1 +- Update to 3.1.1 + +* Tue Jun 14 2011 Bastien Nocera 3.1.0-3 +- Add more necessary patches + +* Tue Jun 14 2011 Bastien Nocera 3.1.0-2 +- Update with review comments from Peter Robinson + +* Mon Jun 13 2011 Bastien Nocera 3.1.0-1 +- First version