Update to version 0.1.7; Fixes RHBZ#2251597

epel9 imports/e9/rust-grep-matcher-0.1.7-1.el9
Fabio Valentini 1 year ago
parent 70deb1443a
commit ad76e6eaf8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/grep-matcher-0.1.4.crate /grep-matcher-0.1.4.crate
/grep-matcher-0.1.5.crate /grep-matcher-0.1.5.crate
/grep-matcher-0.1.6.crate /grep-matcher-0.1.6.crate
/grep-matcher-0.1.7.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 grep-matcher %global crate grep-matcher
Name: rust-grep-matcher Name: rust-grep-matcher
Version: 0.1.6 Version: 0.1.7
Release: %autorelease Release: %autorelease
Summary: Trait for regular expressions, with a focus on line oriented search Summary: Trait for regular expressions, with a focus on line oriented search
@ -13,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/grep-matcher URL: https://crates.io/crates/grep-matcher
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A trait for regular expressions, with a focus on line oriented search.} A trait for regular expressions, with a focus on line oriented search.}
@ -48,7 +48,7 @@ use the "default" 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 +1 @@
SHA512 (grep-matcher-0.1.6.crate) = d47975b56e651f72ce59f0e0e86f73f126a4c9a2eb7a597c4b0a5de8e3cde6c7f44492a6b42560677ce4aeb6cd853934409910a1d0e00c0bda54f0b2ca66e882 SHA512 (grep-matcher-0.1.7.crate) = bc15eec0b6f409926099f2aa46f040c8de240e50537358a50d12ce7cfaff4894ec43910d2e01ec087c2c0777773ef25e2f0d653c33a59c5162e23e85e76ec9f8

Loading…
Cancel
Save