Update to version 1.0.73; Fixes RHBZ#2113791

epel10
Fabio Valentini 3 years ago
parent 660291e4f4
commit dd853ef894
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/cxx-build-1.0.68.crate /cxx-build-1.0.68.crate
/cxx-build-1.0.71.crate /cxx-build-1.0.71.crate
/cxx-build-1.0.72.crate /cxx-build-1.0.72.crate
/cxx-build-1.0.73.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cxx-build %global crate cxx-build
Name: rust-%{crate} Name: rust-cxx-build
Version: 1.0.72 Version: 1.0.73
Release: %autorelease Release: %autorelease
Summary: C++ code generator for integrating the 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 Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/cxx-build URL: https://crates.io/crates/cxx-build
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (cxx-build-1.0.72.crate) = a0c2b9c7446b1bc547cf923d452bbe27f5b4b84e3cddc0433ad94980f20a41b1d14bd5b781aa86887cae13cbb454773b88f3aa50d5c98a82a51f4ba981d1aa5a SHA512 (cxx-build-1.0.73.crate) = b8b00d2e5e96a43e93f859363a188b75e523d9efd526ed5ada51808f6dda3c128ddb7ac1d9e7c2133f1ae656640b06b11768fec1eb45ac8174dc648be14e306e

Loading…
Cancel
Save