Update to version 1.0.68; Fixes RHBZ#2086123

epel10
Fabio Valentini 3 years ago
parent 3b081e7d84
commit 2acd74faf3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
# * missing dev-dependency: cxx-test-suite # * missing dev-dependency: cxx-test-suite
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate cxx %global crate cxx
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.67 Version: 1.0.68
Release: %autorelease Release: %autorelease
Summary: Safe interop between Rust and C++ Summary: Safe interop between Rust and C++
@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Safe interop between Rust and C++.} Safe interop between Rust and C++.}
@ -34,9 +34,10 @@ 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
%doc README.md compile_flags.txt %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +49,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}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +61,7 @@ This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate. use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+c++14-devel %package -n %{name}+c++14-devel
Summary: %{summary} Summary: %{summary}
@ -72,7 +73,7 @@ This package contains library source intended for building other packages which
use the "c++14" feature of the "%{crate}" crate. use the "c++14" feature of the "%{crate}" crate.
%files -n %{name}+c++14-devel %files -n %{name}+c++14-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+c++17-devel %package -n %{name}+c++17-devel
Summary: %{summary} Summary: %{summary}
@ -84,7 +85,7 @@ This package contains library source intended for building other packages which
use the "c++17" feature of the "%{crate}" crate. use the "c++17" feature of the "%{crate}" crate.
%files -n %{name}+c++17-devel %files -n %{name}+c++17-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+c++20-devel %package -n %{name}+c++20-devel
Summary: %{summary} Summary: %{summary}
@ -96,7 +97,7 @@ This package contains library source intended for building other packages which
use the "c++20" feature of the "%{crate}" crate. use the "c++20" feature of the "%{crate}" crate.
%files -n %{name}+c++20-devel %files -n %{name}+c++20-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -108,7 +109,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-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-1.0.67.crate) = 286406f629d9df1d3522a3ba5eac8396b32ff0f1d11ed7666e3d28322036e6053c12ef829d40c86bbff4f7e038416af291d0adde6e0e1df9cf90d836373783f4 SHA512 (cxx-1.0.68.crate) = e312a4972f6fc3df6e05b1ef566cac086134af814becb391a79b151fa0daa66c044464ec269bb25eea05ee69f65298490addf1c9bae847c42cb505c0bc167d4e

Loading…
Cancel
Save