Hello community, here is the log from the commit of package baloo5-widgets for openSUSE:Factory checked in at 2017-05-08 18:46:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/baloo5-widgets (Old) and /work/SRC/openSUSE:Factory/.baloo5-widgets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "baloo5-widgets" Mon May 8 18:46:01 2017 rev:20 rq:490338 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/baloo5-widgets/baloo5-widgets.changes 2017-03-15 00:50:45.886696632 +0100 +++ /work/SRC/openSUSE:Factory/.baloo5-widgets.new/baloo5-widgets.changes 2017-05-08 18:46:04.711705458 +0200 @@ -1,0 +2,30 @@ +Sun Apr 16 10:44:45 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * None + +------------------------------------------------------------------- +Wed Apr 12 20:25:11 CEST 2017 - lbeltrame@kde.org + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * None + +------------------------------------------------------------------- +Sat Mar 25 23:10:06 CET 2017 - lbeltrame@kde.org + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Implement nested tags. FEATURE:334615 GUI: REVIEW:128665 + +------------------------------------------------------------------- Old: ---- baloo-widgets-16.12.3.tar.xz New: ---- baloo-widgets-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baloo5-widgets.spec ++++++ --- /var/tmp/diff_new_pack.4zUxPu/_old 2017-05-08 18:46:05.527590086 +0200 +++ /var/tmp/diff_new_pack.4zUxPu/_new 2017-05-08 18:46:05.531589520 +0200 @@ -16,11 +16,13 @@ # +%bcond_without lang + Name: baloo5-widgets -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Framework for searching and managing metadata License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0 @@ -43,6 +45,7 @@ Obsoletes: libKF5BalooWidgets5 Provides: libKF5BalooNaturalQueryParser1 = %{version} Obsoletes: libKF5BalooNaturalQueryParser1 < %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,6 +64,10 @@ %description devel Development package for baloo5-widgets +%if %{with lang} +%lang_package +%endif + %prep %setup -q -n baloo-widgets-%{version} @@ -70,6 +77,9 @@ %install %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -87,4 +97,9 @@ %{_kf5_libdir}/libKF5BalooWidgets.so %{_kf5_libdir}/cmake/KF5BalooWidgets/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ baloo-widgets-16.12.3.tar.xz -> baloo-widgets-17.04.0.tar.xz ++++++ ++++ 51485 lines of diff (skipped)