Accepting request 721882 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/721882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=4
This commit is contained in:
commit
9c9e2b9454
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6034b954a709a0041111445aa2e5656f747165eb9da0915e21b94b23f1a719f0
|
||||
size 115462
|
3
cbindgen-0.9.0.tar.gz
Normal file
3
cbindgen-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ea5a0f99d0c4a8a6bd8a75a017031b0271bec2716ac0e9029d2a65451aacd0
|
||||
size 134278
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 20:44:33 UTC 2019 - Luke Jones <luke@ljones.dev>
|
||||
|
||||
- Update to version 0.9.0
|
||||
* Support to generate C headers with C++ compatibility
|
||||
* Fix include guard generation when no_includes is set
|
||||
* Fix crate parsing order so that types from the binding crate
|
||||
are preferred in presence of conflicting names
|
||||
* Add extra_bindings option to generate bindings for dependencies
|
||||
* Clap dependency is optional now so it's feasible to avoid
|
||||
building it if cbindgen is used as a library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:57:41 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global crate_name cbindgen
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||
Name: rust-%{crate_name}
|
||||
Version: 0.8.7
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A tool for generating C bindings from Rust code
|
||||
License: MPL-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cf8d808f6ad8961c2d4a5c221e8573a010afc9fc940713b5bba855546a16dd6
|
||||
size 5152492
|
||||
oid sha256:7bbef106cc52c111c7f83350442c186352a5aee770b876688318aa2258dae083
|
||||
size 5091592
|
||||
|
Loading…
Reference in New Issue
Block a user