Accepting request 429147 from GNOME:Factory

Update to 3.22.0 (forwarded request 428944 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/429147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-online-accounts?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2016-09-21 16:41:43 +00:00 committed by Git OBS Bridge
commit d2c907c940
4 changed files with 88 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:094fc04cf3e0b4ace667fce3b5bdcca5093e0c93f9184439e663c69546c1e046
size 1485044

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aacce93a71bf5e687a45ae0d00f31ea0625ddd8143235d6d8c64c4ec21bbfa33
size 1397532

View File

@ -1,3 +1,85 @@
-------------------------------------------------------------------
Tue Sep 20 09:24:19 UTC 2016 - dimstar@opensuse.org
- Update to version 3.22.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 14 21:21:54 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.92:
+ Experimental account templates support (bgo#771366).
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 1 16:16:44 UTC 2016 - dimstar@opensuse.org
- Update to version 3.21.91:
+ bgo#770610: daemon: Clean-up the memory management of our
GKeyFile instances.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 19 09:21:34 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.90:
+ daemon: Ensure temporary accounts are really removed from the
keyring (bgo#688041).
+ pocket: Support logging in with a Firefox account (bgo#755386).
+ identity:
- Don't leak the GoaObject from find_object_with_principal
(bgo#756431).
- Silence -Wincompatible-pointer-types (bgo#768808).
+ Port to GTask from GSimpleAsyncResult (bgo#764157).
+ Let goa_provider_show_account have more control over the UI
(bgo#769213).
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 28 13:12:45 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.4:
+ identity: Don't leak the invocation when handling SignIn
(bgo#756431).
+ Port to GTask from GSimpleAsyncResult (bgo#764157).
+ kerberos, telepathy: Stopping goa-daemon removes account or
expires credentials (bgo#766733).
+ Offer a simple mechanism to introspect the available providers
and services (bgo#767914).
+ identity: Clean up the credential cache and don't keep trying
to sign in if we encounter a failure (bgo#768808).
+ kerberos: Don't leak the GSimpleAsyncResult and object_path
when signing in (bgo#768845).
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 28 13:12:44 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.3:
+ Don't let temporary accounts accumulate in accounts.conf and
the keyring (bgo#688041).
+ lastfm: Don't forget to update the ret variable (bgo#760991).
+ Skip EnsureCredentials if the account is disabled (bgo#762155).
+ Port to GTask from GSimpleAsyncResult (bgo#764157).
+ Misc usability improvements to the imap-smtp provider
(bgo#764283).
+ org.gnome.OnlineAccounts.Account:IsTemporary is not being set
(bgo#765994).
+ kerberos, telepathy: Stopping goa-daemon removes account or
expires credentials (bgo#766733).
+ Adding a Telepathy account is racy due after adding a headerbar
(bgo#767299).
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 28 13:12:43 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.1:
+ Port to GTask from GSimpleAsyncResult (bgo#764157).
+ goa-daemon --help shows translated characters as question marks
on some locales (bgo#765455).
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 28 13:12:42 UTC 2016 - zaitor@opensuse.org

View File

@ -17,13 +17,13 @@
Name: gnome-online-accounts
Version: 3.20.3
Version: 3.22.0
Release: 0
Summary: GNOME service to access online accounts
License: LGPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-online-accounts/3.20/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-online-accounts/3.22/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel
@ -33,7 +33,7 @@ BuildRequires: krb5-mini-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12
BuildRequires: pkgconfig(json-glib-1.0)