Update to version 1.0.91; Fixes RHBZ#2169024

epel10
Fabio Valentini 2 years ago
parent 405d5173b0
commit 9ec8546ab9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/cxx-1.0.85.crate
/cxx-1.0.88.crate
/cxx-1.0.89.crate
/cxx-1.0.91.crate

@ -1,3 +0,0 @@
# rust-cxx
The rust-cxx package

@ -1,6 +1,6 @@
--- cxx-1.0.89/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.89/Cargo.toml 2023-02-05T15:24:57.343908+00:00
@@ -17,10 +17,16 @@
--- cxx-1.0.91/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.91/Cargo.toml 2023-02-28T20:45:47.578879+00:00
@@ -17,11 +17,16 @@
authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "cxxbridge1"
exclude = [
@ -9,6 +9,7 @@
"/gen",
"/syntax",
"/third-party",
- "/tools/buck/prelude",
+ "/tools/bazel",
+ "/tools/buck",
+ "/BUCK",

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * missing dev-dependency: cxx-test-suite
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate cxx
Name: rust-cxx
Version: 1.0.89
Version: 1.0.91
Release: %autorelease
Summary: Safe interop between Rust and C++

@ -1 +1 @@
SHA512 (cxx-1.0.89.crate) = c302e145c84b91363577843ede69b1a1c715a2232bfce4d46590dd0c82e20389690c3fdb6a8ff3a1b48f597b22fb7d58435b45d728fd91d2e1d3d5ec7f2716c9
SHA512 (cxx-1.0.91.crate) = 14fed0543dd81ecd5f07e20e159cd8694cda2f7ccb5fcecfd8b6ca1dada05d6f1f2b504bb3b6a1ef01cc15adf48187b08e032e668fb298e3f099cb4d49c1a3b5

Loading…
Cancel
Save