Accepting request 965381 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/965381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-cbindgen?expand=0&rev=18
This commit is contained in:
commit
0c50170858
2
_service
2
_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.20.0</param>
|
||||
<param name="revision">v0.21.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb18be4780fb70e6d3feb650b2251f7ec7c890165f6155055d6fc93fc0f0835f
|
||||
size 146728
|
3
cbindgen-0.21.0+git0.tar.xz
Normal file
3
cbindgen-0.21.0+git0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d120b91a48e4ea0d62262a3eff2dd71a15ddc4e8f6bc3292269bdae0a67dc2c
|
||||
size 147900
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 22:39:33 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.21.0+git0:
|
||||
* v0.21.0
|
||||
* Update MSRV to 1.54.0
|
||||
* Update clap to 3.1
|
||||
* Update heck to 0.4.0
|
||||
* Remove etesync from readme.
|
||||
* Update docs.md
|
||||
* Remove wgpu-native from users.
|
||||
* Address clippy lint.
|
||||
* unraw the identifiers
|
||||
* Silence some dead_code warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 02:55:28 UTC 2021 - william.brown@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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.20.0+git0
|
||||
Version: 0.21.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:467e5e2105869f1011d173d5268e6c9a92741da77ba32ed4bac248389f3f9d7f
|
||||
size 5665864
|
||||
oid sha256:fb6eaeaf15bcd0423ea4d7ada033861bb26f5e1c34e7a78dbf58e5d4d0474edd
|
||||
size 5666696
|
||||
|
Loading…
Reference in New Issue
Block a user