Update to version 0.1.12; Fixes RHBZ#2251599

epel9 imports/e9/rust-grep-regex-0.1.12-1.el9
Fabio Valentini 1 year ago
parent 65e8faafd0
commit bdc7696a67
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/grep-regex-0.1.9.crate
/grep-regex-0.1.10.crate
/grep-regex-0.1.11.crate
/grep-regex-0.1.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate grep-regex
Name: rust-grep-regex
Version: 0.1.11
Version: 0.1.12
Release: %autorelease
Summary: Use Rust's regex library with the 'grep' crate
@ -13,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/grep-regex
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Use Rust's regex library with the 'grep' crate.}
@ -48,7 +48,7 @@ use the "default" 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 (grep-regex-0.1.11.crate) = 41465203eeb1622287a0c67d210aa5187be4a846c818accc92eabbcc161a4476221a73adf420e7dabe206726f49fb421c8dade51112e18c6903dfc7b7f6c7cf2
SHA512 (grep-regex-0.1.12.crate) = 95df80807aa14cdbefa4d8d8cb8fd91263fe26009ba3ecb4a30acff1332bd51b87c94935a489405c6bf98e76126a5a06cfe7f5b677001da4e18c18375c00f142

Loading…
Cancel
Save