Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package koi for openSUSE:Leap:16.0 checked in at 2025-08-01 08:31:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/koi (Old) and /work/SRC/openSUSE:Leap:16.0/.koi.new.1944 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "koi" Fri Aug 1 08:31:25 2025 rev:2 rq:1292869 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/koi/koi.changes 2025-03-19 11:48:29.598200576 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.koi.new.1944/koi.changes 2025-08-01 08:31:47.019085949 +0200 @@ -1,0 +2,35 @@ +Sun Jun 22 15:46:13 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 0.5.1 + * Replaces instance check with shared memory + * Removed Qt Network Dependency + * Moved CMakeLists.txt from src/ to root directory + * Added Uninstall Option - sudo make uninstall -C ./build/ + * Updated Development (BUILDing) Information + * Updated README + +------------------------------------------------------------------- +Mon Apr 7 11:42:28 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 0.5 + * Minor under-the-hood changes/improvements + * Fix style option reset bug in preferences + * [BUG] Not all Kvantum themes are showing in Koi + * Added DBus interface for changing light/dark mode + * Several memory leak fixes; and does not start Krunner as a + child process anymore + * Chore: Removes QTest as dependency; adds QThread function + * Do not start scheduler function/feature when there is no + schedule defined + +------------------------------------------------------------------- +Fri Dec 20 23:43:12 UTC 2024 - Martin von Reichenberg <[email protected]> + +- Update to the latest upstream stable version - 0.4 + * Minor & Major of both visual and under-the-hood changes/improvements + * General improvements, changes to formatting and overall visual adjustments + * Featuring: Refactor plugins; updated plugins, paths & more + * Changed/Removed unnecessities + * Added option to run Bash scripts at Light/Dark theme shift + +------------------------------------------------------------------- Old: ---- koi-0.3.1.tar.gz New: ---- koi-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ koi.spec ++++++ --- /var/tmp/diff_new_pack.m1moBD/_old 2025-08-01 08:31:47.279096789 +0200 +++ /var/tmp/diff_new_pack.m1moBD/_new 2025-08-01 08:31:47.283096955 +0200 @@ -1,7 +1,7 @@ # # spec file for package koi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: koi -Version: 0.3.1 +Version: 0.5.1 Release: 0 Summary: Theme scheduling for the KDE Plasma Desktop License: LGPL-3.0-only @@ -30,8 +30,6 @@ BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) BuildRequires: cmake(Qt6Gui) -BuildRequires: cmake(Qt6Network) -BuildRequires: cmake(Qt6Test) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Xml) Requires: hicolor-icon-theme @@ -51,22 +49,20 @@ %autosetup -p1 -n Koi-%{version} %build -pushd src %cmake_kf6 %kf6_build -popd %install -pushd src %kf6_install -popd %files %license LICENSE %doc README.md -%{_bindir}/koi -%{_datadir}/applications/koi.desktop -%{_datadir}/icons/hicolor/scalable/apps/koi.svg -%{_datadir}/icons/hicolor/scalable/apps/koi_tray.svg +%{_kf6_applicationsdir}/local.KoiDbusInterface.desktop +%{_kf6_bindir}/koi +%{_kf6_dbusinterfacesdir}/dev.baduhai.Koi.xml +%{_kf6_iconsdir}/hicolor/scalable/apps/koi.svg +%{_kf6_iconsdir}/hicolor/scalable/apps/koi_tray.svg +%{_kf6_sharedir}/dbus-1/services/dev.baduhai.Koi.service ++++++ koi-0.3.1.tar.gz -> koi-0.5.1.tar.gz ++++++ ++++ 7199 lines of diff (skipped)
