From a842f2172bbbd207644c6658ed0613343c5b4d633341ab4d9f6c63f3b62465b5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:36:54 +0000 Subject: [PATCH 1/2] 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 --- gnome-online-accounts-3.14.3.tar.xz | 3 -- gnome-online-accounts-3.15.91.tar.xz | 3 ++ gnome-online-accounts.changes | 52 ++++++++++++++++++++++++++++ gnome-online-accounts.spec | 11 +++--- 4 files changed, 62 insertions(+), 7 deletions(-) delete mode 100644 gnome-online-accounts-3.14.3.tar.xz create mode 100644 gnome-online-accounts-3.15.91.tar.xz diff --git a/gnome-online-accounts-3.14.3.tar.xz b/gnome-online-accounts-3.14.3.tar.xz deleted file mode 100644 index 09f12a0..0000000 --- a/gnome-online-accounts-3.14.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6 -size 1408156 diff --git a/gnome-online-accounts-3.15.91.tar.xz b/gnome-online-accounts-3.15.91.tar.xz new file mode 100644 index 0000000..ca2a0c0 --- /dev/null +++ b/gnome-online-accounts-3.15.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6daeffc121074f20f4515c9331fdd75dbe461d8d59459fe48d30f00a84cce8 +size 1415832 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index d0925f0..1f8766c 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -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 diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index ebaf148..318133e 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -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) From 901a2013d5c3719646cfb33198bd6faa26624ec0d3b8bc2997565ba0b748f894 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Mar 2015 08:57:53 +0000 Subject: [PATCH 2/2] Accepting request 292800 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292800 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=88 --- gnome-online-accounts-3.15.91.tar.xz | 3 --- gnome-online-accounts-3.16.0.tar.xz | 3 +++ gnome-online-accounts.changes | 8 ++++++++ gnome-online-accounts.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 gnome-online-accounts-3.15.91.tar.xz create mode 100644 gnome-online-accounts-3.16.0.tar.xz diff --git a/gnome-online-accounts-3.15.91.tar.xz b/gnome-online-accounts-3.15.91.tar.xz deleted file mode 100644 index ca2a0c0..0000000 --- a/gnome-online-accounts-3.15.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6daeffc121074f20f4515c9331fdd75dbe461d8d59459fe48d30f00a84cce8 -size 1415832 diff --git a/gnome-online-accounts-3.16.0.tar.xz b/gnome-online-accounts-3.16.0.tar.xz new file mode 100644 index 0000000..dbbd05a --- /dev/null +++ b/gnome-online-accounts-3.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca9c404c6a42aac34073087606a962f49f7986f0cc549cfe9100ac29c91ffd6 +size 1417040 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index 1f8766c..808e8c2 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 23 12:52:16 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.0: + + Add some spacing between the service name and its switch + (bgo#746540). + + Updated translations. + ------------------------------------------------------------------- Thu Mar 5 01:22:27 UTC 2015 - dimstar@opensuse.org diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 318133e..9446eb6 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -17,13 +17,13 @@ Name: gnome-online-accounts -Version: 3.15.91 +Version: 3.16.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.15/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-online-accounts/3.16/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: docbook-xsl-stylesheets BuildRequires: gobject-introspection-devel