Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helix for openSUSE:Factory checked in at 2022-05-19 22:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helix (Old) and /work/SRC/openSUSE:Factory/.helix.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helix" Thu May 19 22:49:30 2022 rev:2 rq:978023 version:22.03~0 Changes: -------- --- /work/SRC/openSUSE:Factory/helix/helix.changes 2022-05-01 18:53:53.223179576 +0200 +++ /work/SRC/openSUSE:Factory/.helix.new.1538/helix.changes 2022-05-19 22:49:57.438383897 +0200 @@ -1,0 +2,6 @@ +Thu May 19 01:47:59 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- add support for stable/point-release systems e.g. Leap +- add ExclusiveArch to support more architectures that rust supports + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helix.spec ++++++ --- /var/tmp/diff_new_pack.WHQSvH/_old 2022-05-19 22:50:01.750389424 +0200 +++ /var/tmp/diff_new_pack.WHQSvH/_new 2022-05-19 22:50:01.758389434 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global _helix_runtimedir %{_sharedstatedir}/%{name}/runtime/ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 @@ -23,7 +24,7 @@ Release: 0 Summary: A post-modern modal text editor written in Rust License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0 -Url: https://github.com/helix-editor/helix +URL: https://github.com/helix-editor/helix Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz Source2: cargo_config @@ -31,6 +32,8 @@ Source4: helix-rpmlintrc Source5: README.SUSE BuildRequires: cargo-packaging +BuildRequires: rust >= 1.46 +ExclusiveArch: %{rust_arches} %description A kakoune/neovim inspired modal text editor with built-in LSP and