Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knighttime6 for openSUSE:Factory 
checked in at 2026-06-18 21:35:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knighttime6 (Old)
 and      /work/SRC/openSUSE:Factory/.knighttime6.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knighttime6"

Thu Jun 18 21:35:19 2026 rev:13 rq:1359153 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knighttime6/knighttime6.changes  2026-05-13 
21:38:04.416580881 +0200
+++ /work/SRC/openSUSE:Factory/.knighttime6.new.1981/knighttime6.changes        
2026-06-18 21:35:41.015736022 +0200
@@ -1,0 +2,32 @@
+Fri Jun 12 19:07:26 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.0
+- Changes since 6.6.91:
+  * Update version for new release 6.7.0
+
+-------------------------------------------------------------------
+Thu May 28 18:44:21 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.91
+- Changes since 6.6.90:
+  * Update version for new release 6.6.91
+
+-------------------------------------------------------------------
+Sun May 24 11:17:14 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.90
+- Changes since 6.6.5:
+  * Update version for new release 6.6.90
+  * Use default DEFAULT_SEVERITY for logging
+  * Resubscribe to the daemon if it is restarted
+  * Don't include quiet packages in feature_summary
+  * Enable LSAN in CI
+  * Update version for new release 6.6.80
+
+-------------------------------------------------------------------

Old:
----
  knighttime-6.6.5.tar.xz
  knighttime-6.6.5.tar.xz.sig

New:
----
  knighttime-6.7.0.tar.xz
  knighttime-6.7.0.tar.xz.sig

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

Other differences:
------------------
++++++ knighttime6.spec ++++++
--- /var/tmp/diff_new_pack.N4j260/_old  2026-06-18 21:35:41.691764269 +0200
+++ /var/tmp/diff_new_pack.N4j260/_new  2026-06-18 21:35:41.695764436 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define kf6_version 6.18.0
-%define qt6_version 6.9.0
+%define kf6_version 6.26.0
+%define qt6_version 6.10.0
 %define soversion 0
 %define rname knighttime
 # Full Plasma 6 version (e.g. 6.0.0)
@@ -26,14 +26,14 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           knighttime6
-Version:        6.6.5
+Version:        6.7.0
 Release:        0
 Summary:        Day-night cycle helper library
 License:        LGPL-2.1-or-later
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  fdupes

++++++ knighttime-6.6.5.tar.xz -> knighttime-6.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knighttime-6.6.5/.kde-ci.yml 
new/knighttime-6.7.0/.kde-ci.yml
--- old/knighttime-6.6.5/.kde-ci.yml    2026-05-12 12:25:05.000000000 +0200
+++ new/knighttime-6.7.0/.kde-ci.yml    2026-06-11 11:32:23.000000000 +0200
@@ -13,3 +13,4 @@
 
 Options:
  require-passing-tests-on: ['Linux', 'FreeBSD']
+ enable-lsan: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knighttime-6.6.5/CMakeLists.txt 
new/knighttime-6.7.0/CMakeLists.txt
--- old/knighttime-6.6.5/CMakeLists.txt 2026-05-12 12:25:05.000000000 +0200
+++ new/knighttime-6.7.0/CMakeLists.txt 2026-06-11 11:32:23.000000000 +0200
@@ -4,15 +4,15 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(PROJECT_VERSION "6.6.5")
+set(PROJECT_VERSION "6.7.0")
 project(KNightTime VERSION ${PROJECT_VERSION})
 
 set(CMAKE_CXX_STANDARD 23)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
-set(PROJECT_DEP_VERSION "6.6.5")
+set(PROJECT_DEP_VERSION "6.7.0")
 set(QT_MIN_VERSION "6.10.0")
-set(KF6_MIN_VERSION "6.22.0")
+set(KF6_MIN_VERSION "6.26.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)
@@ -51,8 +51,8 @@
     I18n
 )
 
-ecm_set_disabled_deprecation_versions(QT 6.9.0
-    KF 6.16.0
+ecm_set_disabled_deprecation_versions(QT 6.11.0
+    KF 6.26.0
 )
 
 check_cxx_compiler_flag(-Wno-unused-parameter 
COMPILER_UNUSED_PARAMETER_SUPPORTED)
@@ -96,4 +96,4 @@
 kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
 
-feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knighttime-6.6.5/src/CMakeLists.txt 
new/knighttime-6.7.0/src/CMakeLists.txt
--- old/knighttime-6.6.5/src/CMakeLists.txt     2026-05-12 12:25:05.000000000 
+0200
+++ new/knighttime-6.7.0/src/CMakeLists.txt     2026-06-11 11:32:23.000000000 
+0200
@@ -42,7 +42,6 @@
     HEADER knighttimelogging.h
     IDENTIFIER KNIGHTTIME
     CATEGORY_NAME knighttime
-    DEFAULT_SEVERITY Warning
     DESCRIPTION "Helpers for scheduling the dark-light cycle"
     EXPORT KNightTime
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knighttime-6.6.5/src/daemon/org.kde.knighttimed.desktop.in 
new/knighttime-6.7.0/src/daemon/org.kde.knighttimed.desktop.in
--- old/knighttime-6.6.5/src/daemon/org.kde.knighttimed.desktop.in      
2026-05-12 12:25:05.000000000 +0200
+++ new/knighttime-6.7.0/src/daemon/org.kde.knighttimed.desktop.in      
2026-06-11 11:32:23.000000000 +0200
@@ -17,6 +17,7 @@
 Name[gl]=Servizo nocturno
 Name[he]=שירות לילי
 Name[hu]=Éjszakai szolgáltatás
+Name[ia]=Servicio de Tempore Nocturne
 Name[is]=Næturþjónusta
 Name[it]=Servizio notturno
 Name[ka]=ღამის სერვისი

Reply via email to