Update to version 6.6.1; Fixes RHBZ#2244216

epel9 imports/e9/rust-os_str_bytes-6.6.1-1.el9
Fabio Valentini 1 year ago
parent 6d8b4b9320
commit 1da065c5c1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/os_str_bytes-6.4.1.crate /os_str_bytes-6.4.1.crate
/os_str_bytes-6.5.0.crate /os_str_bytes-6.5.0.crate
/os_str_bytes-6.5.1.crate /os_str_bytes-6.5.1.crate
/os_str_bytes-6.6.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%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.5.1 Version: 6.6.1
Release: %autorelease Release: %autorelease
Summary: Convert between byte sequences and platform-native strings Summary: Convert between byte sequences and platform-native strings
@ -13,7 +13,7 @@ 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}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Convert between byte sequences and platform-native strings.} Convert between byte sequences and platform-native strings.}
@ -60,6 +60,18 @@ use the "checked_conversions" feature of the "%{crate}" crate.
%files -n %{name}+checked_conversions-devel %files -n %{name}+checked_conversions-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+conversions-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+conversions-devel %{_description}
This package contains library source intended for building other packages which
use the "conversions" feature of the "%{crate}" crate.
%files -n %{name}+conversions-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+memchr-devel %package -n %{name}+memchr-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -97,7 +109,7 @@ use the "raw_os_str" 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

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
uniquote

@ -0,0 +1,3 @@
[features]
hide = ["nightly", "uniquote"]

@ -1 +1 @@
SHA512 (os_str_bytes-6.5.1.crate) = 6d7a4475398daaae4e3d55ad58a8fba729517acf5744a5a6296f477207ee91e5bc36c2b54e58f6f9b15ce9bc75286e9ba62a59d577f0171d8151d3aaa01311b8 SHA512 (os_str_bytes-6.6.1.crate) = 977c0fe9891c021914153d6a081c3789018fcd1830224f5c6768d0c75ac8ac4919638bb0a41949710fd5e699b162d9290a5379cc6251535a127e212f5b86932d

Loading…
Cancel
Save