Update to version 0.3.1; Fixes RHBZ#2251596

epel10
Fabio Valentini 1 year ago
parent 78735819e3
commit 9034fe8625
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/grep-0.2.10.crate
/grep-0.2.11.crate
/grep-0.2.12.crate
/grep-0.3.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate grep
Name: rust-grep
Version: 0.2.12
Version: 0.3.1
Release: %autorelease
Summary: Fast line oriented regex searching as a library
@ -13,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/grep
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast line oriented regex searching as a library.}
@ -73,7 +73,7 @@ use the "pcre2" 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,4 +0,0 @@
[DEFAULT]
unwanted-features =
avx-accel
simd-accel

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

@ -1 +1 @@
SHA512 (grep-0.2.12.crate) = 369993bd6d336e32936d454e6850b18316f2eab61ce1eb02e8c159262f1d8e850d9045596c5ca87470f8d7e8e5cf3790f5b9efbd8a0b895516edd9367c6a5a8e
SHA512 (grep-0.3.1.crate) = 2ce36f84a561f5a66b67e2f0b79ecb9d7a3220fd48f4b0215c4964d2e686f096aa52890b79ae770f4857a1393a2e482750e171606a1c25f1cc6295bf439d694f

Loading…
Cancel
Save