Accepting request 886702 from mozilla
OBS-URL: https://build.opensuse.org/request/show/886702 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=29
This commit is contained in:
parent
7e8cf037de
commit
20ff43ddfa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7b545f27f19da06983d38e149b76c446a13b9df744d22b2a1b3adb79dabf0ab
|
||||
size 188599
|
3
cbindgen-0.19.0.tar.gz
Normal file
3
cbindgen-0.19.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
|
||||
size 192820
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 12:16:37 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- Update to 0.19.0
|
||||
* Simplify types in generics
|
||||
* Use --profile=check for macro expansion
|
||||
* Use exported name to prefix enum variants
|
||||
* Fix path attribute handling in inline submodules
|
||||
* Fix a stack overflow with some recursive typedefs
|
||||
|
||||
- Update to 0.18.0
|
||||
* Simplify types in nested types such as pointed-to types and
|
||||
function signatures
|
||||
|
||||
- Update to 0.17.0
|
||||
* Add with_parse_extra_bindings to builder.
|
||||
* Support NonZero and fix incorrect simplification of Option<ptr> into ptr.
|
||||
* Deal with name conflicts correctly in declaration type resolution.
|
||||
* Support pointers to ZSTs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 08:25:59 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global crate_name cbindgen
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||
Name: rust-%{crate_name}
|
||||
Version: 0.16.0
|
||||
Version: 0.19.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:467f9145cb8b5b6f6993b2729d4cbacc7190f32c2b94bebf9c5350997746e180
|
||||
size 5731200
|
||||
oid sha256:4e88b4c8614acd7df7e2e02dcdf075a7df4093b8fe7a35b73b612f10ba8c1607
|
||||
size 5732872
|
||||
|
Loading…
Reference in New Issue
Block a user