|
|
@ -6,8 +6,8 @@
|
|
|
|
%global crate cexpr
|
|
|
|
%global crate cexpr
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.3.3
|
|
|
|
Version: 0.3.4
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: C expression parser and evaluator
|
|
|
|
Summary: C expression parser and evaluator
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
@ -21,7 +21,7 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(nom/default) >= 4.0.0 with crate(nom/default) < 5.0.0)
|
|
|
|
BuildRequires: (crate(nom/default) >= 4.0.0 with crate(nom/default) < 5.0.0)
|
|
|
|
BuildRequires: (crate(nom/verbose-errors) >= 4.0.0 with crate(nom/verbose-errors) < 5.0.0)
|
|
|
|
BuildRequires: (crate(nom/verbose-errors) >= 4.0.0 with crate(nom/verbose-errors) < 5.0.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(clang-sys/default) >= 0.13.0 with crate(clang-sys/default) < 0.27.0)
|
|
|
|
BuildRequires: (crate(clang-sys/default) >= 0.13.0 with crate(clang-sys/default) < 0.28.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 15 2019 Josh Stone <jistone@redhat.com> - 0.3.4-1
|
|
|
|
|
|
|
|
- Update to 0.3.4
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-2
|
|
|
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-2
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|