Accepting request 991356 from mozilla

minor version update required for Firefox 103

OBS-URL: https://build.opensuse.org/request/show/991356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=46
This commit is contained in:
Wolfgang Rosenauer 2022-07-27 07:52:09 +00:00 committed by Git OBS Bridge
parent 9027234b2e
commit b65bc34c7f
6 changed files with 22 additions and 7 deletions

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:600651f001eb4f1881d94a631fb47c51ef15ead08dafffd459257eba28e662b9
size 155052

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

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
%global crate_name cbindgen
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
Name: rust-%{crate_name}
Version: 0.24.2+git0
Version: 0.24.3+git0
Release: 0
Summary: A tool for generating C bindings from Rust code
License: MPL-2.0

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

Binary file not shown.