Update to version 1.0.114; Fixes RHBZ#2254859

epel10
Fabio Valentini 1 year ago
parent b8d275abc0
commit 32aad947e5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -36,3 +36,4 @@
/cxx-build-1.0.107.crate
/cxx-build-1.0.109.crate
/cxx-build-1.0.110.crate
/cxx-build-1.0.114.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate cxx-build
Name: rust-cxx-build
Version: 1.0.110
Version: 1.0.114
Release: %autorelease
Summary: C++ code generator for integrating cxx crate into a Cargo build
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxx-build
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
C++ code generator for integrating `cxx` crate into a Cargo build.}
@ -71,7 +71,7 @@ use the "parallel" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (cxx-build-1.0.110.crate) = a37dfbe97a03026d8469db25c2dbb5110f301a72b22f0b0d98559c7f69a39ad6786f2a9c7a8d6bba3286f374a2024d7b5aaafa7bfc9a603444032f75c7019fdc
SHA512 (cxx-build-1.0.114.crate) = f13ccd3e047a193ce9f0104facab3ab3ecfafc615148221a2435dcc51d0045e8835d6f3e04f9a47a4c1beb9c4cf1edc624bd9efa6c246d91e1d8ad9434909da8

Loading…
Cancel
Save