Accepting request 909327 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/909327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=17
This commit is contained in:
commit
57cdbdcb02
3
_service
3
_service
@ -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.19.0</param>
|
||||
<param name="revision">v0.20.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -19,6 +19,7 @@
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">cbindgen</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">cbindgen</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9891d059df84aea9894e07d0508a74633c86fe71763a2eebd118a71611f78e7
|
||||
size 5888376
|
3
cbindgen-0.20.0+git0.tar.xz
Normal file
3
cbindgen-0.20.0+git0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb18be4780fb70e6d3feb650b2251f7ec7c890165f6155055d6fc93fc0f0835f
|
||||
size 146728
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 02:55:28 UTC 2021 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.20.0+git0:
|
||||
* v0.20.0
|
||||
* Don't use `check` profile when expanding code on a release build
|
||||
* Update --pretty=expanded to -Zunpretty=expanded
|
||||
* Fix some clippy lints.
|
||||
* Simplify Pin<T> to T
|
||||
* add `Builder::with_using_namespaces`
|
||||
* Ignore PhantomPinned
|
||||
* Move the target-guessing code from #676 to its own function.
|
||||
* Only fetch dependencies for current platform by default (#676)
|
||||
* v0.19.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 5 05:14:40 UTC 2021 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global crate_name cbindgen
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now
|
||||
Name: rust-%{crate_name}
|
||||
Version: 0.19.0+git0
|
||||
Version: 0.20.0+git0
|
||||
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:682800b1a85f706f249fcf66f0448245595175e7a93caad61f433da12cdd3ff7
|
||||
size 5660240
|
||||
oid sha256:467e5e2105869f1011d173d5268e6c9a92741da77ba32ed4bac248389f3f9d7f
|
||||
size 5665864
|
||||
|
Loading…
Reference in New Issue
Block a user