Compare commits

...

4 Commits

2
.gitignore vendored

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

@ -1,20 +1,19 @@
# Generated by rust2rpm 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate unicase
Name: rust-unicase
Version: 2.7.0
Version: 2.8.1
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.1.crate) = 99a3944a5c987376bdea5fe6c0797e881bc8e6f629c56120ce811c8ebbed0a3ba24617decb74d6939699c8fc994c662eb292869ab407c0ba0ec460a32ede0190

Loading…
Cancel
Save