From 9bf0c9d6f26688b0adfcd16c8bb440541fb47368a6ebbff2661874af7c496459 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 8 Sep 2016 21:22:47 +0000 Subject: [PATCH 1/3] Accepting request 425010 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/425010 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=122 --- gnome-online-accounts-3.20.3.tar.xz | 3 -- gnome-online-accounts-3.21.91.tar.xz | 3 ++ gnome-online-accounts.changes | 69 ++++++++++++++++++++++++++++ gnome-online-accounts.spec | 6 +-- 4 files changed, 75 insertions(+), 6 deletions(-) delete mode 100644 gnome-online-accounts-3.20.3.tar.xz create mode 100644 gnome-online-accounts-3.21.91.tar.xz diff --git a/gnome-online-accounts-3.20.3.tar.xz b/gnome-online-accounts-3.20.3.tar.xz deleted file mode 100644 index 72e49d2..0000000 --- a/gnome-online-accounts-3.20.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:094fc04cf3e0b4ace667fce3b5bdcca5093e0c93f9184439e663c69546c1e046 -size 1485044 diff --git a/gnome-online-accounts-3.21.91.tar.xz b/gnome-online-accounts-3.21.91.tar.xz new file mode 100644 index 0000000..dd77d91 --- /dev/null +++ b/gnome-online-accounts-3.21.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c221f404453e238155e25862a27b93c14d2e66b02b000ce39b45d1897c4402c3 +size 1493192 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 2ec6102..83f1652 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +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 diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 29617dd..55114ef 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -17,13 +17,13 @@ Name: gnome-online-accounts -Version: 3.20.3 +Version: 3.21.91 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.21/%{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) From 32c7157b79b84ff63a5c9b17ed0094112d2e63b64a780a126c120ba79a031a44 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Sep 2016 09:18:09 +0000 Subject: [PATCH 2/3] Accepting request 427841 from GNOME:Next New unstable, not bt'd OBS-URL: https://build.opensuse.org/request/show/427841 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=123 --- gnome-online-accounts-3.21.91.tar.xz | 3 --- gnome-online-accounts-3.21.92.tar.xz | 3 +++ gnome-online-accounts.changes | 7 +++++++ gnome-online-accounts.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gnome-online-accounts-3.21.91.tar.xz create mode 100644 gnome-online-accounts-3.21.92.tar.xz diff --git a/gnome-online-accounts-3.21.91.tar.xz b/gnome-online-accounts-3.21.91.tar.xz deleted file mode 100644 index dd77d91..0000000 --- a/gnome-online-accounts-3.21.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c221f404453e238155e25862a27b93c14d2e66b02b000ce39b45d1897c4402c3 -size 1493192 diff --git a/gnome-online-accounts-3.21.92.tar.xz b/gnome-online-accounts-3.21.92.tar.xz new file mode 100644 index 0000000..0324f3b --- /dev/null +++ b/gnome-online-accounts-3.21.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5823cd8e5f949c3807476a68434701cb2aeb8e6a8d627680f3e102ce083c6f9b +size 1397644 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 83f1652..d893143 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 55114ef..8a0eac5 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -17,7 +17,7 @@ Name: gnome-online-accounts -Version: 3.21.91 +Version: 3.21.92 Release: 0 Summary: GNOME service to access online accounts License: LGPL-2.0+ From 4130f259f808bc20a82d4b46cd1a10d95b86a62784015d8ba7a6f1c4be50544a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Sep 2016 18:33:46 +0000 Subject: [PATCH 3/3] Accepting request 428944 from GNOME:Next Update to 3.22.0 OBS-URL: https://build.opensuse.org/request/show/428944 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=124 --- gnome-online-accounts-3.21.92.tar.xz | 3 --- gnome-online-accounts-3.22.0.tar.xz | 3 +++ gnome-online-accounts.changes | 6 ++++++ gnome-online-accounts.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-online-accounts-3.21.92.tar.xz create mode 100644 gnome-online-accounts-3.22.0.tar.xz diff --git a/gnome-online-accounts-3.21.92.tar.xz b/gnome-online-accounts-3.21.92.tar.xz deleted file mode 100644 index 0324f3b..0000000 --- a/gnome-online-accounts-3.21.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5823cd8e5f949c3807476a68434701cb2aeb8e6a8d627680f3e102ce083c6f9b -size 1397644 diff --git a/gnome-online-accounts-3.22.0.tar.xz b/gnome-online-accounts-3.22.0.tar.xz new file mode 100644 index 0000000..df3bf27 --- /dev/null +++ b/gnome-online-accounts-3.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacce93a71bf5e687a45ae0d00f31ea0625ddd8143235d6d8c64c4ec21bbfa33 +size 1397532 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index d893143..baf4953 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 8a0eac5..a61dddc 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -17,13 +17,13 @@ Name: gnome-online-accounts -Version: 3.21.92 +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.21/%{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