Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kunitconversion for openSUSE:Factory
checked in at 2022-01-11 21:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kunitconversion (Old)
and /work/SRC/openSUSE:Factory/.kunitconversion.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kunitconversion"
Tue Jan 11 21:16:46 2022 rev:100 rq:945086 version:5.90.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes
2021-12-13 20:44:51.664488494 +0100
+++
/work/SRC/openSUSE:Factory/.kunitconversion.new.1892/kunitconversion.changes
2022-01-11 21:19:35.224972226 +0100
@@ -1,0 +2,14 @@
+Mon Jan 3 12:47:56 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.90.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.90.0
+- Changes since 5.89.0:
+ * Prepare KUnitConversion::UnitCategory to become non-virtual in KF6
+ * Change the build system to enable building with Qt6
+ * Prepare for KUnitConversion::Unit to become non-virtual in KF6
+ * Fix cache file removal in valuetest
+ * Fix cyclic reference between Unit and UnitCategory
+
+-------------------------------------------------------------------
Old:
----
kunitconversion-5.89.0.tar.xz
kunitconversion-5.89.0.tar.xz.sig
New:
----
kunitconversion-5.90.0.tar.xz
kunitconversion-5.90.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kunitconversion.spec ++++++
--- /var/tmp/diff_new_pack.8kBWtu/_old 2022-01-11 21:19:35.804972633 +0100
+++ /var/tmp/diff_new_pack.8kBWtu/_new 2022-01-11 21:19:35.816972642 +0100
@@ -17,21 +17,21 @@
%define lname libKF5UnitConversion5
-%define _tar_path 5.89
+%define _tar_path 5.90
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
-%bcond_without lang
+%bcond_without released
Name: kunitconversion
-Version: 5.89.0
+Version: 5.90.0
Release: 0
Summary: Tool for converting physical units
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@@ -53,9 +53,6 @@
%package -n %{lname}
Summary: Converting physical units
Group: System/GUI/KDE
-%if %{with lang}
-Recommends: %{lname}-lang = %{version}
-%endif
%description -n %{lname}
KUnitConversion provides functions to convert values in different physical
@@ -88,14 +85,14 @@
%kf5_makeinstall -C build
%fdupes %{buildroot}
-%if %{with lang}
+%if %{with released}
%find_lang %{name}5
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
-%if %{with lang}
+%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif
++++++ kunitconversion-5.89.0.tar.xz -> kunitconversion-5.90.0.tar.xz ++++++
++++ 1006888 lines of diff (skipped)