Update to version 2.3.0; Fixes RHBZ#2242648

epel9
Fabio Valentini 1 year ago
parent e55ff20b57
commit be5f4dfe85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/similar-2.1.0.crate
/similar-2.2.0.crate
/similar-2.2.1.crate
/similar-2.3.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 25
# * resolve dependency loop with insta
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate similar
Name: rust-similar
Version: 2.2.1
Version: 2.3.0
Release: %autorelease
Summary: Diff library for Rust
@ -14,10 +14,10 @@ License: Apache-2.0
URL: https://crates.io/crates/similar
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Diff library for Rust.}
A diff library for Rust.}
%description %{_description}
@ -133,7 +133,7 @@ use the "unicode-segmentation" 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

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["resolve dependency loop with insta"]

@ -1 +1 @@
SHA512 (similar-2.2.1.crate) = 9a353bfbe495bab83e401314bb97c6605fa6283af06e03bad50bc429388c7abf44bb9cc68db781ef2b786840eb444907f35b70b17343b2cb993800536b4e36a2
SHA512 (similar-2.3.0.crate) = d0b8fe77d03a94f9ca3b21bbc481c22055c16930931ef73240c1cccc6a47c5f8133b2921fa88aa290ef9257a9238afea8168f3b4a0d3e5b679cfbb9493c05b14

Loading…
Cancel
Save