Update to version 1.0.83; Fixes RHBZ#2135081

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/cxx-1.0.73.crate /cxx-1.0.73.crate
/cxx-1.0.75.crate /cxx-1.0.75.crate
/cxx-1.0.78.crate /cxx-1.0.78.crate
/cxx-1.0.83.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * 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-cxx Name: rust-cxx
Version: 1.0.78 Version: 1.0.83
Release: %autorelease Release: %autorelease
Summary: Safe interop between Rust and C++ Summary: Safe interop between Rust and C++
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxx URL: https://crates.io/crates/cxx
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (cxx-1.0.78.crate) = 3e8cbcf116aa1ea70f195256a787df4c6cabd73d4ecc3a6dd794e737805cb9e8c8c1731c57a25f1ba3ee9de3b132a5ff6b2e502b190abdc1a87a016955a3a1b7 SHA512 (cxx-1.0.83.crate) = 771d4de0d03ce3b2046fd5f714fbed235df70e4d04036eb4bd39dfc383572447c6a8bb065bff2c6af57816b1b55290c4e4d51ac83fdf93d60766b5b6ae9342fe

Loading…
Cancel
Save