Accepting request 756186 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbackup?expand=0&rev=21
This commit is contained in:
2019-12-14 11:07:42 +00:00
committed by Git OBS Bridge
7 changed files with 48 additions and 19 deletions

Binary file not shown.

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OMACgkQ29LOiT4t
HIdwWQf9F3SXr20yot5zxrSDa4rRePDCsPcgkVemPDxihfThAbs/+JTUTRW43shy
J+TEEyhAIr4/sYs0D8bcVZ0bqRTJWBH/pOJKASzlKGMzbdrg8jFC0tr7w8i/2vZb
tn7inJvj4uDcWtHoVKSPAYbSxtCID5enyTPmHDFJKjzmKUuJdmcobFi6lT0Ju9YB
6Mmi8skPREkmJ6V9znwpkvEFCGzifdpJp3kNhmGiBN0lO3vLjqXsBLukJR/fuLVm
qfrV4LBd6NbVywaVG8XBLmgTwzQVLd97i9/VClifNVTozAg6uC60TyNLq+LFRU8u
5o6U9X7UWNkLQfHVtyw7BiQsqVK9Aw==
=blwl
-----END PGP SIGNATURE-----

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

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puGkACgkQ29LOiT4t
HIeezwf+L4GvkG3I2+fSpPLMWKbfYgb0sKWhWroYkhYmMn9zulAIOY8q3G+y4FfX
QqnADFyTSYj76qVG0yVD2lp0FhU/5RodF5qUK4+Fngg676VEFx+YxgxolrQV1fW8
ULWpmccSpspMOTihPtDtulIwmw8qYO9HIIkPATS5nS8lrasbRGUXsSKb3BQ3Bkip
RD4vLs4qcE7S3SgQFNqgktEfdIAOusbsfysoISAKZBl2nKUtyTIoIo4ogdpVszDC
nwTa7VpgIUi4ISCyEKbRUhKuT4+7APzCA8hxrYX1Vst/c7JEOq2APZigdc2V/3+k
CXdRZ/b82Lwenrz9Y/OB3lzXckUp3A==
=S6Ws
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:18 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:11:40 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:11 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compiles against qt5.14
* Make it compile without deprecated method
* Remove unused includes
* Add Keywords entry (kde#409860)
-------------------------------------------------------------------
Thu Nov 7 23:12:44 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package kbackup
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,22 @@
%bcond_without lang
Name: kbackup
Version: 19.08.3
Version: 19.12.0
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/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.0.0
BuildRequires: karchive-devel
BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)