Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package toipe for openSUSE:Factory checked in at 2023-02-22 15:21:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toipe (Old) and /work/SRC/openSUSE:Factory/.toipe.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toipe" Wed Feb 22 15:21:40 2023 rev:3 rq:1067100 version:0.4.1+g12 Changes: -------- --- /work/SRC/openSUSE:Factory/toipe/toipe.changes 2022-07-26 19:43:53.504743663 +0200 +++ /work/SRC/openSUSE:Factory/.toipe.new.1706/toipe.changes 2023-02-22 15:21:45.049917188 +0100 @@ -1,0 +2,13 @@ +Wed Feb 15 07:55:58 UTC 2023 - socvirnyl.est...@gmail.com + +- Update to version 0.4.1+g12: + * fix the z thing + * Add .deepsource.toml + * Remove redundant code + * Compress bundled wordlists + * docs: correct comment + * doc: correct comments + * doc: resolve and remove documentation TODOs + * fix: ensure correct command line arguments + +------------------------------------------------------------------- Old: ---- toipe-0.4.1.tar.gz vendor.tar.gz New: ---- toipe-0.4.1+g12.tar.zst vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toipe.spec ++++++ --- /var/tmp/diff_new_pack.bptGAQ/_old 2023-02-22 15:21:45.913922089 +0100 +++ /var/tmp/diff_new_pack.bptGAQ/_new 2023-02-22 15:21:45.917922111 +0100 @@ -1,7 +1,7 @@ # # spec file for package toipe # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,17 @@ Name: toipe -Version: 0.4.1 +Version: 0.4.1+g12 Release: 0 Summary: Yet another typing test, but crab flavoured License: (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND MIT URL: https://github.com/Samyak2/toipe -Source0: %{name}-%{version}.tar.gz -Source1: vendor.tar.gz +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust >= 1.46 +BuildRequires: zstd ExclusiveArch: %{rust_arches} %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bptGAQ/_old 2023-02-22 15:21:45.953922316 +0100 +++ /var/tmp/diff_new_pack.bptGAQ/_new 2023-02-22 15:21:45.957922338 +0100 @@ -1,9 +1,9 @@ <services> <service mode="disabled" name="obs_scm"> <param name="url">https://github.com/Samyak2/toipe</param> - <param name="versionformat">@PARENT_TAG@</param> + <param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">08a3e04b8b7b7f3190962ad814c8826fe35a191f</param> + <param name="revision">0fd5abf6ebe91dc198389bad18652500bfa297f0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> @@ -13,12 +13,12 @@ <service mode="disabled" name="tar" /> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> - <param name="compression">gz</param> + <param name="compression">zstd</param> </service> <service mode="disabled" name="set_version"/> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">toipe</param> - <param name="compression">gz</param> + <param name="compression">zst</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled">