Update to version 1.0.114; Fixes RHBZ#2254858

epel10
Fabio Valentini 1 year ago
parent 01846f1e92
commit e7ade9913b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -31,3 +31,4 @@
/cxxbridge-macro-1.0.107.crate
/cxxbridge-macro-1.0.109.crate
/cxxbridge-macro-1.0.110.crate
/cxxbridge-macro-1.0.114.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate cxxbridge-macro
Name: rust-cxxbridge-macro
Version: 1.0.110
Version: 1.0.114
Release: %autorelease
Summary: Implementation detail of the cxx crate
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxxbridge-macro
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation detail of the `cxx` crate.}
@ -145,7 +145,7 @@ use the "serde_json" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (cxxbridge-macro-1.0.110.crate) = 3119839d71d55805dfa22308add558cc4973bd9e7991f04a155da0e81f3e1c927282cff494c205eee6df42c8ad4c97ecf94ad4fe1f5842dd926be8e4d695f6e0
SHA512 (cxxbridge-macro-1.0.114.crate) = 58dd63c31b275226273160fb3fd96922bf528ae8abd72e8686a387cc3756f4e61de8871d98d28d14451576a88a1e3d80f66c884ce11f1a988a558ab0841ca9f9

Loading…
Cancel
Save