Accepting request 796891 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/796891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbackup?expand=0&rev=25
This commit is contained in:
commit
173c46b713
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1761009f9cd854d3fb4f98eb24b5ee7f3c42c4541f7cfb2ff1589786c86bdc99
|
||||
size 358584
|
@ -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.04.0.tar.xz
Normal file
3
kbackup-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3af620bbbf1cd17e2084a154a82cc0a208dfc80a84470d0c5e13d984f0d9b1d
|
||||
size 360796
|
11
kbackup-20.04.0.tar.xz.sig
Normal file
11
kbackup-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB7gACgkQ29LOiT4t
|
||||
HIf7Hwf/Te0+zV33tYgLqcRssGHTgK413LB7Rl1O3WSHHf79VC6IMdUsQiByDj1+
|
||||
sNxiNWvasRU11abA0pQMsrRw7O1yS9tjlQVtQsLdinr1rnZdlJCIJWFT20f41mS1
|
||||
NxJR2rwgPP5gQIlkRXA5EtGln9pUmqWc9UNZuuCUYsoB+3UBvyTMocklj1G3njRe
|
||||
ZUShp1p12MHu9BkRqkTTuajXi6cu9J2oRMUHnD0eDde23C3pFZ6i5RwQOoz9cKHO
|
||||
LNaag0/1+JNMyZHGDlUacwcVdvk0nYBjyqgOXWzVeDcs6mDaIHqsaz+lrDSmF/zz
|
||||
I6F8oECeEpwG0/5WfUbcDaxeFyJ4Og==
|
||||
=ugIx
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:22:07 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:29: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: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 added by KAboutData::setApplicationData
|
||||
* Fix some cppcheck warning + initialize pointer
|
||||
* Make it compile against qt5.15. (QTextStream data is flushed when qfile is closed)
|
||||
* 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>
|
||||
|
||||
|
45
kbackup.spec
45
kbackup.spec
@ -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.04.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/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 >= 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/stable/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
|
||||
@ -65,25 +58,15 @@ Although GUI based, it also offers an automated, GUI-less mode.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%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
|
||||
export CC=gcc-6
|
||||
export CXX=g++-6
|
||||
%else
|
||||
export CC=gcc-7
|
||||
export CXX=g++-7
|
||||
%endif
|
||||
%endif
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --with-qt --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --with-qt --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
x
Reference in New Issue
Block a user