Update to version 0.1.11; Fixes RHBZ#2158504

epel9
Fabio Valentini 2 years ago
parent 4dc5588381
commit 7033fefc96
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/grep-regex-0.1.8.crate
/grep-regex-0.1.9.crate
/grep-regex-0.1.10.crate
/grep-regex-0.1.11.crate

@ -1,3 +0,0 @@
# rust-grep-regex
The rust-grep-regex package

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate grep-regex
Name: rust-%{crate}
Version: 0.1.10
Name: rust-grep-regex
Version: 0.1.11
Release: %autorelease
Summary: Use Rust's regex library with the 'grep' crate
# Upstream license specification: Unlicense OR MIT
License: Unlicense or MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/grep-regex
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (grep-regex-0.1.10.crate) = b6059125fa00585a2daa2ce8f6b252679c1ff7598924db4a44d996bdeea3a0b85e382eecbc84e45c948550755e02b53ab73532f858216327a0a39f9f9fd66fd6
SHA512 (grep-regex-0.1.11.crate) = 41465203eeb1622287a0c67d210aa5187be4a846c818accc92eabbcc161a4476221a73adf420e7dabe206726f49fb421c8dade51112e18c6903dfc7b7f6c7cf2

Loading…
Cancel
Save