Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package igrep for openSUSE:Factory checked in at 2025-11-09 21:09:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/igrep (Old) and /work/SRC/openSUSE:Factory/.igrep.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "igrep" Sun Nov 9 21:09:38 2025 rev:3 rq:1316622 version:1.3.0~0 Changes: -------- --- /work/SRC/openSUSE:Factory/igrep/igrep.changes 2024-09-09 14:46:08.518936541 +0200 +++ /work/SRC/openSUSE:Factory/.igrep.new.1980/igrep.changes 2025-11-09 21:12:14.718044303 +0100 @@ -1,0 +2,12 @@ +Sat Nov 8 18:04:40 UTC 2025 - [email protected] + +- Fix build on Factory/TW (update vendor.tar.zst) +- Remove cargo_config - it's part of the vendor.tar.zst now +- Clean up spec file +- Clean up _service file + * Rename 'disabled' to 'manual' + * Remove cargo_audit (now part of cargo_vendor) + * Add '<param name="filter">true</param>' to reduce the size of + vendor.tar.zst + +------------------------------------------------------------------- Old: ---- cargo_config ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ igrep.spec ++++++ --- /var/tmp/diff_new_pack.4xwcDm/_old 2025-11-09 21:12:15.538078596 +0100 +++ /var/tmp/diff_new_pack.4xwcDm/_new 2025-11-09 21:12:15.538078596 +0100 @@ -1,7 +1,7 @@ # # spec file for package igrep # -# Copyright (c) 2024 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 @@ -21,19 +21,17 @@ Release: 0 Summary: Interactive Grep License: MIT -Group: Development/Tools/Navigators URL: https://github.com/konradsz/igrep Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst -Source2: cargo_config BuildRequires: cargo-packaging %description -Runs grep in the background, allows interactively pick its results and open selected match in text editor of choice. +Runs grep in the background, allows interactively pick its results +and open selected match in text editor of choice. %prep %autosetup -a1 -install -D -m 644 %{SOURCE2} .cargo/config %build %{cargo_build} @@ -45,7 +43,7 @@ %{cargo_test} %files -%{_bindir}/ig -%doc README.md %license LICENSE +%doc CHANGELOG.md README.md +%{_bindir}/ig ++++++ _service ++++++ --- /var/tmp/diff_new_pack.4xwcDm/_old 2025-11-09 21:12:15.578080270 +0100 +++ /var/tmp/diff_new_pack.4xwcDm/_new 2025-11-09 21:12:15.582080437 +0100 @@ -1,5 +1,5 @@ <services> - <service mode="disabled" name="obs_scm"> + <service mode="manual" name="obs_scm"> <param name="url">https://github.com/konradsz/igrep.git</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> @@ -8,19 +8,17 @@ <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> </service> - <service mode="disabled" name="tar" /> - <service mode="disabled" name="recompress"> + <service mode="manual" name="tar"/> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> - <service mode="disabled" name="set_version"/> - <service name="cargo_vendor" mode="disabled"> - <param name="srcdir">igrep</param> - <param name="compression">zst</param> - <param name="update">true</param> - </service> - <service name="cargo_audit" mode="disabled"> - <param name="srcdir">igrep</param> + <service mode="manual" name="set_version"/> + <service mode="manual" name="cargo_vendor"> + <param name="srcdir">igrep</param> + <param name="compression">zst</param> + <param name="update">true</param> + <param name="filter">true</param> </service> </services> ++++++ igrep-1.3.0~0.tar.zst ++++++ ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/igrep/vendor.tar.zst /work/SRC/openSUSE:Factory/.igrep.new.1980/vendor.tar.zst differ: char 7, line 1
