Accepting request 721881 from home:luke_nukem:branches:devel:languages:rust

- 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

OBS-URL: https://build.opensuse.org/request/show/721881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=10
This commit is contained in:
Luke Jones 2019-08-08 22:33:06 +00:00 committed by Git OBS Bridge
parent 1f7bddbdf9
commit d708235428
5 changed files with 18 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28ea5a0f99d0c4a8a6bd8a75a017031b0271bec2716ac0e9029d2a65451aacd0
size 134278

View File

@ -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>

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cf8d808f6ad8961c2d4a5c221e8573a010afc9fc940713b5bba855546a16dd6
size 5152492
oid sha256:7bbef106cc52c111c7f83350442c186352a5aee770b876688318aa2258dae083
size 5091592