Update to version 1.0.68; Fixes RHBZ#2086126

epel10
Fabio Valentini 3 years ago
parent 72887e9245
commit 60ad1bbdd4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/cxx-build-1.0.65.crate /cxx-build-1.0.65.crate
/cxx-build-1.0.66.crate /cxx-build-1.0.66.crate
/cxx-build-1.0.67.crate /cxx-build-1.0.67.crate
/cxx-build-1.0.68.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%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.67 Version: 1.0.68
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
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
C++ code generator for integrating `cxx` crate into a Cargo build.} C++ code generator for integrating `cxx` crate into a Cargo build.}
@ -33,8 +33,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,7 +47,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{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 %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-async-fn-devel %package -n %{name}+experimental-async-fn-devel
Summary: %{summary} Summary: %{summary}
@ -58,7 +59,7 @@ This package contains library source intended for building other packages which
use the "experimental-async-fn" feature of the "%{crate}" crate. use the "experimental-async-fn" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-fn-devel %files -n %{name}+experimental-async-fn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parallel-devel %package -n %{name}+parallel-devel
Summary: %{summary} Summary: %{summary}
@ -70,7 +71,7 @@ This package contains library source intended for building other packages which
use the "parallel" feature of the "%{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 %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (cxx-build-1.0.67.crate) = 7e8f19f96105f13b249082c80b051e2a4840c37d3db1978e179304853bff2f3b9529998be7ce9effebb407ed9b98e198373041dc45937b6574082f7b2e1eca5a SHA512 (cxx-build-1.0.68.crate) = d951bcaa0802f87c56e2b4ccec34a06d93c0bff991837f4102c74380dc6e58c33288352c49805631224ebfc5d64cfb9c39d28cca12d16a2faf04687cb9a98076

Loading…
Cancel
Save