From bb0599fc73d78f82902b046b97cd62d1be3a7f60 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 6 May 2020 15:31:24 -0700 Subject: [PATCH] Update to 0.5.3 --- .gitignore | 1 + rust-linked-hash-map.spec | 25 ++++++++++++++----------- sources | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 713799f..5e096d2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-linked-hash-map.spec b/rust-linked-hash-map.spec index 3369971..8d79169 100644 --- a/rust-linked-hash-map.spec +++ b/rust-linked-hash-map.spec @@ -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 - 0.5.3-1 +- Update to 0.5.3 + * Thu Jan 30 2020 Fedora Release Engineering - 0.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 0ac1033..be9bde2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linked-hash-map-0.5.2.crate) = 74861f70ed09b119c6db1b0dc7f7c8c3483c2824955bf88ee892b3a3fa1a54e9bfcaf7fae0cbc4792762e330584dd347532532e1a0e8a8bca222b5cdb2c7cf94 +SHA512 (linked-hash-map-0.5.3.crate) = 90ec22fcd830ccfdefd1f7c480c5cebd5e95c822e0c28fff9ccf00bfbdda080c17a722697fdc991ee04a4a32e974309440a91284bc13c9ee70284e4e247d33b1