Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2023-12-17 21:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Sun Dec 17 21:29:11 2023 rev:121 rq:1133270 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2023-11-13 
22:16:55.670792126 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5.new.25432/baloo5.changes 2023-12-17 
21:29:24.195217984 +0100
@@ -1,0 +2,33 @@
+Tue Dec  5 11:17:13 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- Changes since 5.112.0:
+  * Remove two obsolete benchmark tests
+  * [ExtractorProcess] Handle signal mangling by DrKonqi
+  * [ExtractorProcess] Test the various processing states
+  * [ExtractorProcess] Make the extractor process path a constructor argument
+  * [BasicIndexingBenchmark] Allow to keep temporary DB
+  * [QueryTest] Add test case for terms folded to empty strings
+  * [DocumentUrlDb] Reduce allocations during path reconstruction
+  * Shortcut non-matching phrase queries
+  * [EngineQuery] Remove AND/OR operations
+  * [QueryTest] Move AND/OR queries to searchstring tests
+  * [QueryParser] Remove it, as it is no longer used
+  * [SearchStore] Always use TermGenerator instead of QueryParser
+  * [Extractor] Do not emit startedIndexingFile for skipped documents
+  * Remove dead registerBalooWatcher DBus method
+  * [FileWatchTest] Check attr changed signal when XAttr is not available
+  * [FileWatchTest] Clean up and enhance result checks
+  * [FileWatchTest] Replace common boilerplate with RAII
+  * [KInotify] Fix _k_addWatches helper when hitting descriptor limit
+  * [KInotify] Simplify dirIter logic, use unique_ptr
+  * [KInotify] Always add all watches in the event loop
+  * [KInotifyTest] Extend renaming tests
+  * [KInotifyTest] Move common boilerplate to init
+  * [KInotify] Silence EventMoveSelf warning when not relevant
+  * [KInotify] Removed unused and obsolete `available()` method
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.112.0.tar.xz
  baloo-5.112.0.tar.xz.sig

New:
----
  baloo-5.113.0.tar.xz
  baloo-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.aiuhSI/_old  2023-12-17 21:29:24.887243114 +0100
+++ /var/tmp/diff_new_pack.aiuhSI/_new  2023-12-17 21:29:24.887243114 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.103
 # 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}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:           baloo5
-Version:        5.112.0
+Version:        5.113.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
@@ -33,27 +33,26 @@
 Source1:        baloo-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
-BuildRequires:  kf5-filesystem
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  libattr-devel
 BuildRequires:  lmdb-devel
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5FileMetaData) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5IdleTime) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Solid) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.15.0
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5DBus) >= 5.15.0
-BuildRequires:  cmake(Qt5Qml) >= 5.15.0
-BuildRequires:  cmake(Qt5Quick) >= 5.15.0
-BuildRequires:  cmake(Qt5Test) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5FileMetaData) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(KF5IdleTime) >= %{_kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Solid) >= %{_kf5_version}
+BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Qml) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
 
 %description
 Baloo is a framework for searching and managing metadata.
@@ -122,9 +121,9 @@
 Requires:       libKF5Baloo5 = %{version}
 Requires:       libKF5BalooEngine5 = %{version}
 Requires:       lmdb-devel
-Requires:       cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-Requires:       cmake(KF5FileMetaData) >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Core) >= 5.15.0
+Requires:       cmake(KF5CoreAddons) >= %{_kf5_version}
+Requires:       cmake(KF5FileMetaData) >= %{_kf5_version}
+Requires:       cmake(Qt5Core) >= %{qt5_version}
 # DBus interface file
 Conflicts:      baloo-devel
 

++++++ baloo-5.112.0.tar.xz -> baloo-5.113.0.tar.xz ++++++
++++ 25182 lines of diff (skipped)

Reply via email to