Compare commits

...

9 Commits

Author SHA1 Message Date
Fedora Release Engineering f7675d95f3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 932a94c613
Update to version 1.13.2
9 months ago
Fabio Valentini 20753e0d37
Update to version 1.13.1
11 months ago
Fedora Release Engineering 854c55ddde Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 55a16ce3c8
Update to version 1.11.2; Fixes RHBZ#2248580
1 year ago
Fabio Valentini a255feafad
Update to version 1.11.1; Fixes RHBZ#2239901
1 year ago
Fedora Release Engineering d413a2990d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini a26c6600ef
Update to version 1.11.0; Fixes RHBZ#2220635
2 years ago
Fedora Release Engineering 4e4763047a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

5
.gitignore vendored

@ -25,3 +25,8 @@
/smallvec-1.8.0.crate
/smallvec-1.9.0.crate
/smallvec-1.10.0.crate
/smallvec-1.11.0.crate
/smallvec-1.11.1.crate
/smallvec-1.11.2.crate
/smallvec-1.13.1.crate
/smallvec-1.13.2.crate

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
# * missing dev-dependencies: debugger_test, debugger_test_parser
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate smallvec
Name: rust-smallvec
Version: 1.10.0
Version: 1.13.2
Release: %autorelease
Summary: Store up to a small number of items on the stack
@ -14,12 +14,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/smallvec
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
'Small vector' optimization: store up to a small number of items on the stack.}
'Small vector' optimization: store up to a small number of items on the
stack.}
%description %{_description}
@ -98,6 +97,30 @@ use the "debugger_visualizer" feature of the "%{crate}" crate.
%files -n %{name}+debugger_visualizer-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+drain_filter-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+drain_filter-devel %{_description}
This package contains library source intended for building other packages which
use the "drain_filter" feature of the "%{crate}" crate.
%files -n %{name}+drain_filter-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+drain_keep_rest-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+drain_keep_rest-devel %{_description}
This package contains library source intended for building other packages which
use the "drain_keep_rest" feature of the "%{crate}" crate.
%files -n %{name}+drain_keep_rest-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+may_dangle-devel
Summary: %{summary}
BuildArch: noarch
@ -159,7 +182,7 @@ use the "write" 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,7 @@
[package]
summary = "Store up to a small number of items on the stack"
[tests]
run = ["none"]
comments = ["missing dev-dependencies: debugger_test, debugger_test_parser"]

@ -1 +1 @@
SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae
SHA512 (smallvec-1.13.2.crate) = a97c758b668e40ad9eb572e65feeae4954e09200a04ab92e26a13b48894381cd3a3d2571070c4b7a5e181182e1ede9688f990650342ec69ecfe1a264d234c679

Loading…
Cancel
Save