Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-grass for openSUSE:Factory checked in at 2026-03-27 16:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-grass (Old) and /work/SRC/openSUSE:Factory/.rust-grass.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-grass" Fri Mar 27 16:49:38 2026 rev:2 rq:1343035 version:0.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rust-grass/rust-grass.changes 2025-02-12 21:40:15.659830356 +0100 +++ /work/SRC/openSUSE:Factory/.rust-grass.new.8177/rust-grass.changes 2026-03-27 16:50:54.606960364 +0100 @@ -1,0 +2,5 @@ +Mon Mar 23 08:56:57 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- Old: ---- grass-0.13.4.obscpio vendor.tar.zst New: ---- _scmsync.obsinfo build.specials.obscpio grass-0.13.4.tar.xz vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust-grass.spec ++++++ --- /var/tmp/diff_new_pack.qkg4dK/_old 2026-03-27 16:50:55.823011211 +0100 +++ /var/tmp/diff_new_pack.qkg4dK/_new 2026-03-27 16:50:55.823011211 +0100 @@ -24,8 +24,8 @@ Summary: A Sass compiler written purely in Rust License: MIT URL: https://github.com/connorskees/grass -Source: %{_name}-%{version}.tar.zst -Source1: vendor.tar.zst +Source: %{_name}-%{version}.tar.xz +Source1: vendor.tar.xz ExclusiveArch: %{rust_tier1_arches} BuildRequires: cargo ++++++ _scmsync.obsinfo ++++++ mtime: 1774256217 commit: 0b7681134f634fa24cf283db21469aac761fe44e3bfcef29c17ea77e869bde52 url: https://src.opensuse.org/GNOME/rust-grass revision: factory ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qkg4dK/_old 2026-03-27 16:50:55.875013385 +0100 +++ /var/tmp/diff_new_pack.qkg4dK/_new 2026-03-27 16:50:55.875013385 +0100 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <services> <service mode="manual" name="obs_scm"> <param name="url">https://github.com/connorskees/grass.git</param> @@ -9,16 +10,16 @@ <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">disable</param> </service> - <service mode="buildtime" name="tar"/> - <service mode="buildtime" name="recompress"> + <service mode="manual" name="tar"/> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> <service mode="manual" name="set_version"/> <service name="cargo_vendor" mode="manual"> - <param name="src">grass</param> - <param name="compression">zst</param> - <param name="update">true</param> + <param name="src">grass</param> + <param name="update">true</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-25 14:19:27.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
