Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2018-08-24 16:50:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Fri Aug 24 16:50:34 2018 rev:54 rq:630578 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2018-07-21 
10:10:00.151173649 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes       2018-08-24 
16:50:37.325115179 +0200
@@ -1,0 +2,17 @@
+Sun Aug 19 09:18:40 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * [tags_kio] Clean up parser debug and comments.
+  * [tags_kio] Fix multiple filename copies.
+  * Revert "[tags_kio] Use UDS_URL instead of UDS_TARGET_URL."
+  * [tags_kio] Use UDS_URL instead of UDS_TARGET_URL.
+  * [tags_kio] Query target filepaths instead of appending paths to the file 
UDS entry.
+  * Support special URLs for finding files of a certain type
+  * Avoid manipulation of lists with quadratic complexity
+  * Use non deprecated fastInsert in baloo
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.48.0.tar.xz

New:
----
  baloo-5.49.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.kAF9s0/_old  2018-08-24 16:50:37.745115674 +0200
+++ /var/tmp/diff_new_pack.kAF9s0/_new  2018-08-24 16:50:37.745115674 +0200
@@ -16,19 +16,19 @@
 #
 
 
-%bcond_without lang
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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
 Name:           baloo5
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/baloo-%{version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE fix-cmakelists-comments.diff -- Change cmake 3.0 block 
comments to work in cmake 2.x
@@ -53,8 +53,6 @@
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Baloo is a framework for searching and managing metada
@@ -83,9 +81,9 @@
 Summary:        Filesearch components for Baloo Framework
 Group:          System/GUI/KDE
 Requires:       libQt5Sql5-sqlite
+Recommends:     %{name}-file-lang
 Provides:       baloo-file = %{version}
 Obsoletes:      baloo-file < %{version}
-Recommends:     %{name}-file-lang
 
 %description file
 Baloo is a framework for searching and managing metadata. This
@@ -104,9 +102,9 @@
 %package tools
 Summary:        Aditional components for Baloo Framework
 Group:          System/GUI/KDE
+Recommends:     %{name}-tools-lang
 Provides:       baloo-tools = %{version}
 Obsoletes:      baloo-tools < %{version}
-Recommends:     %{name}-tools-lang
 
 %description tools
 Baloo is a framework for searching and managing metadata. This
@@ -154,7 +152,7 @@
 %install
   %kf5_makeinstall -C build
 %if %{with lang}
-  %kf5_find_lang
+  %{kf5_find_lang}
   # Split manually, kf5_find_lang doesn't support it...
   grep -E '^%%dir' %{name}.lang | tee %{name}-{file,tools,kioslaves}.lang 
>/dev/null
   grep -E '/balooengine5.mo$' %{name}.lang >> libKF5BalooEngine5.lang
@@ -167,29 +165,21 @@
 %endif
 
 %post -n libKF5Baloo5 -p /sbin/ldconfig
-
 %postun -n libKF5Baloo5 -p /sbin/ldconfig
-
 %post file -p /sbin/ldconfig
-
 %postun file -p /sbin/ldconfig
-
 %post -n libKF5BalooEngine5 -p /sbin/ldconfig
-
 %postun -n libKF5BalooEngine5 -p /sbin/ldconfig
 
 %files -n libKF5Baloo5
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_libdir}/libKF5Baloo.so.*
 
 %files -n libKF5BalooEngine5
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_libdir}/libKF5BalooEngine.so.*
 
 %files file
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_bindir}/baloo_file
 %{_kf5_bindir}/baloo_file_extractor
@@ -199,7 +189,6 @@
 %{_kf5_debugdir}/baloo.categories
 
 %files kioslaves
-%defattr(-,root,root)
 %license COPYING*
 %dir %{_kf5_plugindir}/kf5/kio
 %dir %{_kf5_plugindir}/kf5
@@ -213,18 +202,15 @@
 %{_kf5_servicesdir}/timeline.protocol
 
 %files tools
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_bindir}/baloosearch
 %{_kf5_bindir}/balooshow
 
 %files imports
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_qmldir}/
 
 %files devel
-%defattr(-,root,root)
 %license COPYING*
 %dir %{_kf5_includedir}
 %{_kf5_includedir}/

++++++ baloo-5.48.0.tar.xz -> baloo-5.49.0.tar.xz ++++++
++++ 3065 lines of diff (skipped)


Reply via email to