Hello community, here is the log from the commit of package kbackup for openSUSE:Leap:15.2 checked in at 2020-05-13 03:51:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kbackup (Old) and /work/SRC/openSUSE:Leap:15.2/.kbackup.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbackup" Wed May 13 03:51:21 2020 rev:14 rq:797350 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kbackup/kbackup.changes 2020-03-15 13:36:44.254851527 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kbackup.new.2738/kbackup.changes 2020-05-13 03:51:22.864142606 +0200 @@ -1,0 +2,34 @@ +Thu Apr 23 12:22:07 UTC 2020 - Luca Beltrame <[email protected]> + +- 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 <[email protected]> + +- 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 <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- kbackup-19.12.3.tar.xz kbackup-19.12.3.tar.xz.sig New: ---- kbackup-20.04.0.tar.xz kbackup-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbackup.spec ++++++ --- /var/tmp/diff_new_pack.sFqoDb/_old 2020-05-13 03:51:23.300143520 +0200 +++ /var/tmp/diff_new_pack.sFqoDb/_new 2020-05-13 03:51:23.304143528 +0200 @@ -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(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 @@ %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} +%kf5_makeinstall -C build +%if %{with lang} %find_lang %{name} --with-man --with-qt --all-name %{kf5_find_htmldocs} - %endif +%endif %files %license COPYING ++++++ kbackup-19.12.3.tar.xz -> kbackup-20.04.0.tar.xz ++++++ ++++ 16104 lines of diff (skipped)
