Update to version 1.0.57; Fixes RHBZ#2027988

epel10
Fabio Valentini 3 years ago
parent 6f6f1b4ca5
commit ccd28a00f4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/cxx-build-1.0.54.crate /cxx-build-1.0.54.crate
/cxx-build-1.0.55.crate /cxx-build-1.0.55.crate
/cxx-build-1.0.56.crate /cxx-build-1.0.56.crate
/cxx-build-1.0.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-build %global crate cxx-build
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.56 Version: 1.0.57
Release: %autorelease Release: %autorelease
Summary: C++ code generator for integrating `cxx` crate into a Cargo build Summary: C++ code generator for integrating cxx crate into a Cargo build
# 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-build
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
@ -57,8 +54,8 @@ BuildArch: noarch
%description -n %{name}+parallel-devel %{_description} %description -n %{name}+parallel-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 "parallel" feature of "%{crate}" crate. use the "parallel" feature of the "%{crate}" crate.
%files -n %{name}+parallel-devel %files -n %{name}+parallel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (cxx-build-1.0.56.crate) = 3bf246c3695e78d98ea833e52772a11cafde191c0836e1b026d7e2c9c20e0c7882cca84249bacbd7b947a275bb63c10dbb60fd494d48dab8f18140e0f17989ca SHA512 (cxx-build-1.0.57.crate) = d3b342fe49526bb5ef0a1eea8cef05967614ca13a59479eccc50b051f61679c605fedd5f0856481b6e51d1328a46c2a4613745142eabc803967aa7bab0e9fb7a

Loading…
Cancel
Save