Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wlgreet for openSUSE:Factory checked in at 2021-09-28 19:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wlgreet (Old) and /work/SRC/openSUSE:Factory/.wlgreet.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlgreet" Tue Sep 28 19:16:40 2021 rev:3 rq:921938 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wlgreet/wlgreet.changes 2021-02-20 22:13:10.355095321 +0100 +++ /work/SRC/openSUSE:Factory/.wlgreet.new.1899/wlgreet.changes 2021-09-28 19:17:32.696255832 +0200 @@ -1,0 +2,5 @@ +Tue Sep 28 05:38:19 UTC 2021 - William Brown <[email protected]> + +- Replace rust-packaging with cargo-packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlgreet.spec ++++++ --- /var/tmp/diff_new_pack.pWxE6T/_old 2021-09-28 19:17:33.692256978 +0200 +++ /var/tmp/diff_new_pack.pWxE6T/_new 2021-09-28 19:17:33.696256983 +0200 @@ -26,9 +26,7 @@ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz Source2: cargo_config -BuildRequires: cargo -BuildRequires: rust -BuildRequires: rust-packaging +BuildRequires: cargo-packaging Recommends: greetd %description @@ -37,15 +35,14 @@ %prep %setup -qa1 -%cargo_prep +mkdir .cargo cp %{SOURCE2} .cargo/config %build -%cargo_build +%{cargo_build} %install - -install -D -p -m 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name} +%{cargo_install} %files %license LICENSE
