Update to 1.1.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 4f1ff6ccb2
commit 35afad8273
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -11,3 +11,4 @@
/smallvec-0.6.9.crate /smallvec-0.6.9.crate
/smallvec-0.6.10.crate /smallvec-0.6.10.crate
/smallvec-1.0.0.crate /smallvec-1.0.0.crate
/smallvec-1.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.0 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+may_dangle-devel %package -n %{name}+may_dangle-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "may_dangle" feature of "%{crate}" crate. which use "may_dangle" feature of "%{crate}" crate.
%files -n %{name}+may_dangle-devel %files -n %{name}+may_dangle-devel
%ghost %{cargo_registry}/%{crate}-%{version}/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}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+specialization-devel %package -n %{name}+specialization-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "specialization" feature of "%{crate}" crate. which use "specialization" feature of "%{crate}" crate.
%files -n %{name}+specialization-devel %files -n %{name}+specialization-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+union-devel %package -n %{name}+union-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages
which use "union" feature of "%{crate}" crate. which use "union" feature of "%{crate}" crate.
%files -n %{name}+union-devel %files -n %{name}+union-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+write-devel %package -n %{name}+write-devel
Summary: %{summary} Summary: %{summary}
@ -110,7 +110,7 @@ This package contains library source intended for building other packages
which use "write" feature of "%{crate}" crate. which use "write" feature of "%{crate}" crate.
%files -n %{name}+write-devel %files -n %{name}+write-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -131,6 +131,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 27 08:27:43 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
- Update to 1.0.0
* Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 1.0.0-1 * Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0

@ -1 +1 @@
SHA512 (smallvec-1.0.0.crate) = 55cac16305ef45257d78536cce7a3f59321eabf5702e405c6e27a0ece0a8f0447a5ccadad60a1ef4286f9991609abd9293768507550557f5958545d788b60ee2 SHA512 (smallvec-1.1.0.crate) = 78e1ce9b80f59254eec3d9b9788bcb7c4c63992dee0ba0da577c2862884e0c6b6fe7517f79cf3128527d7ec5d2d339de6fb79ce1fcdd4341dd2457d7dec7ea94

Loading…
Cancel
Save