Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kshutdown for openSUSE:Leap:16.0 
checked in at 2025-08-01 08:31:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/kshutdown (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.kshutdown.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kshutdown"

Fri Aug  1 08:31:28 2025 rev:2 rq:1292908 version:6.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kshutdown/kshutdown.changes    2025-03-19 
11:48:42.546736974 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.kshutdown.new.1944/kshutdown.changes  
2025-08-01 08:31:54.835411822 +0200
@@ -1,0 +2,28 @@
+Sun Apr 20 09:57:05 UTC 2025 - [email protected]
+
+- Update to version 6.0
+  * Version 6.0 works with both Qt 5 (requires 5.15.x) and Qt 6
+  * Version 6.0 works with both KDE Plasma 5 and Plasma 6
+  * NEW: Linux: Added "Unlock Screen" action
+  * NEW: Added the Ukrainian translation
+  * NEW: Show Progress Bar settings menu also in the Preferences window
+  * Updated the Polish translation
+  * Fixed missing Lithuanian translation in Qt/win32 Build
+  * Auto complete xscreensaver command and File Monitor path
+  * Hide "Check for Updates" menu item if not needed
+  * Improve confirmation messages
+  * Remove underline from links
+  * Minor UI tweaks
+  * FIXED: Wait for "grub-reboot" process start
+  * NEW: Boot entry name starting with "KS:-" is dispayed as a menu/list 
separator
+  * Added grub-reboot auto complete
+  * Quote grub-reboot "%entry" parameter
+  * Fixed XDG Autostart directory detection
+  * Tools → Run: Added "systemd-analyze time" command
+  * System Information: Clickable Config/Data directory links
+  * Extras: Cleanup help menu items
+  * Bookmarks: Confirm item remove
+  * Support alias names (e.g. both "sleep" and "suspend")
+  * Improved error messages
+
+-------------------------------------------------------------------

Old:
----
  kshutdown-source-5.2.zip

New:
----
  kshutdown-source-6.0.zip

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

Other differences:
------------------
++++++ kshutdown.spec ++++++
--- /var/tmp/diff_new_pack.NsINPS/_old  2025-08-01 08:31:55.075421828 +0200
+++ /var/tmp/diff_new_pack.NsINPS/_new  2025-08-01 08:31:55.075421828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kshutdown
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright © 2010 Lubos Lunak <[email protected]>
 # Copyright © 2011 Buschmann <[email protected]>
 # Copyright © 2014–2019 Markus S <[email protected]>
@@ -20,34 +20,28 @@
 
 
 Name:           kshutdown
-Version:        5.2
+Version:        6.0
 Release:        0
 Summary:        Graphical shutdown utility
 License:        GPL-2.0-or-later
-Group:          System/GUI/KDE
 URL:            https://kshutdown.sourceforge.io/
-Source0:        %{name}-source-%{version}.zip
-BuildRequires:  extra-cmake-modules
-Requires(post):   hicolor-icon-theme
-Requires(post):   update-desktop-files
-Requires(postun): hicolor-icon-theme
-Requires(postun): update-desktop-files
+Source0:        
https://downloads.sourceforge.net/project/kshutdown/KShutdown/%{version}/%{name}-source-%{version}.zip
+BuildRequires:  cmake
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext-tools
 BuildRequires:  unzip
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5GlobalAccel)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IdleTime)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KF5NotifyConfig)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake(KF6Config)
+BuildRequires:  cmake(KF6ConfigWidgets)
+BuildRequires:  cmake(KF6CoreAddons)
+BuildRequires:  cmake(KF6Crash)
+BuildRequires:  cmake(KF6DBusAddons)
+BuildRequires:  cmake(KF6GlobalAccel)
+BuildRequires:  cmake(KF6I18n)
+BuildRequires:  cmake(KF6IdleTime)
+BuildRequires:  cmake(KF6Notifications)
+BuildRequires:  cmake(KF6NotifyConfig)
+BuildRequires:  cmake(KF6StatusNotifierItem)
+BuildRequires:  cmake(KF6XmlGui)
 
 %description
 KShutdown is a graphical shutdown utility that works
@@ -57,32 +51,24 @@
 and notifications.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -p1
 
 %build
-%cmake_kf5 -d build -- -DKS_KF5=ON -DCMAKE_CXX_STANDARD=14
-%make_jobs
+%cmake_kf6
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
-
-%suse_update_desktop_file %{name}
+%kf6_install
 
 %find_lang %{name}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
+%check
+desktop-file-validate %{buildroot}%{_kf6_applicationsdir}/%{name}.desktop
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc ChangeLog LICENSE TODO
-%{_kf5_bindir}/%{name}
-%{_kf5_applicationsdir}/%{name}.desktop
-%{_kf5_notifydir}/%{name}.notifyrc
-%{_kf5_iconsdir}/hicolor/*/apps/%{name}.png
+%license LICENSE
+%doc ChangeLog README.html TODO
+%{_kf6_bindir}/%{name}
+%{_kf6_applicationsdir}/%{name}.desktop
+%{_kf6_iconsdir}/hicolor/*/apps/%{name}.png
 

++++++ kshutdown-source-5.2.zip -> kshutdown-source-6.0.zip ++++++
++++ 46180 lines of diff (skipped)

Reply via email to