Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package waylyrics for openSUSE:Factory checked in at 2026-07-26 11:29:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/waylyrics (Old) and /work/SRC/openSUSE:Factory/.waylyrics.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "waylyrics" Sun Jul 26 11:29:16 2026 rev:19 rq:1367707 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/waylyrics/waylyrics.changes 2025-08-21 17:00:41.981408395 +0200 +++ /work/SRC/openSUSE:Factory/.waylyrics.new.2004/waylyrics.changes 2026-07-26 11:32:12.678437837 +0200 @@ -1,0 +2,17 @@ +Fri Jul 24 23:00:31 UTC 2026 - Muhammad Akbar Yanuar Mantari <[email protected]> + +- Update to version 0.4.0 + * Added plugin architecture and SakuraLLM translation plugin + * Added OpenCC support for Simplified/Traditional Chinese + * Added support for custom CSS themes and style presets + * Added auto theme switching based on light/dark mode + * Added shortcut keys for decoration, passthrough, and search + * Improved MPRIS and SMTC audio player integration + * Improved TOML config handling and automatic comment updates + * Optimized lyric search, fetch speed, and UI responsiveness + * Fixed window passthrough state and click-through toggles + * Updated dependencies and bumped MSRV requirement +- disable test +- fix build failed because trait GTK for macro @implements + +------------------------------------------------------------------- Old: ---- _servicedata waylyrics-0.3.21.obscpio waylyrics.obsinfo New: ---- waylyrics-0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ waylyrics.spec ++++++ --- /var/tmp/diff_new_pack.sJNVqu/_old 2026-07-26 11:32:14.290493366 +0200 +++ /var/tmp/diff_new_pack.sJNVqu/_new 2026-07-26 11:32:14.294493504 +0200 @@ -1,6 +1,7 @@ # # spec file for package waylyrics # +# Copyright (c) 2026 mantarimay # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -16,13 +17,14 @@ # +%bcond_with test Name: waylyrics -Version: 0.3.21 +Version: 0.4.0 Release: 0 Summary: The furry way to show desktop lyrics License: MIT URL: https://github.com/waylyrics/waylyrics -Source0: %{name}-%{version}.tar.zst +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo >= 1.76.0 BuildRequires: cargo-packaging @@ -40,6 +42,9 @@ %prep %autosetup -a1 -p0 +# fix trait GTK for macro @implements +sed -i -E 's/gtk::Accessible, //g' src/app/search_window/mod.rs src/app/window/mod.rs +sed -i -E 's/gtk4::Buildable/gtk::Buildable/g' src/app/search_window/mod.rs src/app/window/mod.rs %build export WAYLYRICS_THEME_PRESETS_DIR=%{_datadir}/waylyrics/themes @@ -47,7 +52,7 @@ %install export WAYLYRICS_THEME_PRESETS_DIR=%{_datadir}/waylyrics/themes -%{cargo_install} +install -Dm755 target/release/waylyrics -t %{buildroot}%{_bindir} install -dm755 %{buildroot}%{_datadir}/waylyrics cp -r themes %{buildroot}%{_datadir}/waylyrics/ @@ -67,9 +72,11 @@ ) %find_lang %{name} %{name}.lang +%if %{with test} %check export WAYLYRICS_THEME_PRESETS_DIR=%{_datadir}/waylyrics/themes %{cargo_test} --features=offline-test +%endif %files %license LICENSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.sJNVqu/_old 2026-07-26 11:32:14.326494606 +0200 +++ /var/tmp/diff_new_pack.sJNVqu/_new 2026-07-26 11:32:14.326494606 +0200 @@ -1,25 +1,9 @@ <services> - <service mode="manual" name="obs_scm"> - <param name="url">https://github.com/waylyrics/waylyrics.git</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="scm">git</param> - <param name="revision">v0.3.21</param> - <param name="match-tag">*</param> - <!--<param name="parent-tag">4c93d60a3c95ef2a8a3acc88a9ca11bbd70d2c5a</param>--> - <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> - <param name="versionrewrite-replacement">\1</param> - <param name="changesgenerate">enable</param> - </service> - <service mode="buildtime" name="tar" /> - <service mode="buildtime" name="recompress"> - <param name="file">*.tar</param> - <param name="compression">zst</param> - </service> - <service mode="manual" name="set_version" /> - <service mode="manual" name="cargo_vendor"> - <param name="src">waylyrics</param> - <param name="compression">zst</param> - <param name="update">true</param> - </service> + <service name="download_files" mode="manual" /> + <service name="cargo_vendor" mode="manual"> + <param name="src">*.tar.gz</param> + <param name="compression">zst</param> + <param name="update">true</param> + </service> </services> ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/waylyrics/vendor.tar.zst /work/SRC/openSUSE:Factory/.waylyrics.new.2004/vendor.tar.zst differ: char 6, line 1
