Update to version 1.0.22; Fixes RHBZ#2254418

epel9 imports/e9/rust-ref-cast-impl-1.0.22-1.el9
Fabio Valentini 1 year ago
parent 5f7a6f3ad4
commit f65da2b6c6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/ref-cast-impl-1.0.18.crate /ref-cast-impl-1.0.18.crate
/ref-cast-impl-1.0.19.crate /ref-cast-impl-1.0.19.crate
/ref-cast-impl-1.0.20.crate /ref-cast-impl-1.0.20.crate
/ref-cast-impl-1.0.22.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate ref-cast-impl %global crate ref-cast-impl
Name: rust-ref-cast-impl Name: rust-ref-cast-impl
Version: 1.0.20 Version: 1.0.22
Release: %autorelease Release: %autorelease
Summary: Derive implementation for ref_cast::RefCast Summary: Derive implementation for ref_cast::RefCast
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ref-cast-impl URL: https://crates.io/crates/ref-cast-impl
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Derive implementation for ref_cast::RefCast.} Derive implementation for ref_cast::RefCast.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

@ -1 +1 @@
SHA512 (ref-cast-impl-1.0.20.crate) = 027de4e740b4f82f92f6c698537c204e6e18ce3d4244435a98cb1231daac1b10ebaf2f9fab57d1d8e6d16e4ecdd7af4ba8a929030f67bbe345cac29393aee403 SHA512 (ref-cast-impl-1.0.22.crate) = e9ec6b531c10ee3cab1033875dbc2f1b647ed079191820f23d351266b6791ee531f35730143fed716e2d28bf72d02f7143b20d580cd86aac5443bef653004223

Loading…
Cancel
Save