Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -0,0 +1,3 @@
# rust-arrayvec0.5
The rust-arrayvec0.5 package

@ -1,28 +0,0 @@
--- arrayvec-0.5.2/Cargo.toml 2020-10-23T16:33:15+00:00
+++ arrayvec-0.5.2/Cargo.toml 2024-09-01T16:03:32.726340+00:00
@@ -27,25 +27,14 @@
[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"
-[profile.bench]
-debug = true
[profile.release]
debug = true
-[[bench]]
-name = "extend"
-harness = false
-
-[[bench]]
-name = "arraystring"
-harness = false
[dependencies.serde]
version = "1.0"
optional = true
default-features = false
-[dev-dependencies.bencher]
-version = "0.1.4"
[dev-dependencies.matches]
version = "0.1"

@ -1,27 +1,29 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate arrayvec %global crate arrayvec
Name: rust-arrayvec0.5 Name: rust-%{crate}0.5
Version: 0.5.2 Version: 0.5.2
Release: %autorelease Release: %autorelease
Summary: Vector with fixed capacity, backed by an array Summary: Vector with fixed capacity, backed by an array (it can be stored on the stack too)
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/arrayvec URL: https://crates.io/crates/arrayvec
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only bencher dev-dependency
Patch: arrayvec-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
A vector with fixed capacity, backed by an array (it can be stored on Vector with fixed capacity, backed by an array (it can be stored on the stack
the stack too). Implements fixed capacity ArrayVec and ArrayString.} too). Implements fixed capacity ArrayVec and ArrayString.}
%description %{_description} %description %{_description}
@ -31,15 +33,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %doc README.md CHANGELOG.md
%doc %{crate_instdir}/CHANGELOG.md %{cargo_registry}/%{crate}-%{version_no_tilde}/
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +47,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+array-sizes-129-255-devel %package -n %{name}+array-sizes-129-255-devel
Summary: %{summary} Summary: %{summary}
@ -59,11 +59,11 @@ BuildArch: noarch
%description -n %{name}+array-sizes-129-255-devel %{_description} %description -n %{name}+array-sizes-129-255-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "array-sizes-129-255" feature of the "%{crate}" crate. which use "array-sizes-129-255" feature of "%{crate}" crate.
%files -n %{name}+array-sizes-129-255-devel %files -n %{name}+array-sizes-129-255-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+array-sizes-33-128-devel %package -n %{name}+array-sizes-33-128-devel
Summary: %{summary} Summary: %{summary}
@ -71,11 +71,11 @@ BuildArch: noarch
%description -n %{name}+array-sizes-33-128-devel %{_description} %description -n %{name}+array-sizes-33-128-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "array-sizes-33-128" feature of the "%{crate}" crate. which use "array-sizes-33-128" feature of "%{crate}" crate.
%files -n %{name}+array-sizes-33-128-devel %files -n %{name}+array-sizes-33-128-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -83,11 +83,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "serde" feature of the "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -95,11 +95,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "std" feature of the "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-const-fn-devel %package -n %{name}+unstable-const-fn-devel
Summary: %{summary} Summary: %{summary}
@ -107,14 +107,14 @@ BuildArch: noarch
%description -n %{name}+unstable-const-fn-devel %{_description} %description -n %{name}+unstable-const-fn-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "unstable-const-fn" feature of the "%{crate}" crate. which use "unstable-const-fn" feature of "%{crate}" crate.
%files -n %{name}+unstable-const-fn-devel %files -n %{name}+unstable-const-fn-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -132,4 +132,5 @@ use the "unstable-const-fn" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog * dim. nov. 14 2021 Robert-André Mauchin <zebob.m@gmail.com> 0.5.2-1
- Uncommitted changes

@ -1,5 +0,0 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only bencher dev-dependency",
]
Loading…
Cancel
Save