Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini f3febef361
Update to version 0.3.2; Fixes RHBZ#2310771
3 months ago
Fedora Release Engineering 714fd3d4e6 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 119c2e61c0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 9034fe8625
Update to version 0.3.1; Fixes RHBZ#2251596
1 year ago
Fedora Release Engineering 78735819e3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate grep
Name: rust-grep
Version: 0.2.12
Version: 0.3.2
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.2.crate) = a4656e9666677a40a1f71a4c1c5de29416432e12733f4721f8b7da9e8c972d7c709975acdc6e9232bcfc5ff59ad675770ec3da116c08b48229303cb71852b74e

Loading…
Cancel
Save