Compare commits

...

12 Commits

Author SHA1 Message Date
Fedora Release Engineering 8bc7bce192 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 6bb1a6f4be
Update to version 2.7.4; Fixes RHBZ#2292246
8 months ago
Fabio Valentini 4e54d54928
Update to version 2.7.2; Fixes RHBZ#2271951
10 months ago
Fedora Release Engineering 2a4caaaaa6 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 9ec3410fbe
Update to version 2.7.1; Fixes RHBZ#2256148
1 year ago
Fabio Valentini 892238a577
Update to version 2.6.4; Fixes RHBZ#2241656
1 year ago
Fabio Valentini a755806189
Update to version 2.6.3; Fixes RHBZ#2237011
1 year ago
Fabio Valentini f3c8add819
Update to version 2.6.2
1 year ago
Fabio Valentini cab5c4b176
Update to version 2.6.1; Fixes RHBZ#2235399
1 year ago
Fabio Valentini 92b68daf61
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering d4327f388d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 4f7b8a19b5 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

7
.gitignore vendored

@ -14,3 +14,10 @@
/memchr-2.4.0.crate
/memchr-2.4.1.crate
/memchr-2.5.0.crate
/memchr-2.6.1.crate
/memchr-2.6.2.crate
/memchr-2.6.3.crate
/memchr-2.6.4.crate
/memchr-2.7.1.crate
/memchr-2.7.2.crate
/memchr-2.7.4.crate

@ -1,5 +0,0 @@
[DEFAULT]
unwanted-features =
compiler_builtins
core
rustc-dep-of-std

@ -1,3 +0,0 @@
# rust-memchr
The rust-memchr package

@ -1,10 +0,0 @@
--- memchr-2.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ memchr-2.5.0/Cargo.toml 2022-05-12T13:17:45.620674+00:00
@@ -21,6 +21,7 @@
"/bench",
"/.github",
"/fuzz",
+ "/scripts",
]
description = "Safe interface to memchr."
homepage = "https://github.com/BurntSushi/memchr"

@ -1,28 +1,23 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate memchr
Name: rust-%{crate}
Version: 2.5.0
Name: rust-memchr
Version: 2.7.4
Release: %autorelease
Summary: Safe interface to memchr
Summary: Extremely fast 1, 2 or 3 byte search and single substring search
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/memchr
Source: %{crates_source}
# Initial patched metadata
# * exclude scripts used for upstream development
Patch0: memchr-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
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}
@ -54,6 +49,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
@ -66,6 +73,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
@ -91,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

@ -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.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
SHA512 (memchr-2.7.4.crate) = 8d0e8b9c30208897d4b1b920f1bdcccd0c2b75d92a06abe4a1b2407938768abb6487d63de56c6a80419798fe69517210643dfaf11f5f5540185f0eccf220adb2

Loading…
Cancel
Save