Accepting request 862545 from home:MSirringhaus:branches:devel:languages:rust
- Update to 0.16.0 * Remove artificial restriction on lifetime parameters on enums * Add an option for converting usize/isize into size_t/ptrdiff_t. * Allow controlling the cargo profile used for expansion. * Support wider range of expressions in enum discriminants * Support generation of Cython bindings * Fixed some issues with style=tag and recursive structs * Default C style to Both (as specified in docs) * Fix resolution of path dependencies from certain modules. * Support inlined definitions for tuple variants with a single field in C OBS-URL: https://build.opensuse.org/request/show/862545 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=27
This commit is contained in:
parent
947d641dd5
commit
7e8cf037de
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e2756a292a3b1182b8f741d6bb9e5a8b8a8dc2eacfb187c7db649966452798d
|
||||
size 190131
|
3
cbindgen-0.16.0.tar.gz
Normal file
3
cbindgen-0.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7b545f27f19da06983d38e149b76c446a13b9df744d22b2a1b3adb79dabf0ab
|
||||
size 188599
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 08:25:59 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- Update to 0.16.0
|
||||
* Remove artificial restriction on lifetime parameters on enums
|
||||
* Add an option for converting usize/isize into size_t/ptrdiff_t.
|
||||
* Allow controlling the cargo profile used for expansion.
|
||||
* Support wider range of expressions in enum discriminants
|
||||
* Support generation of Cython bindings
|
||||
* Fixed some issues with style=tag and recursive structs
|
||||
* Default C style to Both (as specified in docs)
|
||||
* Fix resolution of path dependencies from certain modules.
|
||||
* Support inlined definitions for tuple variants with a single field in C
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 08:18:32 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rust-cbindgen
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%global crate_name cbindgen
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||
Name: rust-%{crate_name}
|
||||
Version: 0.15.0
|
||||
Version: 0.16.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:841395fe2579b5f937a879eec62a9d43df5bf244fe8f31cc0bb6bb5029928995
|
||||
size 5631688
|
||||
oid sha256:467f9145cb8b5b6f6993b2729d4cbacc7190f32c2b94bebf9c5350997746e180
|
||||
size 5731200
|
||||
|
Loading…
Reference in New Issue
Block a user