Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plasma6-nano"

Thu Jun 18 21:36:59 2026 rev:45 rq:1359182 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma6-nano/plasma6-nano.changes        
2026-05-13 17:22:45.327794539 +0200
+++ /work/SRC/openSUSE:Factory/.plasma6-nano.new.1981/plasma6-nano.changes      
2026-06-18 21:38:21.630435099 +0200
@@ -1,0 +2,29 @@
+Fri Jun 12 19:08:09 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:55 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:19:47 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
+  * CI: Require passing tests on all jobs
+  * Update version for new release 6.6.80
+
+-------------------------------------------------------------------

Old:
----
  plasma-nano-6.6.5.tar.xz
  plasma-nano-6.6.5.tar.xz.sig

New:
----
  plasma-nano-6.7.0.tar.xz
  plasma-nano-6.7.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma6-nano.spec ++++++
--- /var/tmp/diff_new_pack.5pMtdL/_old  2026-06-18 21:38:23.198500537 +0200
+++ /var/tmp/diff_new_pack.5pMtdL/_new  2026-06-18 21:38:23.214501205 +0200
@@ -18,14 +18,14 @@
 
 %global __requires_exclude 
qt6qmlimport\\(org\\.kde\\.plasma\\.private\\.nanoshell.*
 
-%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 rname plasma-nano
 
 %bcond_without released
 Name:           plasma6-nano
-Version:        6.6.5
+Version:        6.7.0
 Release:        0
 # Full Plasma 6 version (e.g. 5.9.3)
 %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}
@@ -34,9 +34,9 @@
 Summary:        Minimal Plasma shell for embedded devices
 License:        GPL-2.0-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:  kf6-extra-cmake-modules >= %{kf6_version}

++++++ plasma-nano-6.6.5.tar.xz -> plasma-nano-6.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nano-6.6.5/.kde-ci.yml 
new/plasma-nano-6.7.0/.kde-ci.yml
--- old/plasma-nano-6.6.5/.kde-ci.yml   2026-05-12 12:31:11.000000000 +0200
+++ new/plasma-nano-6.7.0/.kde-ci.yml   2026-06-11 11:36:28.000000000 +0200
@@ -15,5 +15,5 @@
     'plasma/kwayland': '@same'
     'plasma/libplasma': '@same'
 Options:
- require-passing-tests-on: ['Linux', 'FreeBSD']
+ require-passing-tests-on: ['@all']
  run-qmllint: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nano-6.6.5/CMakeLists.txt 
new/plasma-nano-6.7.0/CMakeLists.txt
--- old/plasma-nano-6.6.5/CMakeLists.txt        2026-05-12 12:31:11.000000000 
+0200
+++ new/plasma-nano-6.7.0/CMakeLists.txt        2026-06-11 11:36:28.000000000 
+0200
@@ -2,12 +2,12 @@
 
 project(plasma-nano)
 
-set(PROJECT_VERSION "6.6.5")
+set(PROJECT_VERSION "6.7.0")
 
 # minimal requirements
-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")
 
 set(CMAKE_CXX_STANDARD 20)
@@ -44,8 +44,8 @@
 include(CheckIncludeFiles)
 
 plasma_install_package(shell org.kde.plasma.nano shells)
-ecm_set_disabled_deprecation_versions(QT 6.8.1
-    KF 6.12.0
+ecm_set_disabled_deprecation_versions(QT 6.11.0
+    KF 6.23.0
 )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nano-6.6.5/po/ia/plasma_shell_org.kde.plasma.nano.po 
new/plasma-nano-6.7.0/po/ia/plasma_shell_org.kde.plasma.nano.po
--- old/plasma-nano-6.6.5/po/ia/plasma_shell_org.kde.plasma.nano.po     
2026-05-12 12:31:11.000000000 +0200
+++ new/plasma-nano-6.7.0/po/ia/plasma_shell_org.kde.plasma.nano.po     
2026-06-11 11:36:28.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-nano\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:54+0000\n"
-"PO-Revision-Date: 2026-02-05 16:47+0100\n"
+"PO-Revision-Date: 2026-01-30 11:22+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nano-6.6.5/po/nn/plasma_shell_org.kde.plasma.nano.po 
new/plasma-nano-6.7.0/po/nn/plasma_shell_org.kde.plasma.nano.po
--- old/plasma-nano-6.6.5/po/nn/plasma_shell_org.kde.plasma.nano.po     
2026-05-12 12:31:11.000000000 +0200
+++ new/plasma-nano-6.7.0/po/nn/plasma_shell_org.kde.plasma.nano.po     
2026-06-11 11:36:28.000000000 +0200
@@ -7,7 +7,7 @@
 "POT-Creation-Date: 2025-11-17 11:54+0000\n"
 "PO-Revision-Date: 2026-02-26 18:56+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

Reply via email to