Update to 0.8.0

epel9
Josh Stone 6 years ago
parent fa9a55dde6
commit 48f2624ff6

1
.gitignore vendored

@ -10,3 +10,4 @@
/cbindgen-0.6.8.crate
/cbindgen-0.7.0.crate
/cbindgen-0.7.1.crate
/cbindgen-0.8.0.crate

@ -4,14 +4,14 @@
%global crate cbindgen
Name: rust-%{crate}
Version: 0.7.1
Release: 2%{?dist}
Version: 0.8.0
Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code
# Upstream license specification: MPL-2.0
License: MPLv2.0
URL: https://crates.io/crates/cbindgen
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
# Run tests with the release binaries
Patch1: cbindgen-test-release.patch
@ -23,6 +23,7 @@ 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(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)
@ -32,7 +33,6 @@ BuildRequires: (crate(syn/parsing) >= 0.15.0 with crate(syn/parsing) < 0.16.0)
BuildRequires: (crate(syn/printing) >= 0.15.0 with crate(syn/printing) < 0.16.0)
BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0)
BuildRequires: (crate(toml/default) >= 0.4.0 with crate(toml/default) < 0.5.0)
BuildRequires: crate(serde_derive/default) = 1.0.58
BuildRequires: /usr/bin/pathfix.py
%if %{with check}
BuildRequires: python3
@ -99,6 +99,9 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" test.py
%endif
%changelog
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 0.8.0-1
- Update to 0.8.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (cbindgen-0.7.1.crate) = ee9856e07ea55c03f4a715497167a4714e3d1297c1f52da2fef507b44d93f258ca2eda8004befb3915a9cfd783b44e6768706de5efa3cac6f7a778bf8ccb4e76
SHA512 (cbindgen-0.8.0.crate) = 85a8c2fc5a4664fb4b6ea304e7b56fb4d4ede95cdb9c8d828be049a0409d469a3a95fd82660e634e868ac495a18161e46e2fcf51854ed2ff4d9e66673ea27986

Loading…
Cancel
Save