Compare commits

...

13 Commits

Author SHA1 Message Date
Fedora Release Engineering a81e007b41 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 2a5a028403
Update to version 1.1.3; Fixes RHBZ#2270371
9 months ago
Fedora Release Engineering 048ba6f86d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini b822d057e1
Update to version 1.1.2; Fixes RHBZ#2242886
1 year ago
Fabio Valentini ec1968c2a5
Update to version 1.1.1; Fixes RHBZ#2239461
1 year ago
Fabio Valentini de61826ac6
Update to version 1.0.5; Fixes RHBZ#2235788
1 year ago
Fabio Valentini e0892f7e4e
Update to version 1.0.4; Fixes RHBZ#2230772
1 year ago
Fedora Release Engineering d5e8073b85 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 66cc6979b0
Update to version 1.0.2; Fixes RHBZ#2212163
2 years ago
Fabio Valentini 27f82ae8ea
Ignore harmless test failures on 32-bit and big-endian architectures
2 years ago
Fabio Valentini 370ac5ed8d
Update to version 1.0.1; Fixes RHBZ#2187506
2 years ago
Fedora Release Engineering cedf187f72 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini a25453c97c
Update to version 0.7.20; Fixes RHBZ#2144709
2 years ago

8
.gitignore vendored

@ -16,3 +16,11 @@
/aho-corasick-0.7.15.crate
/aho-corasick-0.7.18.crate
/aho-corasick-0.7.19.crate
/aho-corasick-0.7.20.crate
/aho-corasick-1.0.1.crate
/aho-corasick-1.0.2.crate
/aho-corasick-1.0.4.crate
/aho-corasick-1.0.5.crate
/aho-corasick-1.1.1.crate
/aho-corasick-1.1.2.crate
/aho-corasick-1.1.3.crate

@ -1,3 +0,0 @@
# rust-aho-corasick
The rust-aho-corasick package

@ -1,22 +1,19 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate aho-corasick
Name: rust-aho-corasick
Version: 0.7.19
Version: 1.1.3
Release: %autorelease
Summary: Fast multiple substring searching
# Upstream license specification: Unlicense/MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/aho-corasick
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast multiple substring searching.}
@ -52,6 +49,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+logging-devel %{_description}
This package contains library source intended for building other packages which
use the "logging" feature of the "%{crate}" crate.
%files -n %{name}+logging-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-literal-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+perf-literal-devel %{_description}
This package contains library source intended for building other packages which
use the "perf-literal" feature of the "%{crate}" crate.
%files -n %{name}+perf-literal-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -65,7 +86,7 @@ use the "std" 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 +1 @@
SHA512 (aho-corasick-0.7.19.crate) = 0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c
SHA512 (aho-corasick-1.1.3.crate) = ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69

Loading…
Cancel
Save