Update to version 1.0.72; Fixes RHBZ#2107875

epel10
Fabio Valentini 3 years ago
parent 9134e8edbb
commit 732d2e96ab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/cxxbridge-flags-1.0.67.crate /cxxbridge-flags-1.0.67.crate
/cxxbridge-flags-1.0.68.crate /cxxbridge-flags-1.0.68.crate
/cxxbridge-flags-1.0.71.crate /cxxbridge-flags-1.0.71.crate
/cxxbridge-flags-1.0.72.crate

@ -5,7 +5,7 @@
%global crate cxxbridge-flags %global crate cxxbridge-flags
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.71 Version: 1.0.72
Release: %autorelease Release: %autorelease
Summary: Compiler configuration of the cxx crate Summary: Compiler configuration of the cxx crate
@ -90,17 +90,17 @@ use the "c++20" feature of the "%{crate}" crate.
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires -a %cargo_generate_buildrequires
%build %build
%cargo_build -a %cargo_build
%install %install
%cargo_install -a %cargo_install
%if %{with check} %if %{with check}
%check %check
%cargo_test -a %cargo_test
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (cxxbridge-flags-1.0.71.crate) = 53f5783c4c15b87eac8f6c7ca911b5b3c92a5821040c4000586a118b441aaab17f798f878433436e881f0edd531d9243234cdb4bacfea16fe1f60df080a2d6b9 SHA512 (cxxbridge-flags-1.0.72.crate) = 6491a698b0477cb1f5aa62e8f06073f9575a546134a782da4ff19c67b8c06d9033ba0a4dcbbd826313c7917a83b108a3edce2a11124690af1609331353dec305

Loading…
Cancel
Save