Update to version 6.4.1; Fixes RHBZ#2138307

epel9
Fabio Valentini 2 years ago
parent 2a79f97858
commit 8d61aff01e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/os_str_bytes-6.1.0.crate /os_str_bytes-6.1.0.crate
/os_str_bytes-6.2.0.crate /os_str_bytes-6.2.0.crate
/os_str_bytes-6.3.0.crate /os_str_bytes-6.3.0.crate
/os_str_bytes-6.4.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate os_str_bytes %global crate os_str_bytes
Name: rust-os_str_bytes Name: rust-os_str_bytes
Version: 6.3.0 Version: 6.4.1
Release: %autorelease Release: %autorelease
Summary: Convert between byte sequences and platform-native strings Summary: Convert between byte sequences and platform-native strings
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/os_str_bytes URL: https://crates.io/crates/os_str_bytes
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (os_str_bytes-6.3.0.crate) = 34f861a15543933c9fcb560a835bd943231ffcef2c68126d8633f8e792d2d59a20765947feddb0c795a15329d74260d6c2bf74a1f10ee88f355f47240acbb42e SHA512 (os_str_bytes-6.4.1.crate) = 2199502ad24449e08370686a596f905325f5b145e105e8c7bf90ed7729bbc405e065fce62c98eada40f77f0665ca041db41f16cc8e62473501eca32c24e56f43

Loading…
Cancel
Save