Hello community,

here is the log from the commit of package cargo-c for openSUSE:Factory checked 
in at 2019-12-12 23:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-c (Old)
 and      /work/SRC/openSUSE:Factory/.cargo-c.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo-c"

Thu Dec 12 23:18:25 2019 rev:2 rq:755868 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo-c/cargo-c.changes  2019-11-28 
10:14:05.691637151 +0100
+++ /work/SRC/openSUSE:Factory/.cargo-c.new.4691/cargo-c.changes        
2019-12-12 23:18:32.262211466 +0100
@@ -1,0 +2,5 @@
+Mon Dec  9 16:03:39 UTC 2019 - Andreas Schneider <a...@cryptomilk.org>
+
+- Set rust compiler and rust flags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cargo-c.spec ++++++
--- /var/tmp/diff_new_pack.T4x0xq/_old  2019-12-12 23:18:33.238211378 +0100
+++ /var/tmp/diff_new_pack.T4x0xq/_new  2019-12-12 23:18:33.238211378 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package rust-cargo-c
+# spec file for package cargo-c
 #
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2019 Andreas Schneider <a...@cryptomilk.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,14 +16,14 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           cargo-c
 Version:        0.3.1
 Release:        0
 Summary:        Helper to build and install c-like libraries from Rust
+License:        MIT
 Group:          Development/Languages/Rust
 
-# Upstream license specification: MIT
-License:        MIT
 URL:            https://crates.io/crates/cargo-c
 #
 Source0:        
https://github.com/lu-zero/cargo-c/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -48,6 +49,10 @@
 replace-with = 'vendored-sources'
 [source.vendored-sources]
 directory = './vendor'
+[build]
+rustc = "%{__rustc}"
+rustdoc = "%{__rustdoc}"
+rustflags = %{__global_rustflags_toml}
 [install]
 root = '%{buildroot}%{_prefix}'
 [term]


Reply via email to