Update to version 0.2.11; Fixes RHBZ#2158498

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/grep-0.2.7.crate /grep-0.2.7.crate
/grep-0.2.8.crate /grep-0.2.8.crate
/grep-0.2.10.crate /grep-0.2.10.crate
/grep-0.2.11.crate

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

@ -1,9 +0,0 @@
--- grep-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ grep-0.2.8/Cargo.toml 2021-06-18T10:35:37.459980+00:00
@@ -47,6 +47,4 @@
version = "2.2.7"
[features]
-avx-accel = []
pcre2 = ["grep-pcre2"]
-simd-accel = ["grep-searcher/simd-accel"]

@ -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 %global crate grep
Name: rust-%{crate} Name: rust-grep
Version: 0.2.10 Version: 0.2.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 URL: https://crates.io/crates/grep
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-0.2.10.crate) = 05f4504825ebe1da902f280ad8ba10b5ed9a8360aa236956a25d4b1d6a8545780416f50175c9a209f7967ff31298ebbee43c7d006a583fe2dd983f3f19bae393 SHA512 (grep-0.2.11.crate) = 311b60dd7543793c9a1cc7e3e23645b98bbbd89eca9c871b63f3b79c0b073d89e0ebd978b1857c35b7340387ae2c9061027016a367c989aa1c600de5df971a56

Loading…
Cancel
Save