Received: by mail.netbsd.org (Postfix, from userid 605) id C037A84D6A; Sun, 7 Jun 2020 11:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47E3A84D5E for ; Sun, 7 Jun 2020 11:49:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LtzMlksuKa3D for ; Sun, 7 Jun 2020 11:49:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8198284D36 for ; Sun, 7 Jun 2020 11:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BCFBFB27; Sun, 7 Jun 2020 11:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591530546197860" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 11:49:06 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/sysutils/baloo5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200607114906.7BCFBFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591530546197860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 7 11:49:06 UTC 2020 Modified Files: pkgsrc/sysutils/baloo5: Makefile PLIST distinfo Log Message: baloo5: update to 5.70.0 5.67 Migrate config from KConfig to KConfigXt in order to allow KCM to use it 5.68 [ModifiedFileIndexer] Correct time checks for new files [ModifiedFileIndexer] Omit BasicIndexingJob run when not required Sync IndexerConfig on exit [FileIndexScheduler] Force evaluation of indexerState after suspend/resume 5.69 [SearchStore] Use categorized logging [QueryParser] Fix broken detection of end quote [EngineQuery] Provide toString(Term) overload for QTest [EngineQuery] Remove unused position member, extend tests [SearchStore] Avoid long lines and function nesting [baloosearch] Bail out early if specified folder is not valid [MTimeDB] Consolidate time interval handling code [AdvancedQueryParser] Test if quoted phrases are passed correctly [Term] Provide toString(Term) overload for QTest [ResultIterator] Remove unneeded SearchStore forward declaration [QueryTest] Make phrase test case data driven and extend [Inotify] Start the MoveFrom expire timer at most once per inotify batch [UnindexedFileIndexer] Only mark file for content indexing when needed [Inotify] Call QFile::decode only in a single place [QML] Correctly watch for unregistration [FileIndexScheduler] Update the content index progress more often [FileIndexerConfig] Replace config QString,bool pair with dedicated class [QML] Set the remaining time in the monitor more reliably [TimeEstimator] Correct batch size, remove config reference [FileIndexScheduler] Emit change to LowPowerIdle state [Debug] Improve readability of positioninfo debug format [Debug] Correct output of *::toTestMap(), silence non-error [WriteTransactionTest] Test removal of positions only [WriteTransaction] Extend position test case [WriteTransaction] Avoid growing m_pendingOperations twice on replace [FileIndexScheduler] Cleanup firstRun handling [StorageDevices] Fix order of notification connect and initialization [Config] Remove/deprecate disableInitialUpdate 5.70 [FileWatch] Remove redundant watchIndexedFolders() slot [ModifiedFileIndexer] Clarify a comment [FileWatch] Fix watch updates on config changes [KInotify] Fix path matching when removing watches [Extractor] Use categorized logging Use KFileMetaData for XAttr support instead of private reimplementation Revert "add Baloo DBus signals for moved or removed files" [QML Monitor] Show remaining time as soon as possible [FileContentIndexer] Fix state update and signal order [Monitor] Fix monitor state and signal ordering [Extractor] Fix progress reporting [Coding] Avoid recurrent detach and size checks [baloo_file] Remove KAboutData from baloo_file [Searchstore] Reserve space for phrase query terms [SearchStore] Allow querying exact matches for non-properties [PhraseAndIterator] Remove temporary arrays when checking matches [Extractor] Better balance idle and busy mode [Extractor] Fix idle monitoring [Extractor] Remove IdleStateMonitor wrapper class [OrpostingIterator] Allow skipping elements, implement skipTo [PhraseAndIterator] Replace recursive next() implementation [AndPostingIterator] Replace recursive next() implementation [PostingIterator] Make sure skipTo also works for first element rename and export newBatchTime signal in filecontentindexer [SearchStore] Handle double values in property queries [AdvancedQueryParser] Move semantic handling of tokens to SearchStore [Inotify] Remove not-so-OptimizedByteArray [Inotify] Remove dead/duplicate code [QueryParser] Replace single-use helper with std::none_of To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/baloo5/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/baloo5/PLIST \ pkgsrc/sysutils/baloo5/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591530546197860 Content-Disposition: inline Content-Length: 2791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/baloo5/Makefile diff -u pkgsrc/sysutils/baloo5/Makefile:1.39 pkgsrc/sysutils/baloo5/Makefile:1.40 --- pkgsrc/sysutils/baloo5/Makefile:1.39 Tue Jun 2 08:22:56 2020 +++ pkgsrc/sysutils/baloo5/Makefile Sun Jun 7 11:49:06 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2020/06/02 08:22:56 adam Exp $ +# $NetBSD: Makefile,v 1.40 2020/06/07 11:49:06 markd Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} -PKGREVISION= 4 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/sysutils/baloo5/PLIST diff -u pkgsrc/sysutils/baloo5/PLIST:1.9 pkgsrc/sysutils/baloo5/PLIST:1.10 --- pkgsrc/sysutils/baloo5/PLIST:1.9 Wed Jan 29 11:49:27 2020 +++ pkgsrc/sysutils/baloo5/PLIST Sun Jun 7 11:49:06 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:27 markd Exp $ +@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:49:06 markd Exp $ bin/baloo_file bin/baloo_file_extractor bin/balooctl @@ -11,6 +11,7 @@ include/KF5/Baloo/Baloo/Query include/KF5/Baloo/Baloo/QueryRunnable include/KF5/Baloo/Baloo/ResultIterator include/KF5/Baloo/Baloo/TagListJob +include/KF5/Baloo/baloo/baloosettings.h include/KF5/Baloo/baloo/core_export.h include/KF5/Baloo/baloo/file.h include/KF5/Baloo/baloo/filemonitor.h @@ -422,6 +423,8 @@ share/locale/sk/LC_MESSAGES/kio5_timelin share/locale/sl/LC_MESSAGES/baloo_file5.mo share/locale/sl/LC_MESSAGES/baloo_file_extractor5.mo share/locale/sl/LC_MESSAGES/balooctl5.mo +share/locale/sl/LC_MESSAGES/baloodb5.mo +share/locale/sl/LC_MESSAGES/balooengine5.mo share/locale/sl/LC_MESSAGES/baloomonitorplugin.mo share/locale/sl/LC_MESSAGES/baloosearch5.mo share/locale/sl/LC_MESSAGES/balooshow5.mo Index: pkgsrc/sysutils/baloo5/distinfo diff -u pkgsrc/sysutils/baloo5/distinfo:1.9 pkgsrc/sysutils/baloo5/distinfo:1.10 --- pkgsrc/sysutils/baloo5/distinfo:1.9 Wed Jan 29 11:49:27 2020 +++ pkgsrc/sysutils/baloo5/distinfo Sun Jun 7 11:49:06 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/01/29 11:49:27 markd Exp $ +$NetBSD: distinfo,v 1.10 2020/06/07 11:49:06 markd Exp $ -SHA1 (baloo-5.66.0.tar.xz) = f48f5dcc6a15d55b06392c7d3cb12e9f8624d21c -RMD160 (baloo-5.66.0.tar.xz) = 24d2b4c35d7a60306f5a0e2c8bfd35f5c53be135 -SHA512 (baloo-5.66.0.tar.xz) = b402dda13e7b1972e32d673e837280745a57b39cd0bd54efff9ef20252f0114dae86816f7cb81c1e62bd5b324c9b539543e235cc8ef59080fd67d79cd024981a -Size (baloo-5.66.0.tar.xz) = 271812 bytes +SHA1 (baloo-5.70.0.tar.xz) = e7d5de83b2c3fdb2b20a865d588098419e22f80d +RMD160 (baloo-5.70.0.tar.xz) = d372f77be089c22742f003ca8ae092d99d3ddfe1 +SHA512 (baloo-5.70.0.tar.xz) = 9d2455c29f7f5609897d06271a62c285e03370fdb8d842be252953f8b1644351b6bf8f5dc2f685bfa1cab9ed494747b59eccfd4f0f616625822c72e97692a390 +Size (baloo-5.70.0.tar.xz) = 273108 bytes --_----------=_1591530546197860--