Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package starrydex for openSUSE:Factory checked in at 2026-03-10 17:51:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/starrydex (Old) and /work/SRC/openSUSE:Factory/.starrydex.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "starrydex" Tue Mar 10 17:51:46 2026 rev:3 rq:1337791 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/starrydex/starrydex.changes 2025-06-23 15:00:56.498971376 +0200 +++ /work/SRC/openSUSE:Factory/.starrydex.new.8177/starrydex.changes 2026-03-10 17:51:54.440066185 +0100 @@ -1,0 +2,108 @@ +Mon Feb 23 12:06:15 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 0.3.4: + * fix: add pulseaudio permission to reproduce cries + * feat: add pokemon cries support + * chore: up cache version + * fix: add missing move learn method "egg" + * feat: basic move support + * wip: add moves +- remove fix-location.patch, got upstreamed +- increase rust version, as dependecies need at least 1.90 + +------------------------------------------------------------------- +Sun Dec 21 00:12:52 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.3.2+2: + * improv: handling of pokemon evolution row wrapping + * fix: app screenshots + * chore: fix typo + * chore: remove unused translations + * chore: update deps sources + * fix: app name and icon name + * chore: update app metainfo + * chore: increase cache version + * fix: evo data wrapping strat when there's less than 2 mons on evo line + * improv: evolution data wrapping strat + * feat: update app style & screenshots + * chore: update assets + * fix: don't allow switching page if search is active + * chore: 0.3.2 rewrite code dump + * chore: update cargo-sources + * chore: update deps, update assets, update app version + * chore: update deps + * chore: improve error logging on asset generation + * chore: update deps + * fix: images are now versioned too so when we update either the data or the sprites both can get updated without the user having to manually refresh the cache + * improv: remove models that we don't need for assetgen + * chore: add 0.3.0 changes + * improv: add cache versioning so we can retrigger cache loading from an app update + * revert: add renew cache button back (it's still usefull becasue even if the assets change the cache keeps working as if nothing has happened) + * chore: remove unused text + * chore: update version to 0.3.0 + * chore: update missing sprites + * chore: remove first_run from config + * chore: remove delete cache option + * chore: remove network permission & update runtime version + * feat: basic asset gen working + * fix: images not showing up + * chore: restore usual debug impl + * wip: get bundled data if cache does not exist (Images do not appear for now even tho they are correctly extracted) + * feat: basic asset gen (still have duplicate code) + * chore: update to 0.2.8 + * chore: update deps + * chore: update deps & up to 0.2.7 + * feat: add keyboard navigation via arrow keys + * improv: disable pagination buttons when needed + * feat: generation filtering + * chore: remove unused translation text + * feat: allow us to switch pokemons by clicking on evolution info + * chore: reorganize code and add some comments + * chore: update branding + * improv: evolution data section translations + * feat: add pokemon evolution data + * feat: add pokemon generation + * fix: resolve merge issues + * improv: update config even if it fails to write to the config dir + * fix: change cosmic folder permissions to rw + * feat: add pokemon id to details page + * feat: allow for settings to be saved between runs + +------------------------------------------------------------------- +Fri Jun 27 12:13:07 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.2.6+1: + * chore: clippy (rust 1.88) + * chore: update deps & up version + * improv: filters page design + * chore: update spanish translation + * feat: allow filtering by total pokemon stats + * fix: missing hp stat on total stat count + * improv: more info link + * chore: update single pokémon screenshot + * improv: add total of pokémon stats to corresponding section + * improv: pokémon details style + * chore: remove title from barchart + * improv: text positioning + * fix: value and label positioning + * wip: improve barcode design + * wip: barchart widget + * chore: update screenshots + * feat: add type icons & update design + * feat: add icons & buttons to shuffle between single pokémon + +------------------------------------------------------------------- +Thu Jun 26 08:48:38 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.2.5+3: + * chore: simplify view code + * improv: pagination button resize behaviour + * improv: add page indicator text + * chore: update metainfo + * fix: clamping offset when requesting pokemon page + * chore: update deps + * improv: switch to manual implementation of debug to improve speed + * feat: implement missing actions + * feat: basic pagination + +------------------------------------------------------------------- Old: ---- license-list-data-0.2.4+5.tar.gz starrydex-0.2.4+5.obscpio New: ---- _servicedata starrydex-0.3.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ starrydex.spec ++++++ --- /var/tmp/diff_new_pack.VR8IhX/_old 2026-03-10 17:52:02.172385429 +0100 +++ /var/tmp/diff_new_pack.VR8IhX/_new 2026-03-10 17:52:02.192386256 +0100 @@ -1,7 +1,7 @@ # # spec file for package starrydex # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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,23 +16,22 @@ # -%define lic_crate_ver 3.6.0 -%define lic_data_ver 3.26.0 -%define appname dev.mariinkys.StarryDex +%define appid dev.mariinkys.StarryDex Name: starrydex -Version: 0.2.4+5 +Version: 0.3.4 Release: 0 Summary: Pokédex application for the COSMIC desktop License: GPL-3.0-only URL: https://github.com/mariinkys/starrydex Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst -# https://github.com/evenorog/license/issues/6 -Source2: https://github.com/spdx/license-list-data/archive/refs/tags/v%{lic_data_ver}.tar.gz#/license-list-data-%{version}.tar.gz BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme BuildRequires: just BuildRequires: pkgconfig +BuildRequires: rust >= 1.90 +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xkbcommon) @@ -40,9 +39,7 @@ A Pokedex which can work offline (after initialization). %prep -%autosetup -a1 -b2 -mkdir -p vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data -cp -r ../license-list-data-%{lic_data_ver}/* vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data/ +%autosetup -a1 %build just build-release @@ -56,9 +53,8 @@ %files %license LICENSE %doc README.md -%{_bindir}/starry-dex -%{_datadir}/applications/%{appname}.desktop -%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg -%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg -%{_datadir}/metainfo/%{appname}.metainfo.xml +%{_bindir}/%{name} +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/metainfo/%{appid}.metainfo.xml +%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg ++++++ _service ++++++ --- /var/tmp/diff_new_pack.VR8IhX/_old 2026-03-10 17:52:02.520399798 +0100 +++ /var/tmp/diff_new_pack.VR8IhX/_new 2026-03-10 17:52:02.552401120 +0100 @@ -3,10 +3,11 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/mariinkys/starrydex.git</param> <param name="scm">git</param> - <param name="revision">main</param> - <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> + <param name="revision">refs/tags/0.3.4</param> + <param name="versionformat">@PARENT_TAG@</param> <param name="package-meta">yes</param> <param name="filename">starrydex</param> + <param name="changesgenerate">enable</param> </service> <service name="tar" mode="buildtime" /> <service name="recompress" mode="buildtime"> @@ -15,7 +16,7 @@ </service> <service name="cargo_vendor" mode="manual"> <param name="src">starrydex</param> - <param name="update">false</param> + <param name="update">true</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mariinkys/starrydex.git</param> <param name="changesrevision">f4c87faac3856d5bc7b0d3d83f1d257a5f792cd1</param></service></servicedata> (No newline at EOF) ++++++ starrydex-0.2.4+5.obscpio -> starrydex-0.3.4.obscpio ++++++ ++++ 32497 lines of diff (skipped) ++++++ starrydex.obsinfo ++++++ --- /var/tmp/diff_new_pack.VR8IhX/_old 2026-03-10 17:52:07.040586424 +0100 +++ /var/tmp/diff_new_pack.VR8IhX/_new 2026-03-10 17:52:07.040586424 +0100 @@ -1,5 +1,5 @@ name: starrydex -version: 0.2.4+5 -mtime: 1747740428 -commit: f41f119d0df605258c363d3509870afd92606f77 +version: 0.3.4 +mtime: 1771846084 +commit: f4c87faac3856d5bc7b0d3d83f1d257a5f792cd1 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/starrydex/vendor.tar.zst /work/SRC/openSUSE:Factory/.starrydex.new.8177/vendor.tar.zst differ: char 7, line 1
