Accepting request 741334 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/741334 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=5
This commit is contained in:
commit
b69afd35a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ea5a0f99d0c4a8a6bd8a75a017031b0271bec2716ac0e9029d2a65451aacd0
|
||||
size 134278
|
3
cbindgen-0.9.1.tar.gz
Normal file
3
cbindgen-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb1b9b55bfed3ccd774d3c0e83bc549f2ac5418c7d80b63052b0dd1034478ec7
|
||||
size 138182
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 20:27:55 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- Update to version 0.9.1
|
||||
* Various improvements to comment output.
|
||||
* Fixed expand when ran from build.rs.
|
||||
* More debugging output for expansion.
|
||||
* New option to add a default private constructor in C++ tagged enums.
|
||||
* Syn and related dependencies updated to 1.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 20:44:33 UTC 2019 - Luke Jones <luke@ljones.dev>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global crate_name cbindgen
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||
Name: rust-%{crate_name}
|
||||
Version: 0.9.0
|
||||
Version: 0.9.1
|
||||
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:7bbef106cc52c111c7f83350442c186352a5aee770b876688318aa2258dae083
|
||||
size 5091592
|
||||
oid sha256:bae83e6370d47e24656585f6013f7439d75710de055f8446cb18616a54d87c98
|
||||
size 5225568
|
||||
|
Loading…
Reference in New Issue
Block a user