Update to 0.5.3

epel9
Josh Stone 5 years ago
parent a2d59d2220
commit bb0599fc73

1
.gitignore vendored

@ -1,3 +1,4 @@
/linked-hash-map-0.5.0.crate
/linked-hash-map-0.5.1.crate
/linked-hash-map-0.5.2.crate
/linked-hash-map-0.5.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate linked-hash-map
Name: rust-%{crate}
Version: 0.5.2
Release: 4%{?dist}
Version: 0.5.3
Release: 1%{?dist}
Summary: HashMap wrapper that holds key-value pairs in insertion order
# Upstream license specification: MIT/Apache-2.0
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+clippy-devel
Summary: %{summary}
@ -65,7 +65,7 @@ This package contains library source intended for building other packages
which use "clippy" feature of "%{crate}" crate.
%files -n %{name}+clippy-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+heapsize-devel
Summary: %{summary}
@ -77,7 +77,7 @@ This package contains library source intended for building other packages
which use "heapsize" feature of "%{crate}" crate.
%files -n %{name}+heapsize-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+heapsize_impl-devel
Summary: %{summary}
@ -89,7 +89,7 @@ This package contains library source intended for building other packages
which use "heapsize_impl" feature of "%{crate}" crate.
%files -n %{name}+heapsize_impl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
@ -101,7 +101,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -113,7 +113,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde_impl-devel
Summary: %{summary}
@ -125,7 +125,7 @@ This package contains library source intended for building other packages
which use "serde_impl" feature of "%{crate}" crate.
%files -n %{name}+serde_impl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -146,6 +146,9 @@ which use "serde_impl" feature of "%{crate}" crate.
%endif
%changelog
* Wed May 06 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (linked-hash-map-0.5.2.crate) = 74861f70ed09b119c6db1b0dc7f7c8c3483c2824955bf88ee892b3a3fa1a54e9bfcaf7fae0cbc4792762e330584dd347532532e1a0e8a8bca222b5cdb2c7cf94
SHA512 (linked-hash-map-0.5.3.crate) = 90ec22fcd830ccfdefd1f7c480c5cebd5e95c822e0c28fff9ccf00bfbdda080c17a722697fdc991ee04a4a32e974309440a91284bc13c9ee70284e4e247d33b1

Loading…
Cancel
Save