Accepting request 822462 from mozilla
- update to 0.14.3 * Introduce cbindgen:ignore comment annotation, to allow ignoring items or modules. * Support for casts in constant expressions. * Make a non-fatal error a warning message. * Add a --metadata option to the CLI, to allow passing pre-computed cargo metadata. 0.14.2 * Fixed minimal dependency versions. * Add an option to write pragma once. * Fix submodule scanning for implicit Rust 2018 modules. * Fix dependency parsing / scanning to handle target-specific versions. * Use heck for case conversion. * Add support for verbatim content after includes. * Allow to add attributes to most generated functions. OBS-URL: https://build.opensuse.org/request/show/822462 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=23
This commit is contained in:
parent
7ef890c00c
commit
8eff2eca52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43674216b0668501e5c4582d60341e9445a3fe9e35831311dcfff7a223264a4b
|
||||
size 168400
|
3
cbindgen-0.14.3.tar.gz
Normal file
3
cbindgen-0.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a995260beb11b7d7d96265ba091f255302fbf9b047cab61379ebd75ff779215e
|
||||
size 174113
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 14:26:02 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to 0.14.3
|
||||
* Introduce cbindgen:ignore comment annotation, to allow ignoring items or modules.
|
||||
* Support for casts in constant expressions.
|
||||
* Make a non-fatal error a warning message.
|
||||
* Add a --metadata option to the CLI, to allow passing pre-computed cargo metadata.
|
||||
0.14.2
|
||||
* Fixed minimal dependency versions.
|
||||
* Add an option to write pragma once.
|
||||
* Fix submodule scanning for implicit Rust 2018 modules.
|
||||
* Fix dependency parsing / scanning to handle target-specific versions.
|
||||
* Use heck for case conversion.
|
||||
* Add support for verbatim content after includes.
|
||||
* Allow to add attributes to most generated functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 07:39:14 UTC 2020 - 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.14.1
|
||||
Version: 0.14.3
|
||||
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:f650f352630ce6f201ca044090882f914b92d33313108de5e3515af05228e5ee
|
||||
size 5260780
|
||||
oid sha256:003663cc8d886474cf7283a980304e5cb584af011a904beec5620fea7778a352
|
||||
size 5358840
|
||||
|
Loading…
Reference in New Issue
Block a user