Dominique Leuenberger 2015-10-06 14:34:13 +00:00 committed by Git OBS Bridge
commit f4e1563566
4 changed files with 61 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Tue Sep 22 15:45:08 UTC 2015 - zaitor@opensuse.org
- Update to version 3.18.0:
+ icons: Shiny new Google icons (bgo#754142).
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 16 17:43:18 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.92.1:
+ bgo#754142: build: Ensure that the new 96x96 HiDpi icons
actually get installed.
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 16 07:59:52 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.92:
+ Support Last.fm (bgo#728621).
+ Bugs fixed: bgo#751128, bgo#754142, bgo#754840.
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 10 09:44:31 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.91:
+ Add org.gnome.OnlineAccounts.Music D-Bus interface
(bgo#705969).
+ Bugs fixed: bgo#693578, bgo#750392, bgo#750479, bgo#750897,
bgo#752270, bgo#752939, bgo#752941, bgo#752964.
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 9 15:40:10 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.2:
+ Foursquare is enabled by default.
+ Bugs fixed: bgo#710764, bgo#739593, bgo#739594, bgo#742680.
+ Updated translations.
- Add pkgconfig(libaccounts-glib) BuildRequires: New dependency.
- Pass --with-cheese=yes and --enable-foursquare to %configure, we
want webcam and foursquare support.
-------------------------------------------------------------------
Tue Jun 9 15:25:26 UTC 2015 - zaitor@opensuse.org

View File

@ -17,13 +17,13 @@
Name: gnome-online-accounts
Version: 3.16.3
Version: 3.18.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.16/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-online-accounts/3.18/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.1
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libaccounts-glib)
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.41
BuildRequires: pkgconfig(libxml-2.0)
@ -101,16 +102,19 @@ translation-update-upstream
%build
%configure \
--disable-static \
--with-cheese=yes \
--enable-gtk-doc \
--enable-facebook \
--enable-google \
--enable-windows-live \
--enable-kerberos \
--enable-exchange \
--enable-facebook \
--enable-flickr \
--enable-owncloud \
--enable-foursquare \
--enable-google \
--enable-imap-smtp \
--enable-media-server
--enable-kerberos \
--enable-owncloud \
--enable-pocket \
--enable-telepathy \
--enable-windows-live
make %{?_smp_mflags}
%install
@ -143,6 +147,8 @@ rm -rf %{buildroot}
%dir %{_libdir}/goa-1.0
%dir %{_libdir}/goa-1.0/web-extensions
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
%{_libexecdir}/goa-identity-service
%{_datadir}/dbus-1/services/org.gnome.Identity.service
%files -n libgoa-1_0-0
%defattr(-,root,root)