Update to version 0.1.13; Fixes RHBZ#2251600

epel9 imports/e9/rust-grep-searcher-0.1.13-1.el9
Fabio Valentini 1 year ago
parent 53581c2b7c
commit a48bf7c48f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/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 /grep-searcher-0.1.11.crate
/grep-searcher-0.1.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep-searcher %global crate grep-searcher
Name: rust-grep-searcher Name: rust-grep-searcher
Version: 0.1.11 Version: 0.1.13
Release: %autorelease Release: %autorelease
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
@ -13,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/grep-searcher URL: https://crates.io/crates/grep-searcher
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Fast line oriented regex searching as a library.} Fast line oriented regex searching as a library.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,4 +0,0 @@
[DEFAULT]
unwanted-features =
avx-accel
simd-accel

@ -0,0 +1,6 @@
[features]
hide = [
"avx-accel",
"simd-accel",
]

@ -1 +1 @@
SHA512 (grep-searcher-0.1.11.crate) = 2ecc99328bbbfbe05924c4c4f8ded0a790eb486c88a67803596c6f185c938912e11ee9d0330760ed67581ff1f2e84dadfc19524bea6065286fc05c4303ce519f SHA512 (grep-searcher-0.1.13.crate) = 8e7ecbcbe09f5a57fad71e0010d2cc29f3b622bf6ff80cd2d75a8898b43ec7ca43a1d8efb4921032f865a81c38176c694faf6627cc747350a31510bef662cf9f

Loading…
Cancel
Save