Update to 3.40.0
Disable the Facebook provider because it's completely broken at the moment.
This commit is contained in:
parent
7e40c305a6
commit
6f07304234
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@
|
|||||||
/gnome-online-accounts-3.37.90.tar.xz
|
/gnome-online-accounts-3.37.90.tar.xz
|
||||||
/gnome-online-accounts-3.38.0.tar.xz
|
/gnome-online-accounts-3.38.0.tar.xz
|
||||||
/gnome-online-accounts-3.39.92.tar.xz
|
/gnome-online-accounts-3.39.92.tar.xz
|
||||||
|
/gnome-online-accounts-3.40.0.tar.xz
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
%global webkit2gtk3_version 2.26.0
|
%global webkit2gtk3_version 2.26.0
|
||||||
|
|
||||||
Name: gnome-online-accounts
|
Name: gnome-online-accounts
|
||||||
Version: 3.39.92
|
Version: 3.40.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Single sign-on framework for GNOME
|
Summary: Single sign-on framework for GNOME
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||||
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.39/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.40/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# https://pagure.io/fedora-workstation/issue/83
|
# https://pagure.io/fedora-workstation/issue/83
|
||||||
Patch0: 0001-Remove-Documents-support.patch
|
Patch0: 0001-Remove-Documents-support.patch
|
||||||
@ -59,12 +59,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--disable-facebook \
|
||||||
--disable-lastfm \
|
--disable-lastfm \
|
||||||
--disable-media-server \
|
--disable-media-server \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-documentation \
|
--enable-documentation \
|
||||||
--enable-facebook \
|
|
||||||
--enable-fedora \
|
--enable-fedora \
|
||||||
--enable-foursquare \
|
--enable-foursquare \
|
||||||
--enable-exchange \
|
--enable-exchange \
|
||||||
@ -120,6 +120,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.0-1
|
||||||
|
- Update to 3.40.0
|
||||||
|
- Disable the Facebook provider
|
||||||
|
|
||||||
* Tue Mar 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.39.92-1
|
* Tue Mar 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.39.92-1
|
||||||
- Update to 3.39.92
|
- Update to 3.39.92
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-online-accounts-3.39.92.tar.xz) = b93d8aaf848ea581dda80c13912cf87e1a7eb95faa8a983cf919d2732b798a7a95059246f530caad15a89172428577eb43a1100a74ae8a72eae72bed9570bc16
|
SHA512 (gnome-online-accounts-3.40.0.tar.xz) = ac90226023e2a69ad9cd12faf637844a029814282f164cc905810bf54af6693069b9019ca58211deb8487f6a32886eb072a1223fca32bc4e3fe0bc91ce8f2d6c
|
||||||
|
Loading…
Reference in New Issue
Block a user