Update to version 0.1.11; Fixes RHBZ#2158503

epel9
Fabio Valentini 2 years ago
parent eadf6e65b2
commit cf5601f5b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/grep-searcher-0.1.7.crate /grep-searcher-0.1.7.crate
/grep-searcher-0.1.8.crate /grep-searcher-0.1.8.crate
/grep-searcher-0.1.10.crate /grep-searcher-0.1.10.crate
/grep-searcher-0.1.11.crate

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

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

@ -1 +1 @@
SHA512 (grep-searcher-0.1.10.crate) = c1e085e85cc20113c9c26750b31b0fcfb8a67b3340a379fb40154cea35ea42269f944ea539c0f8e1db372e64af1e8593b46dd2835b7ffd3fcced117c8af39b88 SHA512 (grep-searcher-0.1.11.crate) = 2ecc99328bbbfbe05924c4c4f8ded0a790eb486c88a67803596c6f185c938912e11ee9d0330760ed67581ff1f2e84dadfc19524bea6065286fc05c4303ce519f

Loading…
Cancel
Save