Update to version 2.6.4; Fixes RHBZ#2241656

epel9
Fabio Valentini 1 year ago
parent 8d5f2beebf
commit cd16dfafe4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/memchr-2.6.1.crate
/memchr-2.6.2.crate
/memchr-2.6.3.crate
/memchr-2.6.4.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate memchr
Name: rust-memchr
Version: 2.6.3
Version: 2.6.4
Release: %autorelease
Summary: Safe interface to memchr
Summary: Extremely fast 1, 2 or 3 byte search and single substring search
License: Unlicense OR MIT
URL: https://crates.io/crates/memchr
@ -16,7 +16,8 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Safe interface to memchr.}
Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32)
routines for 1, 2 or 3 byte search and single substring search.}
%description %{_description}
@ -109,7 +110,7 @@ use the "use_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,5 +0,0 @@
[DEFAULT]
unwanted-features =
compiler_builtins
core
rustc-dep-of-std

@ -0,0 +1,10 @@
[package]
summary = "Extremely fast 1, 2 or 3 byte search and single substring search"
[features]
hide = [
"compiler_builtins",
"core",
"rustc-dep-of-std",
]

@ -1 +1 @@
SHA512 (memchr-2.6.3.crate) = 8d5e1425ea702a0950c95271dfd2e81610731496f77af0d683536b074a22922a7d7ec6da41577487d1d658e3b27257b7d1e142761b523e68760a2f5f24f049bc
SHA512 (memchr-2.6.4.crate) = 1065a67e04ec9210c70e430288e0a8d39f36ce6414722099553e99112ea2f8f710eae44bf39f8775b9850e6c8a50e634a1b1b084a8eb4f6b2eae6697dcf5b5f4

Loading…
Cancel
Save