KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kbackup?expand=0&rev=75
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:08 +00:00 committed by Git OBS Bridge
parent 5657e9a0e8
commit d5f86dbffa
6 changed files with 43 additions and 29 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVMACgkQ29LOiT4t
HIe28wf+JZOX81VspNFVE37qivl5Lq0x7l9nHCaspennRrZ2dQ3YB0jrZT5+KXSq
qXkRrmtJjHk8g0LaURVkk8Cyx04f60cTr/uqW8btV3h5pfV00VGIT0zmwptbysf5
PH/71tUmQ/Wxfi0YjwILQHqPO3Pf3TA5OSAyxos9UmyfBVnB2P/hd4vXv1eqk5jQ
4kPHTUEvQAf3nsmR9/qI6FOzvJHJOcBNVHIS8UWfhjnEySyxKdp7i6eSQn6U0O9H
JcK1+0CDubBd7wez933kZ1gNVFOl/mwAv/86JyqaVWaSqTIvNvIPRXXrhJ+UN0Zw
kOUMGL5Us1nJLXs7BOv19gJ7FKgyyQ==
=/Bqj
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAAACgkQOmpNuDnq
ptcKYQ/+Jf4w51peyZoPo55BShZHlFpsbSQDhpyok685MDc3wLROmNyommk7BuSR
hWpeG0up9u5CrIUTF7w7ze9R0LIwRFl3lr6hEPAyFuUMLU48N/DVhyyBCNPvo9xX
YZYC16vV7Ki+TWakblsKPiKvd3qe0kTCdaXc7Wr1QE5mWmW5S98KXaKntxDOK4gq
mSJjcGXmUXibLuvlgx1v6TWwMZdH3+xy08EYickNeaW3csz4DuAwG9Am7dx6VrWG
D0Bomwpk69ZHO+2d7FyvbaQKdC7zfdTMil7tG93VSOl9E76mAfVoUPkREt5eCJVq
xyDWjgtv1ntHeyCr6cYBJdlDgu04QmbmQ+kCkIj4hGseC5Xf+KRFimzXR8fvkwnw
RNITavAK8hhuhCPNebWWH6WYJWWqIeRjiUS3r5uthXIoLNg67c4PAzKKJ+wWa5EL
kP8ITI6kjqk1k01rynmVALcEnRVMjUYwnp9nw+1skBXhO4c8rYaAMtzGTSvH5mzx
pZscIUT3zC9n4/IKwjpGk9AYU0i6fRtKFmPCQtF9sI+jM6JUXyiiXtOTtbvPUItZ
+ZBGtoTpKXwQsYWDFNJbwy1V7QNcpnPdG8kX5INvrr3lWREGQ4SJ5Dx48JmBoOT3
sK4eHDx826P+N9+NOsmOMMtPkOvMCqBxYVCDXXehDLBTuTtiohg=
=HIJ0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:45 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:
* Make it compile against qt5.15
* addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
* Fix some cppcheck warning + initialize pointer
* Make it compiles against qt5.15. (QTextStream data is flushed when qfile
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
- Drop checks for obsolete distribution versions
-------------------------------------------------------------------
Thu Mar 5 20:35:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -17,23 +17,20 @@
%bcond_without lang
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Name: kbackup
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Backup program based on KDE Frameworks 5
License: GPL-2.0-only
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: extra-cmake-modules >= 1.0.0
BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
@ -43,15 +40,11 @@ BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets)
# Needed for 42.3
%if 0%{?suse_version} < 1330
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
%if 0%{?sle_version} < 120300
BuildRequires: gcc6-c++
%else
BuildRequires: gcc7-c++
%endif
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
kbackup is a backup program based on KDE Frameworks 5. It allows backing