Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package key-rack for openSUSE:Factory checked in at 2026-03-27 16:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/key-rack (Old) and /work/SRC/openSUSE:Factory/.key-rack.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "key-rack" Fri Mar 27 16:49:59 2026 rev:3 rq:1342980 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/key-rack/key-rack.changes 2024-10-11 17:02:25.826950920 +0200 +++ /work/SRC/openSUSE:Factory/.key-rack.new.8177/key-rack.changes 2026-03-27 16:51:51.445336958 +0100 @@ -1,0 +2,5 @@ +Mon Mar 23 08:54:57 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- Old: ---- key-rack-0.4.0.obscpio vendor.tar.zst New: ---- _scmsync.obsinfo build.specials.obscpio key-rack-0.4.0.tar.xz vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ key-rack.spec ++++++ --- /var/tmp/diff_new_pack.cOJDkL/_old 2026-03-27 16:51:52.937399344 +0100 +++ /var/tmp/diff_new_pack.cOJDkL/_new 2026-03-27 16:51:52.937399344 +0100 @@ -23,8 +23,8 @@ Summary: New GNOME secrets manager License: GPL-3.0-or-later URL: https://gitlab.gnome.org/sophie-h/key-rack -Source0: %{name}-%{version}.tar.zst -Source1: vendor.tar.zst +Source0: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme BuildRequires: meson >= 0.57 ++++++ _scmsync.obsinfo ++++++ mtime: 1774256097 commit: 9a21bacf1d5fccd04f89278d826b183e51c4fed38fb3fac84c4b406ff72f3299 url: https://src.opensuse.org/GNOME/key-rack revision: 9a21bacf1d5fccd04f89278d826b183e51c4fed38fb3fac84c4b406ff72f3299 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.cOJDkL/_old 2026-03-27 16:51:52.989401518 +0100 +++ /var/tmp/diff_new_pack.cOJDkL/_new 2026-03-27 16:51:52.993401686 +0100 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="url">https://gitlab.gnome.org/sophie-h/key-rack.git</param> @@ -5,15 +6,16 @@ <param name="revision">refs/tags/0.4.0</param> <param name="versionformat">@PARENT_TAG@</param> </service> - <service name="tar" mode="buildtime" /> - <service name="recompress" mode="buildtime"> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> - <service name="set_version" mode="manual" /> + <service name="set_version" mode="manual"/> <service name="cargo_vendor" mode="manual"> <param name="update">false</param> <param name="src">key-rack</param> + <param name="compression">xz</param> </service> </services> ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-24 12:21:56.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
