Update to version 1.0.134; Fixes RHBZ#2331731

epel10 imports/epel10/rust-cxx-1.0.134-1.el10
Fabio Valentini 2 months ago
parent 3c441381ac
commit 0aae186b1f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -45,3 +45,4 @@
/cxx-1.0.128.crate /cxx-1.0.128.crate
/cxx-1.0.129.crate /cxx-1.0.129.crate
/cxx-1.0.133.crate /cxx-1.0.133.crate
/cxx-1.0.134.crate

@ -1,6 +1,6 @@
--- cxx-1.0.133/Cargo.toml 1970-01-01T00:00:01+00:00 --- cxx-1.0.134/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.133/Cargo.toml 2024-12-01T21:20:13.312150+00:00 +++ cxx-1.0.134/Cargo.toml 2024-12-16T13:42:33.469082+00:00
@@ -18,11 +18,19 @@ @@ -18,11 +18,18 @@
build = "build.rs" build = "build.rs"
links = "cxxbridge1" links = "cxxbridge1"
exclude = [ exclude = [
@ -13,18 +13,17 @@
+ "/tools/bazel", + "/tools/bazel",
+ "/tools/buck", + "/tools/buck",
+ "/BUCK", + "/BUCK",
+ "/BUILD", + "/BUILD.bazel",
+ "/MODULE.*", + "/MODULE.*",
+ "/WORKSPACE",
+ "/reindeer.toml", + "/reindeer.toml",
+ "/rust-toolchain.toml", + "/rust-toolchain.toml",
] ]
autolib = false autolib = false
autobins = false autobins = false
@@ -143,6 +151,3 @@ @@ -143,6 +150,3 @@
"alloc", "alloc",
"foldhash/std", "foldhash/std",
] ]
- -
-[target."cfg(any())".build-dependencies.cxxbridge-cmd] -[target."cfg(any())".build-dependencies.cxxbridge-cmd]
-version = "=1.0.133" -version = "=1.0.134"

@ -6,7 +6,7 @@
%global crate cxx %global crate cxx
Name: rust-cxx Name: rust-cxx
Version: 1.0.133 Version: 1.0.134
Release: %autorelease Release: %autorelease
Summary: Safe interop between Rust and C++ Summary: Safe interop between Rust and C++

@ -1 +1 @@
SHA512 (cxx-1.0.133.crate) = 551c4d450ba138cbf0bc2a6eaedaec25cec5182a4450db68629232d90f77c162e51086cfbc6834109e4063d30880dfa19bcd3fbf7df06a61f4bc1020b20732f0 SHA512 (cxx-1.0.134.crate) = 9083f8779512b51ba7727db43fb7ced96132f0344da5693cd138abc591ccd5402f30a4b912aa352873c6a7ec14487de07f6b77dd376fdfc2fa49bf3a6b1d9197

Loading…
Cancel
Save