From d9c89421d20c1de96a281d43c76a80c8a280f0e99fae71ec7a3e3fb951eade2d Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 20 Sep 2018 03:40:18 +0000 Subject: [PATCH] Accepting request 634626 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/634626 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=162 --- gnome-online-accounts-3.28.0.tar.xz | 3 -- gnome-online-accounts-3.30.0.tar.xz | 3 ++ gnome-online-accounts.changes | 44 +++++++++++++++++++++++++++++ gnome-online-accounts.spec | 15 ++++------ 4 files changed, 53 insertions(+), 12 deletions(-) delete mode 100644 gnome-online-accounts-3.28.0.tar.xz create mode 100644 gnome-online-accounts-3.30.0.tar.xz diff --git a/gnome-online-accounts-3.28.0.tar.xz b/gnome-online-accounts-3.28.0.tar.xz deleted file mode 100644 index 9e1c380..0000000 --- a/gnome-online-accounts-3.28.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87bc4ef307604f1ce4f09f6e5c9996ef8d37ca5e0a3bf76f6b27d71844adb40c -size 1531200 diff --git a/gnome-online-accounts-3.30.0.tar.xz b/gnome-online-accounts-3.30.0.tar.xz new file mode 100644 index 0000000..ab01a89 --- /dev/null +++ b/gnome-online-accounts-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d9d88942aa02a1f8d003dfe515483d8483f216ba1e297a8ef67a42cf4bcfc3 +size 921204 diff --git a/gnome-online-accounts.changes b/gnome-online-accounts.changes index eece61a..3636468 100644 --- a/gnome-online-accounts.changes +++ b/gnome-online-accounts.changes @@ -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 diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 5974f79..c5994a2 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -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 \