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:
parent
9027234b2e
commit
b65bc34c7f
2
_service
2
_service
@ -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.24.2</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>
|
||||||
|
@ -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
BIN
cbindgen-0.24.3+git0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Wed Jun 08 04:11:38 UTC 2022 - william.brown@suse.com
|
||||||
|
|
||||||
|
@ -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.24.2+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)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user