|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate clang-sys
|
|
|
|
%global crate clang-sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,6 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: clang-devel >= 3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Rust bindings for libclang.}
|
|
|
|
Rust bindings for libclang.}
|
|
|
@ -268,6 +267,7 @@ which use "static" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
|
|
|
echo 'clang-devel >= 3.5'
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -281,6 +281,9 @@ which use "static" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
|
|
|
|
|
|
|
|
- Update to version 1.1.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
* Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
|
|
|
- Update to version 1.1.0.
|
|
|
|
- Update to version 1.1.0.
|
|
|
|
|
|
|
|
|
|
|
|