Update to version 0.1.7; Fixes RHBZ#2251598

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/grep-pcre2-0.1.4.crate
/grep-pcre2-0.1.5.crate
/grep-pcre2-0.1.6.crate
/grep-pcre2-0.1.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate grep-pcre2
Name: rust-grep-pcre2
Version: 0.1.6
Version: 0.1.7
Release: %autorelease
Summary: Use PCRE2 with the 'grep' crate
@ -13,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/grep-pcre2
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Use PCRE2 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-pcre2-0.1.6.crate) = d144ed65655fb9b275c567bb2d5f3604b373ce10da4d5a59ef3e6f3827615dde190ef93a0819c2e37dd1cee640ae936dec78ad5ed80aac3b42066463a0e53698
SHA512 (grep-pcre2-0.1.7.crate) = 2efcf39decd5472fedde41bc73be15e3145bf860aa8b5635f7c0fd47bcd8498ad75a32f8ec09cac872eaea7c4bcc14ee22be9612f0415d9fb0a86f041567cf92

Loading…
Cancel
Save