Accepting request 110075 from home:dimstar:branches:GNOME:Factory
Update to 3.3.92 - Seems facebook support is coming finally, so I enabled it.. not sure it really works yet OBS-URL: https://build.opensuse.org/request/show/110075 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=18
This commit is contained in:
parent
e3779451ab
commit
9352712c34
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22
|
|
||||||
size 472028
|
|
3
gnome-online-accounts-3.3.92.tar.xz
Normal file
3
gnome-online-accounts-3.3.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:407e2e4b1a41a404e30cdceaa444c363cb3efefd4bcf613811c8d4071cf4ad23
|
||||||
|
size 483380
|
@ -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
|
Fri Jan 13 13:13:04 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.3.0
|
Version: 3.3.92
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME service to access online accounts
|
Summary: GNOME service to access online accounts
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -33,8 +33,6 @@ BuildRequires: intltool
|
|||||||
# duplicating them in the .spec file here, we include them from libsocialweb-branding.
|
# duplicating them in the .spec file here, we include them from libsocialweb-branding.
|
||||||
BuildRequires: libsocialweb-branding-openSUSE
|
BuildRequires: libsocialweb-branding-openSUSE
|
||||||
BuildRequires: update-desktop-files
|
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(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -108,6 +106,7 @@ TWITTER_SECRET=$(echo $TWITTER | awk '{print $2}')
|
|||||||
--enable-twitter \
|
--enable-twitter \
|
||||||
--with-twitter-consumer-key=$TWITTER_KEY \
|
--with-twitter-consumer-key=$TWITTER_KEY \
|
||||||
--with-twitter-consumer-secret=$TWITTER_SECRET \
|
--with-twitter-consumer-secret=$TWITTER_SECRET \
|
||||||
|
--enable-facebook \
|
||||||
--enable-google \
|
--enable-google \
|
||||||
--enable-windows-live
|
--enable-windows-live
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user