Update to version 1.0.133; Fixes RHBZ#2325400

epel10
Fabio Valentini 2 months ago
parent f3cfb129f5
commit 3c441381ac
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -44,3 +44,4 @@
/cxx-1.0.126.crate
/cxx-1.0.128.crate
/cxx-1.0.129.crate
/cxx-1.0.133.crate

@ -1,5 +1,5 @@
--- cxx-1.0.129/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.129/Cargo.toml 2024-10-22T19:48:06.609852+00:00
--- cxx-1.0.133/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.133/Cargo.toml 2024-12-01T21:20:13.312150+00:00
@@ -18,11 +18,19 @@
build = "build.rs"
links = "cxxbridge1"
@ -21,3 +21,10 @@
]
autolib = false
autobins = false
@@ -143,6 +151,3 @@
"alloc",
"foldhash/std",
]
-
-[target."cfg(any())".build-dependencies.cxxbridge-cmd]
-version = "=1.0.133"

@ -1,12 +1,12 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * tests can only be run in-tree
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate cxx
Name: rust-cxx
Version: 1.0.129
Version: 1.0.133
Release: %autorelease
Summary: Safe interop between Rust and C++
@ -14,6 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxx
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop dependency hack for executable-only cxxbridge-cmd crate
# * exclude files that are only needed for integration in bazel or buck
# * exclude unused docs sources
Patch: cxx-fix-metadata.diff

@ -1,5 +1,6 @@
[package]
cargo-toml-patch-comments = [
"drop dependency hack for executable-only cxxbridge-cmd crate",
"exclude files that are only needed for integration in bazel or buck",
"exclude unused docs sources",
]
@ -7,3 +8,4 @@ cargo-toml-patch-comments = [
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (cxx-1.0.129.crate) = a365c0bee5fbd94e80a07841f726489647351f962a5a1b5417ac6d7c775ba0d91d97cdd64e7eb57b713f61fc8e15e8241c0f3f1d937d6a31a1978ad8ca9abf1b
SHA512 (cxx-1.0.133.crate) = 551c4d450ba138cbf0bc2a6eaedaec25cec5182a4450db68629232d90f77c162e51086cfbc6834109e4063d30880dfa19bcd3fbf7df06a61f4bc1020b20732f0

Loading…
Cancel
Save