Update to version 1.0.72; Fixes RHBZ#2107877

epel10
Fabio Valentini 3 years ago
parent cf45a7d7de
commit 9723fca4a8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/cxx-build-1.0.67.crate
/cxx-build-1.0.68.crate
/cxx-build-1.0.71.crate
/cxx-build-1.0.72.crate

@ -5,9 +5,9 @@
%global crate cxx-build
Name: rust-%{crate}
Version: 1.0.71
Version: 1.0.72
Release: %autorelease
Summary: C++ code generator for integrating cxx crate into a Cargo build
Summary: C++ code generator for integrating the cxx crate into a Cargo build
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@ -78,17 +78,17 @@ use the "parallel" 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-build-1.0.71.crate) = 6877a3d3892d5d06132fdfa98eac19dd894e38ba295a99c00949c40b754264e585b9c9dcf1f8baeb0532a316343969522c6d3525d5fc430fdcfd9fedb22910f5
SHA512 (cxx-build-1.0.72.crate) = a0c2b9c7446b1bc547cf923d452bbe27f5b4b84e3cddc0433ad94980f20a41b1d14bd5b781aa86887cae13cbb454773b88f3aa50d5c98a82a51f4ba981d1aa5a

Loading…
Cancel
Save