Update to version 2.8.0; Fixes RHBZ#2319850

epel10 imports/epel10/rust-unicase-2.8.0-1.el10
Fabio Valentini 3 months ago
parent 2c004c3028
commit c7370170e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/unicase-2.5.1.crate
/unicase-2.6.0.crate
/unicase-2.7.0.crate
/unicase-2.8.0.crate

@ -1,20 +1,19 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate unicase
Name: rust-unicase
Version: 2.7.0
Version: 2.8.0
Release: %autorelease
Summary: Case-insensitive wrapper around strings
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/unicase
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A case-insensitive wrapper around strings.}
@ -61,7 +60,7 @@ use the "nightly" 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

@ -1 +1 @@
SHA512 (unicase-2.7.0.crate) = c2b05a3bbd8996e1cf65d7458f5ad95de9797c8349484f8db04967bde15c1f057f62b2f7a60e7367871512071ed5076c0da042169dbbdcaf4d6c16cae62da828
SHA512 (unicase-2.8.0.crate) = 2c86abf8c87b87fbcff4ea9a6093d86b876e2e619120c6a9b055712a271f8bf165eb533ab9d523af2b516843a39b5bd549d9251f9b079748176451c9c820c0ed

Loading…
Cancel
Save