|
|
@ -4,7 +4,7 @@
|
|
|
|
%global crate cbindgen
|
|
|
|
%global crate cbindgen
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.7
|
|
|
|
Version: 0.6.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool for generating C bindings to Rust code
|
|
|
|
Summary: Tool for generating C bindings to Rust code
|
|
|
|
|
|
|
|
|
|
|
@ -24,12 +24,12 @@ 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_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.14.0 with crate(syn/clone-impls) < 0.15.0)
|
|
|
|
BuildRequires: (crate(syn/clone-impls) >= 0.15.0 with crate(syn/clone-impls) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/derive) >= 0.14.0 with crate(syn/derive) < 0.15.0)
|
|
|
|
BuildRequires: (crate(syn/derive) >= 0.15.0 with crate(syn/derive) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/extra-traits) >= 0.14.0 with crate(syn/extra-traits) < 0.15.0)
|
|
|
|
BuildRequires: (crate(syn/extra-traits) >= 0.15.0 with crate(syn/extra-traits) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/full) >= 0.14.0 with crate(syn/full) < 0.15.0)
|
|
|
|
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/parsing) >= 0.14.0 with crate(syn/parsing) < 0.15.0)
|
|
|
|
BuildRequires: (crate(syn/parsing) >= 0.15.0 with crate(syn/parsing) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/printing) >= 0.14.0 with crate(syn/printing) < 0.15.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: crate(serde_derive/default) = 1.0.58
|
|
|
@ -99,6 +99,9 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" test.py
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 07 2019 Josh Stone <jistone@redhat.com> - 0.6.8-1
|
|
|
|
|
|
|
|
- Update to 0.6.8
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.7-1
|
|
|
|
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.7-1
|
|
|
|
- Update to 0.6.7
|
|
|
|
- Update to 0.6.7
|
|
|
|
|
|
|
|
|
|
|
|