Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 6d54a6eee4
Update to version 1.11.2; Fixes RHBZ#2248580
1 year ago
Fabio Valentini 8e4b888c04
Update to version 1.11.1; Fixes RHBZ#2239901
1 year ago
Fabio Valentini 42152fea45
Update to version 1.11.0; Fixes RHBZ#2220635
2 years ago
Fabio Valentini b43ce59898
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits ce151bde23
Rebuild
3 years ago

3
.gitignore vendored

@ -25,3 +25,6 @@
/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

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
# * 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.11.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.11.2.crate) = 5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d

Loading…
Cancel
Save