Update to 0.8.2

epel9
Josh Stone 6 years ago
parent 48f2624ff6
commit 5885c1b1ff

1
.gitignore vendored

@ -11,3 +11,4 @@
/cbindgen-0.7.0.crate
/cbindgen-0.7.1.crate
/cbindgen-0.8.0.crate
/cbindgen-0.8.2.crate

@ -4,7 +4,7 @@
%global crate cbindgen
Name: rust-%{crate}
Version: 0.8.0
Version: 0.8.2
Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code
@ -21,12 +21,13 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0)
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
BuildRequires: (crate(serde/derive) >= 1.0.0 with crate(serde/derive) < 2.0.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
BuildRequires: (crate(syn/clone-impls) >= 0.15.0 with crate(syn/clone-impls) < 0.16.0)
BuildRequires: (crate(syn/derive) >= 0.15.0 with crate(syn/derive) < 0.16.0)
BuildRequires: (crate(syn/extra-traits) >= 0.15.0 with crate(syn/extra-traits) < 0.16.0)
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
BuildRequires: (crate(syn/parsing) >= 0.15.0 with crate(syn/parsing) < 0.16.0)
@ -82,7 +83,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" test.py
@ -99,6 +100,9 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" test.py
%endif
%changelog
* Thu Mar 07 2019 Josh Stone <jistone@redhat.com> - 0.8.2-1
- Update to 0.8.2
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 0.8.0-1
- Update to 0.8.0

@ -1 +1 @@
SHA512 (cbindgen-0.8.0.crate) = 85a8c2fc5a4664fb4b6ea304e7b56fb4d4ede95cdb9c8d828be049a0409d469a3a95fd82660e634e868ac495a18161e46e2fcf51854ed2ff4d9e66673ea27986
SHA512 (cbindgen-0.8.2.crate) = e4e6079170ba396f753603cd58c2a8c252e216e129cea6a0c4d82b399aea78f569d80345dbe69af509aadf207790b4d00b8f2edf500b36d54d9c095a65b9e792

Loading…
Cancel
Save