Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2025-08-16 20:36:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Sat Aug 16 20:36:23 2025 rev:195 rq:1299665 version:25.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2025-07-06 
17:03:27.543894981 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new.1085/konsole.changes        
2025-08-16 20:37:21.239173427 +0200
@@ -1,0 +2,47 @@
+Fri Aug  8 07:47:47 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.0/
+- Changes since 25.07.80:
+  * Fix regression: Unix locale encoding is UTF-8
+  * ensure symlinked shells don't break the tests
+- Merge the zsh completion files into the main package
+
+-------------------------------------------------------------------
+Mon Jul 14 14:25:33 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.07.80
+  * New feature release
+- Changes since 25.04.3:
+  * fix OpenBSD compile
+  * don't try to add nullptr to layout
+  * typo TopBotton to TopBottom in split view signals
+  * allow all hostnames and more ports (kde#469474)
+  * Clear the arguments if the command is not found
+  * Removed alias.
+  * Fixes related to cursor artifacts (kde#483197)
+  * Fix for glitches in highgpi displays (kde#488505)
+  * optimize line match finding
+  * Hoist line position buffer calculation outside loop
+  * Move variable inwards and closer to initialization
+  * fix: set error status flag based on exit code
+  * Avoid detaching Qt containers in range-based for loops
+  * Avoid copying the object when not needed.
+  * Removed unused variables
+  * Fix build on Haiku for undefined reference to inet_aton
+  * ViewManager: Save columns, lines and working directory to tabLayout
+  * Do not return a reference to temporary
+  * Ensure hamburger menu is in the popup menu when instance is re-created 
(kde#476557)
+  * add comments for line drawing characters
+  * remove no longer used config update tools
+  * Delete old KF5-based kconf update script
+  * wrap output it html document & body (kde#500515)
+  * allow /path/to/file.cpp:123:123 paths (kde#501004)
+  * Fix search wrapping behavior at boundaries (kde#396510)
+  * fix: disable copy action even when semantic integration is detected
+  * feat(TerminalDisplay): Copy to X11 selection immediately on mouse release
+  * Vt102: don't interpret private mode CSI < as ECMA-48 command
+
+-------------------------------------------------------------------

Old:
----
  konsole-25.04.3.tar.xz
  konsole-25.04.3.tar.xz.sig

New:
----
  konsole-25.08.0.tar.xz
  konsole-25.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.aasRmN/_old  2025-08-16 20:37:23.307259873 +0200
+++ /var/tmp/diff_new_pack.aasRmN/_new  2025-08-16 20:37:23.315260207 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package konsole
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-%define kf6_version 6.6.0
-%define qt6_version 6.6.0
+%define kf6_version 6.14.0
+%define qt6_version 6.8.0
 
 %bcond_without released
 Name:           konsole
-Version:        25.04.3
+Version:        25.08.0
 Release:        0
 Summary:        KDE Terminal
 License:        GPL-2.0-or-later
@@ -65,7 +65,6 @@
 BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
 BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
-BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Multimedia) >= %{qt6_version}
 BuildRequires:  cmake(Qt6PrintSupport) >= %{qt6_version}
@@ -77,6 +76,8 @@
 Requires:       konsole-part = %{version}
 Obsoletes:      konsole5 < %{version}
 Provides:       konsole5 = %{version}
+Provides:       konsole-zsh-completion = %{version}
+Obsoletes:      konsole-zsh-completion < %{version}
 
 %description
 Konsole is a terminal emulator for the K Desktop Environment.
@@ -101,15 +102,6 @@
 %description -n konsole-part-lang
 Provides translations for the "konsole-part" package.
 
-%package zsh-completion
-Summary:        ZSH completion for konsole
-Requires:       konsole = %{version}
-Supplements:    (konsole and zsh)
-BuildArch:      noarch
-
-%description zsh-completion
-ZSH command line completion support for konsole.
-
 %prep
 %autosetup -p1
 
@@ -141,6 +133,9 @@
 %license LICENSES/*
 %doc README.md
 %doc %lang(en) %{_kf6_htmldir}/en/konsole/
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_konsole
 %{_kf6_applicationsdir}/konsolesu.desktop
 %{_kf6_applicationsdir}/org.kde.konsole.desktop
 %{_kf6_appstreamdir}/org.kde.konsole.appdata.xml
@@ -155,10 +150,6 @@
 %dir %{_kf6_sharedir}/kio/servicemenus
 %{_kf6_sharedir}/kio/servicemenus/konsolerun.desktop
 %{_kf6_sharedir}/kglobalaccel/org.kde.konsole.desktop
-%{_kf6_libdir}/kconf_update_bin/konsole_globalaccel
-%{_kf6_libdir}/kconf_update_bin/konsole_show_menubar
-%{_kf6_sharedir}/kconf_update/konsole.upd
-%{_kf6_sharedir}/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh
 
 %files part
 %{_kf6_debugdir}/konsole.categories
@@ -168,11 +159,6 @@
 %{_kf6_plugindir}/kf6/parts/konsolepart.so
 %{_kf6_sharedir}/konsole/
 
-%files zsh-completion
-%dir %{_datadir}/zsh
-%dir %{_datadir}/zsh/site-functions
-%{_datadir}/zsh/site-functions/_konsole
-
 %files part-lang -f %{name}.lang
 %exclude %{_kf6_htmldir}/en/konsole/
 


++++++ konsole-25.04.3.tar.xz -> konsole-25.08.0.tar.xz ++++++
++++ 84265 lines of diff (skipped)

Reply via email to