Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitui for openSUSE:Factory checked in at 2023-03-11 18:24:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitui (Old) and /work/SRC/openSUSE:Factory/.gitui.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitui" Sat Mar 11 18:24:09 2023 rev:2 rq:1070836 version:0.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gitui/gitui.changes 2023-01-07 17:19:29.778077895 +0100 +++ /work/SRC/openSUSE:Factory/.gitui.new.31432/gitui.changes 2023-03-11 18:24:48.343120039 +0100 @@ -1,0 +2,16 @@ +Sat Mar 11 08:37:45 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Set worker disk size to 4GB to fix "No space left on device" on pp64. + +------------------------------------------------------------------- +Sat Mar 11 07:43:01 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update vendored dependencies +- Use zstd compression for tarballs. + +------------------------------------------------------------------- +Sat Mar 11 07:40:36 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Remove gitui-v0.22.1.obscpio file. Forgot to delete + +------------------------------------------------------------------- Old: ---- gitui-0.22.1.tar.xz gitui-v0.22.1.obscpio vendor.tar.xz New: ---- gitui-0.22.1.tar.zst vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitui.spec ++++++ --- /var/tmp/diff_new_pack.OFvgWQ/_old 2023-03-11 18:24:49.395125521 +0100 +++ /var/tmp/diff_new_pack.OFvgWQ/_new 2023-03-11 18:24:49.399125542 +0100 @@ -20,15 +20,16 @@ Version: 0.22.1 Release: 0 Summary: Terminal UI for git -License: ( (MIT OR Apache-2.0) AND Unicode-DFS-2016 ) AND ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT +License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Artistic-2.0 OR CC0-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT URL: https://github.com/extrawurst/gitui -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo -BuildRequires: pkgconfig(openssl) +BuildRequires: zstd BuildRequires: pkgconfig(libgit2) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(zlib) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.OFvgWQ/_old 2023-03-11 18:24:49.435125730 +0100 +++ /var/tmp/diff_new_pack.OFvgWQ/_new 2023-03-11 18:24:49.439125750 +0100 @@ -12,13 +12,13 @@ <service mode="disabled" name="tar" /> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zstd</param> </service> <service mode="disabled" name="set_version"/> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">gitui</param> - <param name="compression">xz</param> - <param name="update">false</param> + <param name="compression">zst</param> + <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled"> <param name="srcdir">gitui</param>