Accepting request 111726 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/111726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-online-accounts?expand=0&rev=13
This commit is contained in:
commit
e0d5fcb892
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22
|
||||
size 472028
|
3
gnome-online-accounts-3.4.0.tar.xz
Normal file
3
gnome-online-accounts-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:306a6ebaf4a0349596d1729d263b98fdb8d27d788d61e27d727d03883dccea95
|
||||
size 483780
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 15:58:33 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 16:50:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.92.1:
|
||||
+ No change, fix broken tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 now that it doesn't require a
|
||||
secret key anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 13:13:04 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.3.0
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: GNOME service to access online accounts
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.3/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.4/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user