Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sd for openSUSE:Factory checked in at 2026-05-05 17:58:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sd (Old) and /work/SRC/openSUSE:Factory/.sd.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sd" Tue May 5 17:58:06 2026 rev:8 rq:1350986 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sd/sd.changes 2024-02-15 21:01:50.423029668 +0100 +++ /work/SRC/openSUSE:Factory/.sd.new.30200/sd.changes 2026-05-05 17:58:07.146592961 +0200 @@ -1,0 +2,14 @@ +Thu Apr 30 15:26:14 UTC 2026 - Kyle Scheuing <[email protected]> + +- Update to version 1.1.0: + * feat: add line-by-line mode as default, stream without loading files into memory (#328) + * Upgrade assert_cmd + * Fix clippy warnings + * Retain file ownership on atomic writes (#326) + * xtask - clean up + * fix(manpage): add missing single quotes in example + * fix(#313): Replace unescape crate with more lenient implementation + * deps: bump libc from 0.2.149 to 0.2.155 +- Add man page + +------------------------------------------------------------------- Old: ---- sd-1.0.0+g0.tar.zst New: ---- _servicedata sd-1.1.0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sd.spec ++++++ --- /var/tmp/diff_new_pack.NBdqxw/_old 2026-05-05 17:58:09.770701482 +0200 +++ /var/tmp/diff_new_pack.NBdqxw/_new 2026-05-05 17:58:09.778701813 +0200 @@ -1,7 +1,7 @@ # # spec file for package sd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 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 @@ -17,7 +17,7 @@ Name: sd -Version: 1.0.0+g0 +Version: 1.1.0 Release: 0 Summary: Intuitive find & replace CLI URL: https://github.com/chmln/sd @@ -66,10 +66,12 @@ %autosetup -a1 %build -%{cargo_build} +%{cargo_build} --bin sd %install -%{cargo_install} +%{cargo_install -p sd-cli} + +install -Dm644 gen/sd.1 %{buildroot}/%{_mandir}/man1/%{name}.1 # Zsh completion install -Dpm644 -T gen/completions/_sd %{buildroot}%{_datadir}/zsh/site-functions/_sd @@ -84,6 +86,7 @@ %license LICENSE %doc README.md CHANGELOG.md %{_bindir}/sd +%{_mandir}/man1/%{name}.1%{ext_man} %files bash-completion %dir %{_datadir}/bash-completion ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NBdqxw/_old 2026-05-05 17:58:10.034712400 +0200 +++ /var/tmp/diff_new_pack.NBdqxw/_new 2026-05-05 17:58:10.058713393 +0200 @@ -1,9 +1,9 @@ <services> <service mode="manual" name="obs_scm"> <param name="url">https://github.com/chmln/sd</param> - <param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param> + <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">eb51bdf11e8bde87e9d983730209c7a147e39fb0</param> + <param name="revision">v1.1.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/chmln/sd</param> <param name="changesrevision">4a7b216552d64134c0fa17a59b9d557d89019f0f</param></service></servicedata> (No newline at EOF) ++++++ sd-1.0.0+g0.tar.zst -> sd-1.1.0.tar.zst ++++++ ++++ 4437 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/sd/vendor.tar.zst /work/SRC/openSUSE:Factory/.sd.new.30200/vendor.tar.zst differ: char 7, line 1
