Update to 0.3.2

epel9
Josh Stone 6 years ago
parent 4ec76c04d3
commit de7e9ef114

1
.gitignore vendored

@ -1,2 +1,3 @@
/cexpr-0.3.0.crate /cexpr-0.3.0.crate
/cexpr-0.3.1.crate /cexpr-0.3.1.crate
/cexpr-0.3.2.crate

@ -5,7 +5,7 @@
%global crate cexpr %global crate cexpr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: C expression parser and evaluator Summary: C expression parser and evaluator
@ -21,7 +21,7 @@ BuildRequires: rust-packaging
BuildRequires: ((crate(nom) >= 4.0.0 with crate(nom) < 5.0.0) with crate(nom/verbose-errors)) BuildRequires: ((crate(nom) >= 4.0.0 with crate(nom) < 5.0.0) with crate(nom/verbose-errors))
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(clang-sys) >= 0.13.0 with crate(clang-sys) <= 0.26.0) BuildRequires: (crate(clang-sys) >= 0.13.0 with crate(clang-sys) < 0.27.0)
%endif %endif
%description %description
@ -57,6 +57,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.3.2-1
- Update to 0.3.2
* Tue Oct 09 2018 Josh Stone <jistone@redhat.com> - 0.3.1-1 * Tue Oct 09 2018 Josh Stone <jistone@redhat.com> - 0.3.1-1
- Update to 0.3.1 - Update to 0.3.1

@ -1 +1 @@
SHA512 (cexpr-0.3.1.crate) = d0c41291d3c898304af2856a8915ce4bfa7cf992a942e785006c32439480744d316cfe287e0b0f48793fd736107333d8992faac8b70f975b14e0c1a4453befb0 SHA512 (cexpr-0.3.2.crate) = 85cccb41d67a33ccec5082cc6837c9c6b2e5a4bd0206220d7781d5c6671c532d15f494ed4e4122f1de5f40738e01f071c5a02a1f623475e1e560923878eda087

Loading…
Cancel
Save