Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-app-library for openSUSE:Factory checked in at 2026-08-28 19:58:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-app-library (Old) and /work/SRC/openSUSE:Factory/.cosmic-app-library.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-app-library" Fri Aug 28 19:58:00 2026 rev:14 rq:1374428 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-app-library/cosmic-app-library.changes 2026-08-21 16:55:34.250731629 +0200 +++ /work/SRC/openSUSE:Factory/.cosmic-app-library.new.1265/cosmic-app-library.changes 2026-08-28 20:01:01.750599873 +0200 @@ -1,0 +2,11 @@ +Thu Aug 27 04:25:25 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.7.0: + * refactor: improve xdgen script + * update + * chore: update all dependencies + * feat: localize desktop entry and appstream metadata + * i18n: translation updates from weblate +- fix-justfile.patch, as desktop and metainfo path got mangled + +------------------------------------------------------------------- Old: ---- cosmic-app-library-1.6.0.obscpio New: ---- cosmic-app-library-1.7.0.obscpio fix-justfile.patch ----------(New B)---------- New: * i18n: translation updates from weblate - fix-justfile.patch, as desktop and metainfo path got mangled ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-app-library.spec ++++++ --- /var/tmp/diff_new_pack.edVQ3Q/_old 2026-08-28 20:01:05.538732312 +0200 +++ /var/tmp/diff_new_pack.edVQ3Q/_new 2026-08-28 20:01:05.546732592 +0200 @@ -18,13 +18,14 @@ %define appid com.system76.CosmicAppLibrary Name: cosmic-app-library -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: A template for getting started with COSMIC License: GPL-3.0-only URL: https://github.com/pop-os/cosmic-applibrary Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst +Patch0: fix-justfile.patch BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme BuildRequires: just @@ -38,7 +39,7 @@ all installed applications in a grid. %prep -%autosetup -a1 +%autosetup -a1 -p1 %build just build-release ++++++ _service ++++++ --- /var/tmp/diff_new_pack.edVQ3Q/_old 2026-08-28 20:01:05.651736263 +0200 +++ /var/tmp/diff_new_pack.edVQ3Q/_new 2026-08-28 20:01:05.661736613 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/pop-os/cosmic-applibrary.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/epoch-1.6.0</param> + <param name="revision">refs/tags/epoch-1.7.0</param> <param name="versionrewrite-pattern">epoch-(.*)</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.edVQ3Q/_old 2026-08-28 20:01:05.744739514 +0200 +++ /var/tmp/diff_new_pack.edVQ3Q/_new 2026-08-28 20:01:05.767740319 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/pop-os/cosmic-applibrary.git</param> - <param name="changesrevision">7ecfcf5bb25d14066a5b88cfa75befeaad8a97d4</param></service></servicedata> + <param name="changesrevision">ed8f7f43845c32a45e75e355b93edfea514b26c9</param></service></servicedata> (No newline at EOF) ++++++ cosmic-app-library-1.6.0.obscpio -> cosmic-app-library-1.7.0.obscpio ++++++ ++++ 4073 lines of diff (skipped) ++++++ cosmic-app-library.obsinfo ++++++ --- /var/tmp/diff_new_pack.edVQ3Q/_old 2026-08-28 20:01:06.535767170 +0200 +++ /var/tmp/diff_new_pack.edVQ3Q/_new 2026-08-28 20:01:06.551767729 +0200 @@ -1,5 +1,5 @@ name: cosmic-app-library -version: 1.6.0 -mtime: 1787055043 -commit: 7ecfcf5bb25d14066a5b88cfa75befeaad8a97d4 +version: 1.7.0 +mtime: 1787597502 +commit: ed8f7f43845c32a45e75e355b93edfea514b26c9 ++++++ fix-justfile.patch ++++++ diff --git a/justfile b/justfile index 43505fe..0ca0c99 100644 --- a/justfile +++ b/justfile @@ -15,7 +15,7 @@ bin-src := cargo-target-dir / 'release' / name bin-dst := base-dir / 'bin' / name appdata := appid + '.metainfo.xml' -appdata-dst := base-dir / 'share' / 'appdata' / appdata +appdata-dst := base-dir / 'share' / 'metainfo' / appdata desktop := appid + '.desktop' desktop-dst := base-dir / 'share' / 'applications' / desktop @@ -53,8 +53,8 @@ check-json: (check '--message-format=json') # Installs files install: install -Dm0755 {{bin-src}} {{bin-dst}} - install -Dm0644 {{ 'target' / 'xdgen' / desktop }} {{desktop-dst}} - install -Dm0644 {{ 'target' / 'xdgen' / appdata }} {{appdata-dst}} + install -Dm0644 {{ 'data' / desktop }} {{desktop-dst}} + install -Dm0644 {{ 'data' / appdata }} {{appdata-dst}} install -Dm0644 {{ 'data' / 'icons' / icon }} {{icon-dst}} # Uninstalls installed files ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-app-library/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-app-library.new.1265/vendor.tar.zst differ: char 7, line 1
