Update to 0.3.6

epel9
Josh Stone 5 years ago
parent 07067b27b5
commit 520c5e7d91

1
.gitignore vendored

@ -4,3 +4,4 @@
/cexpr-0.3.3.crate /cexpr-0.3.3.crate
/cexpr-0.3.4.crate /cexpr-0.3.4.crate
/cexpr-0.3.5.crate /cexpr-0.3.5.crate
/cexpr-0.3.6.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm # Generated by rust2rpm 10
# * Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate cexpr %global crate cexpr
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.5 Version: 0.3.6
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
@ -16,16 +16,14 @@ URL: https://crates.io/crates/cexpr
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
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)
%if %{with check}
BuildRequires: (crate(clang-sys/default) >= 0.13.0 with crate(clang-sys/default) < 0.29.0)
%endif
%global _description \ %global _description %{expand:
A C expression parser and evaluator. A C expression parser and evaluator.}
%description %{_description} %description %{_description}
@ -58,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -70,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 15 2019 Josh Stone <jistone@redhat.com> - 0.3.6-1
- Update to 0.3.6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (cexpr-0.3.5.crate) = a6998959c48045cca2795e28e0bec8ba37214d498b75f5b608cce9b2d94f6ad69009adaca250320c7dc22f05af8cc3f7b9777dce90384575d25bc75b0696d93d SHA512 (cexpr-0.3.6.crate) = 1f8a6dfe97b70844526ed95f42a38c460ec9056345c4c0fd62c42dc9a52e4a317cab11fc3620419cdb4d0b8eba5d7d225c7b211939a47d4a6019a0518e8c738f

Loading…
Cancel
Save