Accepting request 158360 from GNOME:Next

Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158360
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2013-03-13 22:54:44 +00:00 committed by Git OBS Bridge
parent 8269cc3476
commit d47a8ab32e
4 changed files with 102 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c161ea06d344422e47881362429fff3e58f61f6998d6ad992ca3d015eb636c
size 588908

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d98e908c414420ed8628ee0d5d90a5a3cd0565500b35d3a465a13d75d83df004
size 644864

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Mon Mar 11 08:14:42 UTC 2013 - dimstar@opensuse.org
- Swicth with_twitter to 0: it's known to cause crashes at the
moment and is not ready to be used.
-------------------------------------------------------------------
Tue Mar 5 15:13:30 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.91:
+ IMAP/SMTP is enabled by default.
+ Bugs fixed: bgo#660882, bgo#695065, bgo#695074, bgo#695106.
+ Updated translations.
- Drop pkgconfig(libnotify) BuildRequires: no longer needed.
- Add p11-kit Requires: needed in order to validate SSL/TLS
certificates. Strictly speaking, it could be recommended only,
but the user experience without it is terrible, as no certificate
is considered valid.
-------------------------------------------------------------------
Mon Mar 4 22:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.90:
+ Support IMAP/SMTP (bgo#692736).
+ Bugs fixed: bgo#692936, bgo#693273.
+ Updated translations.
- Pass --enable-imap-smtp to configure for the new IMAP/SMTP
provider.
- Drop gnome-online-accounts-implicit.patch: fixed upstream.
-------------------------------------------------------------------
Mon Mar 4 21:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.5:
+ ownCloud is enabled by default.
+ Bugs fixed: bgo#689645, bgo#692251, bgo#692276, bgo#692284,
bgo#692285, bgo#692286, bgo#692768, bgo#693214.
+ Updated translations.
- Add gnome-online-accounts-implicit.patch: Fix an implicit
declaration.
-------------------------------------------------------------------
Mon Mar 4 20:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.4:
+ google: Make the configure options match OAuth 2.0 lingo
(bgo#689770).
+ webview: don't set the OSD style class on the whole overlay
(bgo#691122).
+ identity: Don't leak the GoaKerberosIdentity (bgo#691142).
+ Updated translations.
- Replace pkgconfig(libsoup-gnome-2.4) BuildRequires with
pkgconfig(libsoup-2.4), following upstream.
-------------------------------------------------------------------
Mon Mar 4 19:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.3:
+ build: Fix passing arguments to configure from autogen.sh
(bgo#689516).
+ Spinners are white and don't spin (bgo#689609).
+ Make the cancel buttons work (bgo#689642).
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 18:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.2:
+ Add provider groups
+ Bugs fixed: bgo#660573, bgo#686519, bgo#687578, bgo#687632,
bgo#687930, bgo#687962, bgo#688018.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 17:31:44 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.1:
+ Implement OAuth 2.0 for Google (bgo#661065)
+ Support ownCloud (bgo#660573)
+ Support Flickr (bgo#678151)
+ Bugs fixed: bgo#683692, bgo#685876, bgo#686410, bgo#686415,
bgo#686416, bgo#686561
+ Updated translations.
- Pass --enable-flickr and --enable-owncloud to confiugre.
- Switch with_twitter defines to 1, as twitter support is back.
-------------------------------------------------------------------
Mon Mar 4 16:31:44 UTC 2013 - dimstar@opensuse.org

View File

@ -16,17 +16,16 @@
#
# Version 3.5.91 temporarly dropped twitter (and yahoo) support, as there is no app making use of it.
%define with_twitter 0
Name: gnome-online-accounts
Version: 3.6.3
Version: 3.7.91
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.6/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-online-accounts/3.7/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel
@ -40,15 +39,18 @@ BuildRequires: libsocialweb-branding-openSUSE
%endif
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.1
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.38
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(rest-0.7)
BuildRequires: pkgconfig(webkitgtk-3.0)
# 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
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -122,7 +124,10 @@ TWITTER_SECRET=$(echo $TWITTER | awk '{print $2}')
--enable-google \
--enable-windows-live \
--enable-kerberos \
--enable-exchange
--enable-exchange \
--enable-flickr \
--enable-owncloud \
--enable-imap-smtp
make %{?_smp_mflags}
%install
@ -166,6 +171,8 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/goa/
%{_includedir}/goa-1.0/
%dir %{_libdir}/goa-1.0
%{_libdir}/goa-1.0/include/
%{_libdir}/libgoa-1.0.so
%{_libdir}/libgoa-backend-1.0.so
%{_libdir}/pkgconfig/goa-1.0.pc