Accepting request 291579 from GNOME:Next
Tweak resub OBS-URL: https://build.opensuse.org/request/show/291579 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=87
This commit is contained in:
parent
4de3d434d2
commit
a842f2172b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6
|
||||
size 1408156
|
3
gnome-online-accounts-3.15.91.tar.xz
Normal file
3
gnome-online-accounts-3.15.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a6daeffc121074f20f4515c9331fdd75dbe461d8d59459fe48d30f00a84cce8
|
||||
size 1415832
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 01:22:27 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.91:
|
||||
+ Remove Yahoo! support (bgo#721061).
|
||||
+ Bugs fixed: bgo#742680: Port to WebKit2.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(webkitgtk-3.0) BuildRequires with
|
||||
pkgconfig(webkit2gtk-4.0), following upstreams port to WebKit2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 10:28:17 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.90:
|
||||
+ Remove Facebook chat support (bgo#745004).
|
||||
+ ewsclient, httpclient: Stop using deprecated SoupSessionAsync
|
||||
(bgo#742651).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 05:05:06 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.15.4:
|
||||
+ Bugs fixed: bgo#743044.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 20:54:19 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.3:
|
||||
+ Support Foursquare (bgo#729837).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 19:54:19 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.2:
|
||||
+ Bugs fixed:
|
||||
bgo#739009: google: Add support for files.
|
||||
bgo#739168: facebook: Add fallback to get presentation id.
|
||||
bgo#739590: Memory leak fixes.
|
||||
bgo#739593: kerberos: A pile of fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 18:54:19 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.1:
|
||||
+ Support locked accounts (bgo#737656).
|
||||
+ Bugs fixed: oauth2: Silence uninit_use_in_call from Coverity
|
||||
(bgo#736749).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:54:19 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-online-accounts
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.14.3
|
||||
Version: 3.15.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.14/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-online-accounts/3.15/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(rest-0.7)
|
||||
BuildRequires: pkgconfig(telepathy-glib)
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0) >= 2.1.90
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.7.2
|
||||
# p11-kit is not 'strictly' seen a requirement, but without it none of the SSL/TLS
|
||||
# Certificates are considered valid, which results in a really bad experience.
|
||||
Requires: p11-kit >= 0.16
|
||||
@ -140,6 +140,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/goa-account*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/im-*.*
|
||||
%{_mandir}/man8/goa-daemon.8%{?ext_man}
|
||||
%dir %{_libdir}/goa-1.0
|
||||
%dir %{_libdir}/goa-1.0/web-extensions
|
||||
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
|
||||
|
||||
%files -n libgoa-1_0-0
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user