Update to version 0.7.144; Fixes RHBZ#2254860

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

1
.gitignore vendored

@ -36,3 +36,4 @@
/cxx-gen-0.7.107.crate
/cxx-gen-0.7.109.crate
/cxx-gen-0.7.110.crate
/cxx-gen-0.7.114.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate cxx-gen
Name: rust-cxx-gen
Version: 0.7.110
Version: 0.7.114
Release: %autorelease
Summary: C++ code generator for integrating cxx crate into higher level tools
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxx-gen
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
C++ code generator for integrating `cxx` crate into higher level tools.}
@ -47,7 +47,7 @@ use the "default" 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-gen-0.7.110.crate) = c343c26d7bf3bd35ca8d693377ca91c70343723d7c43ef997e3f63534c35635a55194bad79358b12f86cc4bc9d31540c166c282c216b651d9bb94af100987a24
SHA512 (cxx-gen-0.7.114.crate) = 7277dbf0d75342636b7a1b67f5248fe68b126635e11f4b5ae57a426c808a01ca441762a88c9d532f3789b025204eafe70a6f937bd520b6b45357068910cb8180

Loading…
Cancel
Save