Hello community, here is the log from the commit of package kshutdown for openSUSE:Factory checked in at 2019-06-12 13:11:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kshutdown (Old) and /work/SRC/openSUSE:Factory/.kshutdown.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kshutdown" Wed Jun 12 13:11:37 2019 rev:4 rq:705498 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kshutdown/kshutdown.changes 2018-01-03 13:40:07.155649127 +0100 +++ /work/SRC/openSUSE:Factory/.kshutdown.new.4811/kshutdown.changes 2019-06-12 13:11:39.724982595 +0200 @@ -2 +2,13 @@ -Tue Dec 26 01:40:14 UTC 2017 - [email protected] +Sun May 26 08:31:59 UTC 2019 - Markus S <[email protected]> + +- Update to version 5.0 + * NEW: Added option to focus/select "Cancel" button by default in confirmation message + * NEW: Added Tools -> Run menu with various related Linux commands + (this replaces "Statistics" menu item) + * Improve error message in the process list combo box + * CHANGED: KShutdown 5.x now requires Qt 5.9 or newer + * REMOVED: Qt 4 support + * Major version number is now "5" to better align with Qt 5/KF 5 versions numbers. + +------------------------------------------------------------------- +Tue Dec 26 01:40:14 UTC 2017 - Markus S <[email protected]> @@ -51 +63 @@ -Tue Jul 5 23:14:58 UTC 2016 - [email protected] +Tue Jul 5 23:14:58 UTC 2016 - Markus S <[email protected]> @@ -54 +66 @@ -- Tweak spec file slyghtly as KShutdown is not only for KDE +- Tweak spec file slightly as KShutdown is not only for KDE @@ -75 +87 @@ -Sun Feb 23 23:16:07 UTC 2014 - markus.s [AT] kdemail [dotNET] +Sun Feb 23 23:16:07 UTC 2014 - Markus S <[email protected]> @@ -83 +94,0 @@ - @@ -90 +100,0 @@ - @@ -98,3 +107,0 @@ - -Linux: - @@ -104,2 +110,0 @@ - - * Windows: Fixed compilation errors Old: ---- kshutdown-source-4.2.zip New: ---- kshutdown-source-5.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kshutdown.spec ++++++ --- /var/tmp/diff_new_pack.yKBZVP/_old 2019-06-12 13:11:40.208982087 +0200 +++ /var/tmp/diff_new_pack.yKBZVP/_new 2019-06-12 13:11:40.212982083 +0200 @@ -1,9 +1,10 @@ # # spec file for package kshutdown # -# Copyright (c) 2010 Lubos Lunak <[email protected]> -# Copyright (c) 2011 Buschmann <[email protected]> -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright © 2010 Lubos Lunak <[email protected]> +# Copyright © 2011 Buschmann <[email protected]> +# Copyright © 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright © 2014–2019 Markus S <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,25 +14,23 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: kshutdown -Version: 4.2 +Version: 5.0 Release: 0 Summary: Graphical shutdown utility -License: GPL-2.0+ -Url: http://kshutdown.sourceforge.net/ +License: GPL-2.0-or-later +Url: https://kshutdown.sourceforge.net/ Group: System/GUI/KDE -Source0: http://downloads.sourceforge.net/%{name}/KShutdown/%{version}/%{name}-source-%{version}.zip +Source0: %{name}-source-%{version}.zip Requires(post): hicolor-icon-theme Requires(post): update-desktop-files Requires(postun): hicolor-icon-theme Requires(postun): update-desktop-files BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5GlobalAccel) BuildRequires: cmake(KF5I18n) @@ -47,22 +46,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -KShutdown is an advanced graphical shutdown utility. - -Features: - -- Turn Off Computer (logout and halt the system) -- Restart Computer (logout and reboot the system) -- Hibernate to disk or Suspend -- Lock Screen (lock the screen using a screen saver) -- End Current Session (end the current session and logout the user) -- Various time and delay options (time from now, inactivity detection, ...) -- Command line support -- Extras (external user commands) -- System tray and panel applet -- Visual and sound notifications -- Simple, easy-to-use User Interface -- Works with many Desktop Environments +KShutdown is a graphical shutdown utility that works +with many Desktop Environments. It allows you to turn off +or suspend a computer at a specified time. It features +various time and delay options, command-line support, +and notifications. %prep %setup -q @@ -76,9 +64,6 @@ %suse_update_desktop_file %{name} -# Remove not needed files -find %{buildroot}%{_kf5_sharedir}/%{name} -name '.directory' -exec rm -f {} ';' - %find_lang %{name} %post @@ -95,19 +80,6 @@ %{_kf5_bindir}/%{name} %{_kf5_applicationsdir}/%{name}.desktop %{_kf5_notifydir}/%{name}.notifyrc -%dir %{_kf5_sharedir}/%{name} -%dir %{_kf5_sharedir}/%{name}/extras -%dir %{_kf5_sharedir}/%{name}/extras/multimedia -%{_kf5_sharedir}/%{name}/extras/multimedia/kaffeine.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/kscd.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/juk.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/vlc.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/tvtime.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/xmms.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/amarok.desktop -%{_kf5_sharedir}/%{name}/extras/multimedia/mplayer.desktop -%dir %{_kf5_sharedir}/%{name}/extras/system -%{_kf5_sharedir}/%{name}/extras/system/kppp.desktop -%{_kf5_iconsdir}/hicolor/*/actions/%{name}.png +%{_kf5_iconsdir}/hicolor/*/apps/%{name}.png %changelog
