|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate clang-sys
|
|
|
|
%global crate clang-sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.26.2
|
|
|
|
Version: 0.26.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.2.11 with crate(glob/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(glob/default) >= 0.2.11 with crate(glob/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.39 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.39 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libloading/default) >= 0.5.0 with crate(libloading/default) < 0.6.0)
|
|
|
|
BuildRequires: (crate(libloading/default) >= 0.5.0 with crate(libloading/default) < 0.6.0)
|
|
|
|
BuildRequires: clang-devel >= 3.5
|
|
|
|
BuildRequires: clang-devel >= 3.5
|
|
|
|
|
|
|
|
|
|
|
@ -310,6 +310,9 @@ which use "runtime" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 14 2018 Josh Stone <jistone@redhat.com> - 0.26.3-1
|
|
|
|
|
|
|
|
- Update to 0.26.3
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26.2-1
|
|
|
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26.2-1
|
|
|
|
- Update to 0.26.2
|
|
|
|
- Update to 0.26.2
|
|
|
|
|
|
|
|
|
|
|
|