|
|
@ -4,14 +4,14 @@
|
|
|
|
%global crate cbindgen
|
|
|
|
%global crate cbindgen
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.1
|
|
|
|
Version: 0.8.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool for generating C bindings to Rust code
|
|
|
|
Summary: Tool for generating C bindings to Rust code
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MPL-2.0
|
|
|
|
# Upstream license specification: MPL-2.0
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
|
URL: https://crates.io/crates/cbindgen
|
|
|
|
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
|
|
|
|
# Run tests with the release binaries
|
|
|
|
Patch1: cbindgen-test-release.patch
|
|
|
|
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(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/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) >= 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(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/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/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(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(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(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
|
|
|
|
BuildRequires: /usr/bin/pathfix.py
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: python3
|
|
|
@ -99,6 +99,9 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" test.py
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|