Update to version 0.7.72; Fixes RHBZ#2107879

epel10
Fabio Valentini 3 years ago
parent 719a1e9252
commit c1c31491ce
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/cxx-gen-0.7.67.crate
/cxx-gen-0.7.68.crate
/cxx-gen-0.7.71.crate
/cxx-gen-0.7.72.crate

@ -5,9 +5,9 @@
%global crate cxx-gen
Name: rust-%{crate}
Version: 0.7.71
Version: 0.7.72
Release: %autorelease
Summary: C++ code generator for integrating cxx crate into higher level tools
Summary: C++ code generator for integrating the cxx crate into higher level tools
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@ -54,17 +54,17 @@ use the "default" feature of the "%{crate}" crate.
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires -a
%cargo_generate_buildrequires
%build
%cargo_build -a
%cargo_build
%install
%cargo_install -a
%cargo_install
%if %{with check}
%check
%cargo_test -a
%cargo_test
%endif
%changelog

@ -1 +1 @@
SHA512 (cxx-gen-0.7.71.crate) = d5e10c685b225c39396bb25f28f3f2fa450948323ad21feb3b8ecf1275918f2c36136b11c9ef23cfba2bcb6a0aaa11d037dcfc0cabb5b1a1f246caa0977dbf42
SHA512 (cxx-gen-0.7.72.crate) = 8d26354cd563d0eafbc33fe5cd78bbe7d6b1cb5f9d29cc3ee480b264d49a025e9281c6fc67d8cc720ad7d69c90a4e8cb56b76c354ae0a01f36995a2d66e1cba3

Loading…
Cancel
Save