Accepting request 991358 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/991358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2022-08-03 19:15:48 +00:00 committed by Git OBS Bridge
commit 776ee27b5e
6 changed files with 37 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/eqrion/cbindgen.git</param> <param name="url">https://github.com/eqrion/cbindgen.git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">v0.23.0</param> <param name="revision">v0.24.3</param>
<param name="match-tag">*</param> <param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22933d76c0bb69adc5a0db90438607d56d203d34bce4ad1e0fc911040e7de076
size 150244

BIN
cbindgen-0.24.3+git0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Jul 27 07:30:01 UTC 2022 - wolfgang@rosenauer.org
- Update to version 0.24.3+git0:
* Bump version.
* tests: Add a test for struct constants going through typedefs.
* bindings: Peel through typedefs for struct constant generation.
* Rustfmt recent changes.
* Version bump.
* bitflags: Be explicit in binary operators and such.
* Version bump.
* constant: Add support for unary negation.
* bitflags: Make more operations constexpr.
* Fix changelog typo.
-------------------------------------------------------------------
Wed Jun 08 04:11:38 UTC 2022 - william.brown@suse.com
- Update to version 0.24.2+git0:
* Version bump.
* bitflags: Be explicit in binary operators and such.
* Version bump.
* constant: Add support for unary negation.
* bitflags: Make more operations constexpr.
* Fix changelog typo.
* Version bump.
* constant: Support suffixes for integers that otherwise would be narrowed.
* Fix specialization of `SomeType<N>` when `N` is a const parameter.
* Minor refactor of ConstExpr::load().
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 21 22:18:35 UTC 2022 - william.brown@suse.com Thu Apr 21 22:18:35 UTC 2022 - william.brown@suse.com

View File

@ -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.23.0+git0 Version: 0.24.3+git0
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

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.