SHA256
1
0
forked from pool/sweeper

Accepting request 797061 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sweeper?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:51:10 +00:00 committed by Git OBS Bridge
commit d9af9b0e9a
6 changed files with 56 additions and 24 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.04.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/0ACgkQ29LOiT4t
HIeqsggAkExCBpewHvBrkMh3uaFtBxtfMcRmoc/nBajtCbuY7FyXAV42ikloNRqB
KCQIrNKWRvXhuAgr6mtfEF17vYc934BnD7JlQ7xULj1p19Q18Yy6UUKpV6QlPvLM
RSEZ5ICLTP4QqHTu6m7dnI0Cx3MKqZ9pqUfgolMIXCHsIggHyNmPhkAs8x+KwXC0
Dy9xUrkhLzYBm8s7b+HXdawSpXmgPc6xnjBibiWO4wpfJu7rMgU0G24Wh2sH2kxq
AO2fpJIqGls4huDFmC7zvz+bX4nVyIT97vCtArqzE8kdZyYHLfJ/2PYpV8yfHm/q
QKEI3tqFqpZps/ZukeGO9A/nY+4slQ==
=fLzZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:50 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
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.04.0
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
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/stable/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}