Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kcompletion for openSUSE:Factory
checked in at 2025-02-16 22:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcompletion (Old)
and /work/SRC/openSUSE:Factory/.kf6-kcompletion.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kcompletion"
Sun Feb 16 22:37:59 2025 rev:12 rq:1245929 version:6.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcompletion/kf6-kcompletion.changes
2025-01-12 11:14:40.055696056 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-kcompletion.new.8181/kf6-kcompletion.changes
2025-02-16 22:42:46.413642194 +0100
@@ -1,0 +2,15 @@
+Sat Feb 8 12:16:43 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 6.11.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.11.0
+- Changes since 6.10.0:
+ * Update dependency version to 6.11.0
+ * Add xml/yaml linting
+ * Deprecate (set)soundsEnabled
+ * CI: Add linux-qt6-next build
+ * Update version to 6.11.0
+ * Don't use KCOMPLETION_ENABLE_DEPRECATED_SINCE for virtual function
+
+-------------------------------------------------------------------
Old:
----
kcompletion-6.10.0.tar.xz
kcompletion-6.10.0.tar.xz.sig
New:
----
kcompletion-6.11.0.tar.xz
kcompletion-6.11.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kcompletion.spec ++++++
--- /var/tmp/diff_new_pack.TVJf6c/_old 2025-02-16 22:42:47.025667651 +0100
+++ /var/tmp/diff_new_pack.TVJf6c/_new 2025-02-16 22:42:47.025667651 +0100
@@ -19,13 +19,13 @@
%define qt6_version 6.7.0
%define rname kcompletion
-# Full KF6 version (e.g. 6.10.0)
+# Full KF6 version (e.g. 6.11.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} |
awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kcompletion
-Version: 6.10.0
+Version: 6.11.0
Release: 0
Summary: Widgets with advanced completion support
License: LGPL-2.1-or-later
++++++ kcompletion-6.10.0.tar.xz -> kcompletion-6.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/.gitlab-ci.yml
new/kcompletion-6.11.0/.gitlab-ci.yml
--- old/kcompletion-6.10.0/.gitlab-ci.yml 2025-01-03 16:25:20.000000000
+0100
+++ new/kcompletion-6.11.0/.gitlab-ci.yml 2025-02-10 20:43:02.000000000
+0100
@@ -5,8 +5,11 @@
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
+ - /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/linux-qt6-static.yml
- /gitlab-templates/alpine-qt6.yml
- /gitlab-templates/android-qt6.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
+ - /gitlab-templates/xml-lint.yml
+ - /gitlab-templates/yaml-lint.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/.kde-ci.yml
new/kcompletion-6.11.0/.kde-ci.yml
--- old/kcompletion-6.10.0/.kde-ci.yml 2025-01-03 16:25:20.000000000 +0100
+++ new/kcompletion-6.11.0/.kde-ci.yml 2025-02-10 20:43:02.000000000 +0100
@@ -1,11 +1,11 @@
Dependencies:
-- 'on': ['@all']
- 'require':
+ - 'on': ['@all']
+ 'require':
'frameworks/extra-cmake-modules': '@same'
- 'frameworks/kcodecs' : '@same'
- 'frameworks/kconfig' : '@same'
- 'frameworks/kwidgetsaddons' : '@same'
+ 'frameworks/kcodecs': '@same'
+ 'frameworks/kconfig': '@same'
+ 'frameworks/kwidgetsaddons': '@same'
Options:
- test-before-installing: True
- require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
+ test-before-installing: True
+ require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/CMakeLists.txt
new/kcompletion-6.11.0/CMakeLists.txt
--- old/kcompletion-6.10.0/CMakeLists.txt 2025-01-03 16:25:20.000000000
+0100
+++ new/kcompletion-6.11.0/CMakeLists.txt 2025-02-10 20:43:02.000000000
+0100
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.10.0") # handled by release scripts
-set(KF_DEP_VERSION "6.10.0") # handled by release scripts
+set(KF_VERSION "6.11.0") # handled by release scripts
+set(KF_DEP_VERSION "6.11.0") # handled by release scripts
project(KCompletion VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.10.0 NO_MODULE)
+find_package(ECM 6.11.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -53,7 +53,7 @@
ecm_set_disabled_deprecation_versions(
QT 6.8
- KF 6.8
+ KF 6.10
)
ecm_install_po_files_as_qm(poqm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/autotests/kcompletioncoretest.cpp
new/kcompletion-6.11.0/autotests/kcompletioncoretest.cpp
--- old/kcompletion-6.10.0/autotests/kcompletioncoretest.cpp 2025-01-03
16:25:20.000000000 +0100
+++ new/kcompletion-6.11.0/autotests/kcompletioncoretest.cpp 2025-02-10
20:43:02.000000000 +0100
@@ -40,7 +40,6 @@
void Test_KCompletion::insertionOrder()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
QSignalSpy spy1(&completion, &KCompletion::match);
QSignalSpy spy3(&completion, &KCompletion::multipleMatches);
@@ -75,7 +74,6 @@
void Test_KCompletion::sortedOrder()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
QSignalSpy spy1(&completion, &KCompletion::match);
QSignalSpy spy3(&completion, &KCompletion::multipleMatches);
@@ -111,7 +109,6 @@
void Test_KCompletion::weightedOrder()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
QSignalSpy spy1(&completion, &KCompletion::match);
QSignalSpy spy3(&completion, &KCompletion::multipleMatches);
@@ -150,7 +147,6 @@
void Test_KCompletion::substringCompletion_Insertion()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Insertion);
@@ -184,7 +180,6 @@
void Test_KCompletion::substringCompletion_Sorted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Sorted);
@@ -218,7 +213,6 @@
void Test_KCompletion::substringCompletion_Weighted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Weighted);
@@ -252,7 +246,6 @@
void Test_KCompletion::allMatches_Insertion()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Insertion);
@@ -278,7 +271,6 @@
void Test_KCompletion::allMatches_Sorted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Sorted);
@@ -304,7 +296,6 @@
void Test_KCompletion::allMatches_Weighted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setCompletionMode(KCompletion::CompletionAuto);
completion.setOrder(KCompletion::Weighted);
@@ -330,7 +321,6 @@
void Test_KCompletion::cycleMatches_Insertion()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setOrder(KCompletion::Insertion);
completion.setItems(strings);
completion.setCompletionMode(KCompletion::CompletionAuto);
@@ -345,7 +335,6 @@
void Test_KCompletion::cycleMatches_Sorted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setOrder(KCompletion::Sorted);
completion.setItems(strings);
completion.setCompletionMode(KCompletion::CompletionAuto);
@@ -360,7 +349,6 @@
void Test_KCompletion::cycleMatches_Weighted()
{
KCompletion completion;
- completion.setSoundsEnabled(false);
completion.setOrder(KCompletion::Weighted);
completion.setItems(wstrings);
completion.setCompletionMode(KCompletion::CompletionAuto);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/metainfo.yaml
new/kcompletion-6.11.0/metainfo.yaml
--- old/kcompletion-6.10.0/metainfo.yaml 2025-01-03 16:25:20.000000000
+0100
+++ new/kcompletion-6.11.0/metainfo.yaml 2025-02-10 20:43:03.000000000
+0100
@@ -11,7 +11,7 @@
deprecated: false
release: true
libraries:
- - cmake: "KF6::Completion"
+ - cmake: "KF6::Completion"
cmakename: KF6Completion
public_lib: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/src/CMakeLists.txt
new/kcompletion-6.11.0/src/CMakeLists.txt
--- old/kcompletion-6.10.0/src/CMakeLists.txt 2025-01-03 16:25:20.000000000
+0100
+++ new/kcompletion-6.11.0/src/CMakeLists.txt 2025-02-10 20:43:03.000000000
+0100
@@ -48,7 +48,7 @@
VERSION ${KF_VERSION}
USE_VERSION_HEADER
DEPRECATED_BASE_VERSION 0
- DEPRECATION_VERSIONS
+ DEPRECATION_VERSIONS 6.11
EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/src/kcompletion.cpp
new/kcompletion-6.11.0/src/kcompletion.cpp
--- old/kcompletion-6.10.0/src/kcompletion.cpp 2025-01-03 16:25:21.000000000
+0100
+++ new/kcompletion-6.11.0/src/kcompletion.cpp 2025-02-10 20:43:03.000000000
+0100
@@ -421,17 +421,21 @@
return ret;
}
+#if KCOMPLETION_BUILD_DEPRECATED_SINCE(6, 11)
void KCompletion::setSoundsEnabled(bool enable)
{
Q_D(KCompletion);
d->beep = enable;
}
+#endif
+#if KCOMPLETION_BUILD_DEPRECATED_SINCE(6, 11)
bool KCompletion::soundsEnabled() const
{
Q_D(const KCompletion);
return d->beep;
}
+#endif
bool KCompletion::hasMultipleMatches() const
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kcompletion-6.10.0/src/kcompletion.h
new/kcompletion-6.11.0/src/kcompletion.h
--- old/kcompletion-6.10.0/src/kcompletion.h 2025-01-03 16:25:21.000000000
+0100
+++ new/kcompletion-6.11.0/src/kcompletion.h 2025-02-10 20:43:03.000000000
+0100
@@ -333,6 +333,7 @@
*/
KCompletionMatches allWeightedMatches(const QString &string);
+#if KCOMPLETION_BUILD_DEPRECATED_SINCE(6, 11) // not
KCOMPLETION_ENABLE_DEPRECATED_SINCE because this is a virtual function
/**
* Enables/disables emitting a sound when
* @li makeCompletion() can't find a match
@@ -345,16 +346,25 @@
*
* @param enable true to enable sounds
* @see soundsEnabled
+ *
+ * @deprecated since 6.11, not implemented
*/
+ KCOMPLETION_DEPRECATED_VERSION(6, 11, "Not implemented")
virtual void setSoundsEnabled(bool enable);
+#endif
+#if KCOMPLETION_ENABLE_DEPRECATED_SINCE(6, 11)
/**
* Tells you whether KCompletion will emit sounds on certain occasions.
* Default is enabled.
* @return true if sounds are enabled
* @see setSoundsEnabled
+ *
+ * @deprecated since 6.11, not implemented
*/
+ KCOMPLETION_DEPRECATED_VERSION(6, 11, "Not implemented")
bool soundsEnabled() const;
+#endif
/**
* Returns true when more than one match is found.