Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oboete for openSUSE:Factory checked in at 2026-03-10 17:50:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oboete (Old) and /work/SRC/openSUSE:Factory/.oboete.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oboete" Tue Mar 10 17:50:52 2026 rev:4 rq:1337778 version:0.2.3+0 Changes: -------- --- /work/SRC/openSUSE:Factory/oboete/oboete.changes 2025-06-23 15:00:46.922571052 +0200 +++ /work/SRC/openSUSE:Factory/.oboete.new.8177/oboete.changes 2026-03-10 17:50:57.101698848 +0100 @@ -1,0 +2,81 @@ +Thu Feb 05 11:38:56 UTC 2026 - [email protected] + +- Update to version 0.2.3+0: + * chore: up to 0.2.3 + * chore: change helper button color + * fix: helper button opened create folder dialog instead of create study set dialog + * improv: add helper button to create a new set if no sets exist + * fix: add cosmic baseapp to flatpak manifest + * improv: responsive menu_bar implementation + * improv: flashcards page header on smaller widths + * improv: set app min-width to 360px + * chore: update deps + +------------------------------------------------------------------- +Fri Jan 30 12:14:30 UTC 2026 - [email protected] + +- Update to version 0.2.2+1: + * fix: remove org.freedesktop.portal.Desktop + * improv: drop ashpd dep in favor of cosmic re-export via xdg feature + * chore: update deps & up version & xdg-portal flag + +------------------------------------------------------------------- +Sun Dec 21 13:53:17 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.2.1+4: + * fix: metainfo location + * improv: simplify handling of current_set_id and current_folder_id + * fix: justfile + * chore: prepare 0.2.1 + +------------------------------------------------------------------- +Sun Dec 07 23:46:30 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.2.0+9: + * chore: update app description to mention COSMIC + * improv: add min window size + * chore: change app description + * chore: update screenshots + * fix: properly update the upsert flashcard status on the contextpage after editing a flashcard + * feat: add pill status to add edit flashcard contextpage + * improv: add back button to study page + * chore: tweak dev and release profiles + * improv: show number of items in flashcards and folders views + * fix: typo + * chore: update deps & metainfo (prep for v0.2) + * feat: add migrate strategy for the 0.1 database + * improv: add shortcut to go back from study page + * chore: update metainfo + * feat: add keyboard shortcuts for studypage + * improv: study screen image handling + * feat: improve error management + * feat: translation cleanup + * feat: user configurable retention rate + * chore: improve code comments + * fix: metainfo and desktopfile names + * feat: implement backup and importing + * improv: tweak app spacing in some views + * chore: add missing spdx + * feat: add nice looking pill to show flashcard status + * fix: image importing does not work when url has whitespaces... + * chore: update deps + * chore: fix icon url + * chore: update readme + * feat: code dump of version 0.2 (addresses #11 and #7) + +------------------------------------------------------------------- +Sat Dec 06 12:01:24 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.1.13+1: + * chore: delete templates + * chore: fix typo + +------------------------------------------------------------------- +Fri Oct 24 17:11:22 UTC 2025 - Richard Rahl <[email protected]> + +- Update to version 0.1.12+2: + * chore: update readme links + * fix: application config gets saved on changes (persists between runs) + * fix: options row button padding + +------------------------------------------------------------------- Old: ---- license-list-data-0.1.9+13.tar.gz oboete-0.1.9+13.obscpio New: ---- _servicedata oboete-0.2.3+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oboete.spec ++++++ --- /var/tmp/diff_new_pack.vk0wJM/_old 2026-03-10 17:51:02.817934854 +0100 +++ /var/tmp/diff_new_pack.vk0wJM/_new 2026-03-10 17:51:02.829935350 +0100 @@ -1,7 +1,7 @@ # # spec file for package oboete # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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,40 +16,33 @@ # -%define lic_crate_ver 3.6.0 -%define lic_data_ver 3.26.0 -%define appname dev.mariinkys.Oboete +%define appid dev.mariinkys.Oboete Name: oboete -Version: 0.1.9+13 +Version: 0.2.3+0 Release: 0 Summary: A simple flashcards application for the COSMIC desktop License: GPL-3.0-only URL: https://github.com/mariinkys/oboete 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: rust >= 1.90 BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: pkgconfig(xkbcommon) %description A simple flashcards application for the COSMIC desktop. Written in Rust. %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 %install just rootdir=%{buildroot} prefix=%{_prefix} install -%suse_update_desktop_file %{appname} %check %{cargo_test} @@ -58,8 +51,7 @@ %license LICENSE %doc README.md %{_bindir}/%{name} -%{_datadir}/applications/%{appname}.desktop -%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg -%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg -%{_datadir}/metainfo/%{appname}.metainfo.xml +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg +%{_datadir}/metainfo/%{appid}.metainfo.xml ++++++ _service ++++++ --- /var/tmp/diff_new_pack.vk0wJM/_old 2026-03-10 17:51:02.877937332 +0100 +++ /var/tmp/diff_new_pack.vk0wJM/_new 2026-03-10 17:51:02.881937497 +0100 @@ -7,6 +7,7 @@ <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="package-meta">yes</param> <param name="filename">oboete</param> + <param name="changesgenerate">enable</param> </service> <service name="tar" mode="buildtime" /> <service name="recompress" mode="buildtime"> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mariinkys/oboete.git</param> <param name="changesrevision">13968acdacb8beb0e24d453c64de0ef3c7bc2555</param></service></servicedata> (No newline at EOF) ++++++ oboete-0.1.9+13.obscpio -> oboete-0.2.3+0.obscpio ++++++ ++++ 31243 lines of diff (skipped) ++++++ oboete.obsinfo ++++++ --- /var/tmp/diff_new_pack.vk0wJM/_old 2026-03-10 17:51:03.385958307 +0100 +++ /var/tmp/diff_new_pack.vk0wJM/_new 2026-03-10 17:51:03.397958802 +0100 @@ -1,5 +1,5 @@ name: oboete -version: 0.1.9+13 -mtime: 1747748014 -commit: bd2d3e7b98414690aaf2e3461ea72cdbc130fcb9 +version: 0.2.3+0 +mtime: 1770289330 +commit: 13968acdacb8beb0e24d453c64de0ef3c7bc2555 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/oboete/vendor.tar.zst /work/SRC/openSUSE:Factory/.oboete.new.8177/vendor.tar.zst differ: char 7, line 1
