Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sccache for openSUSE:Factory checked 
in at 2021-09-29 20:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sccache (Old)
 and      /work/SRC/openSUSE:Factory/.sccache.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sccache"

Wed Sep 29 20:19:00 2021 rev:6 rq:922080 version:0.2.15~git0.6b6d2f7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sccache/sccache.changes  2021-07-05 
22:23:20.773551901 +0200
+++ /work/SRC/openSUSE:Factory/.sccache.new.1899/sccache.changes        
2021-09-29 20:20:17.631108487 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 00:57:24 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Change from rust-packaging to cargo-packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sccache.spec ++++++
--- /var/tmp/diff_new_pack.Ig4k9T/_old  2021-09-29 20:20:18.303109462 +0200
+++ /var/tmp/diff_new_pack.Ig4k9T/_new  2021-09-29 20:20:18.303109462 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
 %define configdir %{_sysconfdir}/%{name}
 
 Name:           sccache
@@ -34,7 +33,7 @@
 Source12:       builder.conf
 Source13:       scheduler.conf
 Source14:       client.example
-BuildRequires:  rust-packaging
+BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig(openssl)
 Requires:       bubblewrap
 ExcludeArch:    s390 ppc ppc64
@@ -54,13 +53,12 @@
 find vendor -type f -name \*.rs -exec chmod -x '{}' \;
 
 %build
-export RUSTFLAGS="%{rustflags}"
 # 'dist-server' available only on x86_64 so far - 
https://github.com/mozilla/sccache/issues/656
 features="all,dist-client"
 %ifarch x86_64
 features="$features,dist-server"
 %endif
-cargo build --offline --release --features=$features
+%{cargo_build} --features=$features
 
 %install
 install -D -d -m 0755 %{buildroot}%{_bindir}

Reply via email to