import rust-memchr-2.7.1-1.el9

i9ce changed/i9ce/rust-memchr-2.7.1-1.el9
MSVSphere Packaging Team 1 year ago
parent 6d7f0d73b9
commit 6196460073

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/memchr-2.7.1.crate

@ -0,0 +1 @@
36f3ef395f2ab8155d649a521cd9e390bca4f2b2 SOURCES/memchr-2.7.1.crate

Binary file not shown.

@ -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",
]

@ -15,7 +15,7 @@
%global crate memchr
Name: rust-memchr
Version: 2.6.4
Version: 2.7.1
Release: %autorelease
Summary: Extremely fast 1, 2 or 3 byte search and single substring search
@ -138,6 +138,9 @@ use the "use_std" feature of the "%{crate}" crate.
%endif
%changelog
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 2.7.1-1
- Update to version 2.7.1; Fixes RHBZ#2256148
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.6.4-1
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save