Accepting request 826422 from KDE:Applications

20.08.0 release

OBS-URL: https://build.opensuse.org/request/show/826422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-gdrive?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2020-08-18 11:58:12 +00:00 committed by Git OBS Bridge
parent a057900fe0
commit 7730bb2bc7
6 changed files with 62 additions and 13 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgcACgkQ29LOiT4t
HIf2Rgf+Pc1OUt7SxkSSsyEbmydqpf7kXziy3pgBvIkPZzECcAkSabS3bEBoLx/K
bkG+eRIsxvtX5IRDTxZFtmvr0Aq6pkvZHg8s8IR5gV2Pv8JPt0iY4LOGm+SS04nu
eeTdiuigCYMGE++V3tXzIXHxkGmK4F7E9wTFYzS7YNEFEE2ku2ygCwnZ8aNCrCkS
LNWsgmS/wN0t3Ce8m9/vj0Bx/JGGccAzR5r7GszmRfW1BlZpn4qpnnuco+5Q8/B6
+dhIW0jaWRopNusUc63bmm/OnjoZM1gQEQkoiLYM4xinW1xqanlNKjFiOV60vRAP
tQ+w66dolgVALXu6LA436NMthyjt+A==
=4+7O
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Aug 9 09:09:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-08-apps-update
- No code change since 20.07.90
-------------------------------------------------------------------
Sun Aug 2 07:59:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.90
* New feature release
- Changes since 20.07.80:
* Add a Qt version check on deprecated usage of split.
-------------------------------------------------------------------
Sun Jul 19 12:22:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 1.3.0:
* Port away from deprecated split usage.
* Add missing const
* Add latest stable release to appdata.
* Port to RELEASE_SERVICE_VERSION automatic version
* When listing a directory or stat()ing, make sure the
account is present in accountsmanager.
* Port away from deprecated KRun::runUrl
-------------------------------------------------------------------
Wed Apr 15 10:28:49 UTC 2020 - wbauer@tmo.at

View File

@ -16,16 +16,23 @@
#
%define kf5_version 5.71.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kio-gdrive
Version: 1.3.0
Version: 20.08.0
Release: 0
Summary: Google Drive KIO slave for KDE applications
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://community.kde.org/KIO_GDrive
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 5.48.0
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: intltool
BuildRequires: cmake(KAccounts) >= 20.03.80
BuildRequires: cmake(KF5DocTools) >= 5.48.0
@ -54,7 +61,7 @@ This can be Dolphin or Gwenview or Konqueror.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build
@ -67,13 +74,13 @@ This can be Dolphin or Gwenview or Konqueror.
%license COPYING
%doc README.md README.packagers
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/
%dir %{_kf5_sharedir}/remoteview
%{_kf5_appstreamdir}/org.kde.kio_gdrive.metainfo.xml
%{_kf5_notifydir}/gdrive.notifyrc
%{_kf5_plugindir}/kaccounts/
%{_kf5_plugindir}/kf5/
%dir %{_datadir}/remoteview
%{_datadir}/remoteview/gdrive-network.desktop
%{_kf5_appstreamdir}/org.kde.kio_gdrive.metainfo.xml
%{_datadir}/accounts/
%{_kf5_notifydir}/gdrive.notifyrc
%{_kf5_sharedir}/accounts/
%{_kf5_sharedir}/remoteview/gdrive-network.desktop
%if %{with lang}
%files lang -f %{name}.lang