diff --git a/gnome-online-accounts-3.3.0.tar.xz b/gnome-online-accounts-3.3.0.tar.xz deleted file mode 100644 index cfd79b7..0000000 --- a/gnome-online-accounts-3.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22 -size 472028 diff --git a/gnome-online-accounts-3.3.92.tar.xz b/gnome-online-accounts-3.3.92.tar.xz new file mode 100644 index 0000000..1ee25dc --- /dev/null +++ b/gnome-online-accounts-3.3.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407e2e4b1a41a404e30cdceaa444c363cb3efefd4bcf613811c8d4071cf4ad23 +size 483380 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 8169407..c891529 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 19 22:25:55 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.3.92: + + Add a border on the webkit view (bgo#660514). + + Build fixes. + + Facebook related changes: + - OAuth2Provider: add support for facebook client side auth + flow (bgo#672060). + - FacebookProvider: move to client-side flow (bgo#672060). + - configure.ac: remove the facebook client secret (bgo#672060). + - Unref the JSON parser (bgo#672060). + - offline_access has been removed since it is deprecated. + + Updated translations. +- Drop xz BuildRequires, as it now comes for free in the build + system. +- Pass --enable-facebook to configure. + ------------------------------------------------------------------- Fri Jan 13 13:13:04 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 4823078..e837114 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -17,7 +17,7 @@ Name: gnome-online-accounts -Version: 3.3.0 +Version: 3.3.92 Release: 0 Summary: GNOME service to access online accounts License: LGPL-2.1+ @@ -33,8 +33,6 @@ BuildRequires: intltool # duplicating them in the .spec file here, we include them from libsocialweb-branding. BuildRequires: libsocialweb-branding-openSUSE BuildRequires: update-desktop-files -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gtk+-3.0) @@ -108,6 +106,7 @@ TWITTER_SECRET=$(echo $TWITTER | awk '{print $2}') --enable-twitter \ --with-twitter-consumer-key=$TWITTER_KEY \ --with-twitter-consumer-secret=$TWITTER_SECRET \ + --enable-facebook \ --enable-google \ --enable-windows-live make %{?_smp_mflags}