Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcalc for openSUSE:Factory checked in at 2021-04-24 23:07:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalc (Old) and /work/SRC/openSUSE:Factory/.kcalc.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalc" Sat Apr 24 23:07:30 2021 rev:119 rq:887630 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes 2021-03-08 15:12:13.641707903 +0100 +++ /work/SRC/openSUSE:Factory/.kcalc.new.12324/kcalc.changes 2021-04-24 23:08:06.867306676 +0200 @@ -1,0 +2,35 @@ +Fri Apr 16 16:11:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- Changes since 21.03.90: + * tidy up packaging +- Stop owning directories provided by the filesystem package (boo#1184786) + +------------------------------------------------------------------- +Fri Apr 9 17:40:00 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- Changes since 21.03.80: + * switch to using kde extension in snap + * add snap packaging file + +------------------------------------------------------------------- +Sun Mar 21 13:27:42 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Add missing gmp include dir + * Don't enable exceptions + * Make knumber a static library + * Add missing KCoreAddons linkage + * Add missing include + * icons: Update with latest version from Breeze theme + * Remove not necessary signal (not emitted, not connected) + * Add value to bit buttons' tooltips + +------------------------------------------------------------------- Old: ---- kcalc-20.12.3.tar.xz kcalc-20.12.3.tar.xz.sig New: ---- kcalc-21.04.0.tar.xz kcalc-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalc.spec ++++++ --- /var/tmp/diff_new_pack.08Bo7k/_old 2021-04-24 23:08:07.415307451 +0200 +++ /var/tmp/diff_new_pack.08Bo7k/_new 2021-04-24 23:08:07.415307451 +0200 @@ -1,7 +1,7 @@ # # spec file for package kcalc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kcalc -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: Scientific Calculator License: GPL-2.0-or-later Group: Productivity/Scientific/Math -URL: https://www.kde.org +URL: https://apps.kde.org/kcalc 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: gmp-devel BuildRequires: mpfr-devel BuildRequires: update-desktop-files @@ -45,10 +49,6 @@ BuildRequires: cmake(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -%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 @@ -57,7 +57,7 @@ %lang_package %prep -%setup -q -n kcalc-%{version} +%autosetup -p1 -n kcalc-%{version} %build %cmake_kf5 -d build @@ -76,12 +76,12 @@ %files %license COPYING* +%doc %lang(en) %{_kf5_htmldir}/en/kcalc/ %{_kf5_applicationsdir}/org.kde.kcalc.desktop -%{_kf5_appstreamdir}/ +%{_kf5_appstreamdir}/org.kde.kcalc.appdata.xml %{_kf5_bindir}/kcalc -%{_kf5_configkcfgdir}/ -%doc %lang(en) %{_kf5_htmldir}/en/kcalc/ -%{_kf5_kxmlguidir}/ +%{_kf5_configkcfgdir}/kcalc.kcfg +%{_kf5_kxmlguidir}/kcalc/ %{_kf5_libdir}/libkdeinit5_kcalc.so %{_kf5_sharedir}/kcalc/ %{_kf5_sharedir}/kconf_update/ ++++++ kcalc-20.12.3.tar.xz -> kcalc-21.04.0.tar.xz ++++++ ++++ 37995 lines of diff (skipped)