Update to version 2.6.1; Fixes RHBZ#2235399

epel9
Fabio Valentini 1 year ago
parent 44527b3740
commit ea7fe0a39a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/memchr-2.4.0.crate
/memchr-2.4.1.crate
/memchr-2.5.0.crate
/memchr-2.6.1.crate

@ -1,10 +0,0 @@
--- memchr-2.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ memchr-2.5.0/Cargo.toml 2023-08-06T20:21:07.575068+00:00
@@ -21,6 +21,7 @@
"/bench",
"/.github",
"/fuzz",
+ "/scripts",
]
description = "Safe interface to memchr."
homepage = "https://github.com/BurntSushi/memchr"

@ -5,19 +5,15 @@
%global crate memchr
Name: rust-memchr
Version: 2.5.0
Version: 2.6.1
Release: %autorelease
Summary: Safe interface to memchr
# Upstream license specification: Unlicense/MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/memchr
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * exclude files that are only useful for upstream development
Patch: memchr-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Safe interface to memchr.}
@ -52,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libc-devel
Summary: %{summary}
BuildArch: noarch
@ -64,6 +72,18 @@ use the "libc" feature of the "%{crate}" crate.
%files -n %{name}+libc-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}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
SHA512 (memchr-2.6.1.crate) = 9b93696eb863264bf112c6e81f77083c2fb831662c94bf6ca7335470204758c6a5e794a3542108b1ee627d4eb8f291083d14e00f6195d58e6ce0c06919ba0f77

Loading…
Cancel
Save