Accepting request 842309 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/842309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=11
This commit is contained in:
commit
58f7b485d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a995260beb11b7d7d96265ba091f255302fbf9b047cab61379ebd75ff779215e
|
|
||||||
size 174113
|
|
3
cbindgen-0.15.0.tar.gz
Normal file
3
cbindgen-0.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e2756a292a3b1182b8f741d6bb9e5a8b8a8dc2eacfb187c7db649966452798d
|
||||||
|
size 190131
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 13 08:18:32 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||||
|
|
||||||
|
- update to 0.15.0
|
||||||
|
* Allow customizing mangling of generic parameters in C
|
||||||
|
* Box<T> simplifies to T* in C
|
||||||
|
* ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are opaque in C++
|
||||||
|
* C++ supports a derive-ostream annotation to derive serialization
|
||||||
|
of structs, unions and enums
|
||||||
|
* Large character constants have been fixed on Windows
|
||||||
|
* Constants are now generated for typedefs, etc
|
||||||
|
* The `sort_by` configuration option has been made to work for constants
|
||||||
|
* Default sort order is source order now (sort_by = "None"), and can
|
||||||
|
be changed by the above option
|
||||||
|
|
||||||
|
- update to 0.14.6
|
||||||
|
* Fixed the builds with older versions of rustc.
|
||||||
|
|
||||||
|
- update to 0.14.5
|
||||||
|
* Add support to specify line ending style
|
||||||
|
* Add cbindgen:ptrs-as-arrays annotation to allow making function
|
||||||
|
arguments C/C++ arrays.
|
||||||
|
|
||||||
|
- update to 0.14.4
|
||||||
|
* Allow to override the mangling separator
|
||||||
|
* cbindgen now handles better having ZSTs in template parameters, and
|
||||||
|
default template parameters.
|
||||||
|
* Support for annotating nonnull pointers
|
||||||
|
* Fixed bitflags that overflow a signed integer
|
||||||
|
* Support for wildcard argument names
|
||||||
|
* Support for the never return type, with configurable annotation
|
||||||
|
* Properly reject arrays as function arguments
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 14:26:02 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Thu Jul 23 14:26:02 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global crate_name cbindgen
|
%global crate_name cbindgen
|
||||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||||
Name: rust-%{crate_name}
|
Name: rust-%{crate_name}
|
||||||
Version: 0.14.3
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for generating C bindings from Rust code
|
Summary: A tool for generating C bindings from Rust code
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:003663cc8d886474cf7283a980304e5cb584af011a904beec5620fea7778a352
|
oid sha256:841395fe2579b5f937a879eec62a9d43df5bf244fe8f31cc0bb6bb5029928995
|
||||||
size 5358840
|
size 5631688
|
||||||
|
Loading…
Reference in New Issue
Block a user