Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package StyLua for openSUSE:Factory checked in at 2022-12-01 17:21:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/StyLua (Old) and /work/SRC/openSUSE:Factory/.StyLua.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "StyLua" Thu Dec 1 17:21:38 2022 rev:2 rq:1039331 version:0.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/StyLua/StyLua.changes 2022-11-21 15:30:29.760922570 +0100 +++ /work/SRC/openSUSE:Factory/.StyLua.new.1835/StyLua.changes 2022-12-01 17:22:37.962695726 +0100 @@ -1,0 +2,5 @@ +Thu Nov 24 13:56:02 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Remove strip option for debuginfo creation. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ StyLua.spec ++++++ --- /var/tmp/diff_new_pack.3TqkLL/_old 2022-12-01 17:22:38.578699095 +0100 +++ /var/tmp/diff_new_pack.3TqkLL/_new 2022-12-01 17:22:38.602699226 +0100 @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define _bin_name stylua Name: StyLua Version: 0.15.2 Release: 0 Summary: Opinionated Lua code formatter -License: ( MIT OR Apache-2.0 ) AND Unicode-DFS-2016 AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Unlicense OR MIT ) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0 +License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0 URL: https://github.com/JohnnyMorganz/StyLua Source0: https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.gz Source2: cargo_config -BuildRequires: rust+cargo BuildRequires: cargo-packaging +BuildRequires: rust+cargo %description StyLua is an opinonated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau @@ -48,7 +49,6 @@ %check %{cargo_test} --all-features - %files %{_bindir}/%{_bin_name} %license LICENSE.md ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.3TqkLL/_old 2022-12-01 17:22:38.662699554 +0100 +++ /var/tmp/diff_new_pack.3TqkLL/_new 2022-12-01 17:22:38.666699576 +0100 @@ -4,6 +4,3 @@ [source.vendored-sources] directory = "vendor" -[profile] -release = { strip = "symbols", lto = "thin", opt-level = "z" } -