Luciano Santos 2018-09-20 03:40:18 +00:00 committed by Git OBS Bridge
parent 3976f43b85
commit d9c89421d2
4 changed files with 53 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Sep 8 09:32:18 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 3.30.0:
+ Updated translations.
- Remove lang package from recommended packages as it already
supplements main package (same effect, it's redundant).
-------------------------------------------------------------------
Thu Aug 16 15:33:12 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.91:
+ build: Fix #FooObject style links.
+ Remove additional unnecessary GDestroyNotify casts.
+ build: Silence warning about _FORTIFY_SOURCE requiring
optimization.
- Drop gnome-online-accounts-fix-build.patch: Fixed upstream.
-------------------------------------------------------------------
Thu Aug 16 07:33:25 UTC 2018 - bjorn.lie@gmail.com
- Add gnome-online-accounts-fix-build.patch: Fix build with new
glib.
-------------------------------------------------------------------
Tue Jul 24 12:09:20 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.4:
+ Port to meson build system.
+ Updated translations.
- Pass --enable-documentation to configure, now needed to build man
pages.
-------------------------------------------------------------------
Fri Apr 20 03:48:42 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.29.1:
+ Remove Twitter support (bgo#795322)
+ Updated translations.
- Drop:
+ intltool BuildRequires: nothing depends on it anymore. The
package fully uses Gettext now.
+ update-desktop-files BuildRequires: this is no longer needed.
-------------------------------------------------------------------
Wed Apr 4 15:01:37 UTC 2018 - fcrozat@suse.com

View File

@ -17,21 +17,18 @@
Name: gnome-online-accounts
Version: 3.28.0
Version: 3.30.0
Release: 0
Summary: GNOME service to access online accounts
License: LGPL-2.0-or-later
Group: System/GUI/GNOME
Url: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
Source: http://download.gnome.org/sources/gnome-online-accounts/3.28/%{name}-%{version}.tar.xz
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
Source: http://download.gnome.org/sources/gnome-online-accounts/3.30/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
# Don't drop intltool yet. Gettext migration was already done upstream (3.27.3) but telepathy-account-widgets
# module still use intltool and don't show any signs this will change any time soon.
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gio-2.0) >= 2.52
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.52
@ -50,7 +47,6 @@ BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.12.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
%description
gnome-online-accounts provides interfaces so applications and
@ -99,12 +95,13 @@ libraries in GNOME can access the user's online accounts.
%lang_package
%prep
%setup -q
%autosetup -p1
translation-update-upstream
%build
%configure \
--disable-static \
--enable-documentation \
--enable-gtk-doc \
--enable-exchange \
--enable-facebook \