SHA256
1
0
forked from pool/sweeper

KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/sweeper?expand=0&rev=120
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:58:44 +00:00 committed by Git OBS Bridge
parent 020a495f78
commit d0dabb92fe
6 changed files with 44 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5draEACgkQ29LOiT4t
HIeukQgAkbZeXt0bLLFqJ6yo4Ss+IqMvzXMSIR09CF6y0BDegbBz/QXcUbO1EYRE
FcI37KgLmmVwiEGMXHbjBiY+B2fRoPa3E08YbshwIf284O+YOcat+J0gEiEchoL7
n8aWzTCfChgoqi5OZP6fpD6cVj+mAaJzRksQfZYhPQcs2v1nd2Oixa+1NnTtrDut
YmBWgeov616/bGkw9Y52xGI4/OTyNSQr9jcRzwHf4friDmY5/FSvRgQNQjy/3B/H
PKCF1AKrS02DNKIH99NSwC6NSp7pQXb1wpidzlWPVBcjN70cXQP7LL75RgU0nuSa
gkvHdq+gJPb9ZJ66DRjt2Z+3UNU85g==
=5st7
-----END PGP SIGNATURE-----

3
sweeper-20.03.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCoACgkQOmpNuDnq
ptfjGw/8CHEHCb4AveqzRAO35FyVNHjzF5arMyWahBMkJwnQgyP3Lbjh7IM4GlLa
80/VI62Iwq8f13dOzagg3PqGAQCw3x8miDuVVTgwIwfpX7yDS6JqtpJhVF1QXFzg
8HCkfEWbsJ1EQaTgi1TQskTAJf7fIjt4umUEhScO5ygAWWq6rj0vBQJj2eM/CHhK
s2BEQKM3WWjV+18y83r9BTCoLSOnGXTkUMnEUvKWjmSB3ug4mq/7S/MsUABa2ASr
vlCmFrFJQMnM4QYaKOxZAD6ISKFsYB6DrbGInjt0elM71rCI+aP4GC1D2LsM2S3n
EGE4v5DMa9imq6dpuEuS9gIGiAUxo0fUMxnVUS+3ZgWvgHGdHE0VywgHiXXYtlOy
lr7DdYJBoN/6RM6V5WZ2y9akY7B0LbXm1KznnQhxw/v+SGxUPS2bLQ/J0RrCT9TT
NNUDcJmg5POloF9PyA9W7cBPgy92oJzA4/hlLz91OJ2ivE2fae0Tl/xljaLFNez/
f3vp61rJ5faqhmCy3yMHV3dLsycGGMGmNpS49lbIpSMJQ/BiMBWYVT9FnVIZtQdU
Gu9EaaewyTWQpDDFvacU8ZuNalfKUNsjIJaP0VcAs1ZcDFNbJoE7NMLmHX6DHCr1
xtKQp4ulo4Y+P867d9V6ulvCKvCOWcpD3rhnTg7vVFn3DcpIzMM=
=mZbp
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* use auto
* create QStringList in one pass
* join qDebug() calls
* default destructor
* drop "reimp" marker, we now have override
* initialize members in initializer list
* modernize for loops
* Port to QVector. A QLinkedList is not necessary for a list of element.
* Use URL with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:54 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package sweeper
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,19 +21,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: sweeper
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: KDE Privacy Utility
License: LGPL-2.1-or-later
Group: System/GUI/KDE
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
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: breeze5-icons
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5ActivitiesStats)
BuildRequires: cmake(KF5Bookmarks)
BuildRequires: cmake(KF5Config)
@ -45,20 +42,19 @@ BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
Helps clean unwanted traces the user leaves on the system.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n sweeper-%{version}