Update to version 0.7.57; Fixes RHBZ#2027989

epel10
Fabio Valentini 3 years ago
parent 75e794129f
commit 52451a8d80
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/cxx-gen-0.7.54.crate /cxx-gen-0.7.54.crate
/cxx-gen-0.7.55.crate /cxx-gen-0.7.55.crate
/cxx-gen-0.7.56.crate /cxx-gen-0.7.56.crate
/cxx-gen-0.7.57.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cxx-gen %global crate cxx-gen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.56 Version: 0.7.57
Release: %autorelease Release: %autorelease
Summary: C++ code generator for integrating `cxx` crate into higher level tools Summary: C++ code generator for integrating cxx crate into higher level tools
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -15,9 +15,6 @@ URL: https://crates.io/crates/cxx-gen
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,11 +29,11 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -45,8 +42,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (cxx-gen-0.7.56.crate) = 03dc27bb232edd0ace412d4df94f62ce86853c526b148f73daf0961fe51153bcb54ad6a7ef55fc3df9b18f514a7a78a73835b4a67e9a2f69f0b8dfb9ae2ad3ba SHA512 (cxx-gen-0.7.57.crate) = af1737c942cd8454d87a1b47ac40e7bc34b0e096fb1f802b7d547447fe3b7b6aad02a507872aeecc2d7748e3616b1ab238acf1d63f0bcd3d2f5552aed14a8c9f

Loading…
Cancel
Save