Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package starship for openSUSE:Factory 
checked in at 2022-07-08 14:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/starship (Old)
 and      /work/SRC/openSUSE:Factory/.starship.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "starship"

Fri Jul  8 14:03:03 2022 rev:3 rq:987780 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/starship/starship.changes        2022-06-28 
15:22:53.881989474 +0200
+++ /work/SRC/openSUSE:Factory/.starship.new.1523/starship.changes      
2022-07-08 14:03:06.146529501 +0200
@@ -1,0 +2,5 @@
+Fri Jul  8 02:51:04 UTC 2022 - William Brown <william.br...@suse.com>
+
+- Remove dependency on unmaintained rust-packaging
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ starship.spec ++++++
--- /var/tmp/diff_new_pack.nbcBxz/_old  2022-07-08 14:03:06.754530225 +0200
+++ /var/tmp/diff_new_pack.nbcBxz/_new  2022-07-08 14:03:06.754530225 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           starship
 Version:        1.9.1
 Release:        0
@@ -26,7 +25,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
-BuildRequires:  rust-packaging
+BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig(openssl)
 
 %description
@@ -44,13 +43,10 @@
 cp %{SOURCE2} .cargo/config
 
 %build
-RUSTFLAGS=%{rustflags} cargo build --release
+%{cargo_build}
 
 %install
-RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path .
-# remove residue crate file
-rm %{buildroot}%{_prefix}/.crates.toml
-rm %{buildroot}%{_prefix}/.crates2.json
+%{cargo_install}
 
 %files
 %doc README.md

Reply via email to