Update to 3.30.0
Disable Pocket due to lack of any compelling integration.
This commit is contained in:
parent
1386336d97
commit
d14c5ad2b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@
|
||||
/gnome-online-accounts-3.29.1.tar.xz
|
||||
/gnome-online-accounts-3.29.4.tar.xz
|
||||
/gnome-online-accounts-3.29.91.tar.xz
|
||||
/gnome-online-accounts-3.30.0.tar.xz
|
||||
|
@ -5,13 +5,13 @@
|
||||
%global webkit2gtk3_version 2.12.0
|
||||
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.29.91
|
||||
Version: 3.30.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Single sign-on framework for GNOME
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.29/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.30/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gcr-3)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
@ -56,6 +56,7 @@ developing applications that use %{name}.
|
||||
%configure \
|
||||
--disable-lastfm \
|
||||
--disable-media-server \
|
||||
--disable-pocket \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--disable-todoist \
|
||||
@ -69,7 +70,6 @@ developing applications that use %{name}.
|
||||
--enable-imap-smtp \
|
||||
--enable-kerberos \
|
||||
--enable-owncloud \
|
||||
--enable-pocket \
|
||||
--enable-windows-live
|
||||
%make_build
|
||||
|
||||
@ -114,6 +114,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Sep 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
|
||||
- Update to 3.30.0
|
||||
- Disable Pocket
|
||||
|
||||
* Thu Aug 16 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.91-1
|
||||
- Update to 3.29.91
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-online-accounts-3.29.91.tar.xz) = 4a1fdec6605751f94537fa35490ec113c4f7bf1791a3332da3640ac72e5b828a65b22828ccf7222ce9228dd3fa35483a6b258aa401ca5a9169f66d41ede4c755
|
||||
SHA512 (gnome-online-accounts-3.30.0.tar.xz) = 7b1e5e84086bba65980850b75603fe922dc3b0b917482b5c98f63df2260f2acd7f36516c3b8ba69122c28fb4def0c5a55f2d8d26039608d2659869a8ab779c2e
|
||||
|
Loading…
Reference in New Issue
Block a user