From 70b50abf6cbfac0a5b3fe09a8424435897cb635a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: May 12 2020 00:35:34 +0000 Subject: Update to 2.33.1 --- diff --git a/.gitignore b/.gitignore index 255563b..0f1dea0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /clap-2.31.2.crate /clap-2.32.0.crate /clap-2.33.0.crate +/clap-2.33.1.crate diff --git a/clap-fix-metadata.diff b/clap-fix-metadata.diff index 1469d96..46a3a10 100644 --- a/clap-fix-metadata.diff +++ b/clap-fix-metadata.diff @@ -1,11 +1,11 @@ ---- clap-2.33.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ clap-2.33.0/Cargo.toml 2019-04-07T05:33:50.382036+00:00 +--- clap-2.33.1/Cargo.toml 2020-05-11T17:22:18+00:00 ++++ clap-2.33.1/Cargo.toml 2020-05-12T00:31:59.375628+00:00 @@ -14,7 +14,7 @@ name = "clap" - version = "2.33.0" + version = "2.33.1" authors = ["Kevin K. "] -exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] -+exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot", "/.appveyor.yml", "/.clog.toml", "/.github/*", "/.mention-bot", "/.travis.yml", "/index.html", "/justfile"] ++exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot", "/.azure-pipelines.yml", "/.clog.toml", ".github/*", "/.travis.yml"] description = "A simple to use, efficient, and full-featured Command Line Argument Parser\n" homepage = "https://clap.rs/" documentation = "https://docs.rs/clap/" diff --git a/rust-clap.spec b/rust-clap.spec index 0728c7b..9f17023 100644 --- a/rust-clap.spec +++ b/rust-clap.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate clap Name: rust-%{crate} -Version: 2.33.0 -Release: 6%{?dist} +Version: 2.33.1 +Release: 1%{?dist} Summary: Simple to use, efficient, and full-featured Command Line Argument Parser # Upstream license specification: MIT @@ -42,7 +42,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT %doc README.md CHANGELOG.md CONTRIBUTORS.md SPONSORS.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -54,7 +54,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}+ansi_term-devel Summary: %{summary} @@ -66,7 +66,7 @@ This package contains library source intended for building other packages which use "ansi_term" feature of "%{crate}" crate. %files -n %{name}+ansi_term-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+atty-devel Summary: %{summary} @@ -78,7 +78,7 @@ This package contains library source intended for building other packages which use "atty" feature of "%{crate}" crate. %files -n %{name}+atty-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clippy-devel Summary: %{summary} @@ -90,7 +90,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}+color-devel Summary: %{summary} @@ -102,7 +102,7 @@ This package contains library source intended for building other packages which use "color" feature of "%{crate}" crate. %files -n %{name}+color-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+debug-devel Summary: %{summary} @@ -114,7 +114,7 @@ This package contains library source intended for building other packages which use "debug" feature of "%{crate}" crate. %files -n %{name}+debug-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+doc-devel Summary: %{summary} @@ -126,7 +126,7 @@ This package contains library source intended for building other packages which use "doc" feature of "%{crate}" crate. %files -n %{name}+doc-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+lints-devel Summary: %{summary} @@ -138,7 +138,7 @@ This package contains library source intended for building other packages which use "lints" feature of "%{crate}" crate. %files -n %{name}+lints-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+nightly-devel Summary: %{summary} @@ -150,7 +150,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}+no_cargo-devel Summary: %{summary} @@ -162,7 +162,7 @@ This package contains library source intended for building other packages which use "no_cargo" feature of "%{crate}" crate. %files -n %{name}+no_cargo-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+strsim-devel Summary: %{summary} @@ -174,7 +174,7 @@ This package contains library source intended for building other packages which use "strsim" feature of "%{crate}" crate. %files -n %{name}+strsim-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+suggestions-devel Summary: %{summary} @@ -186,7 +186,7 @@ This package contains library source intended for building other packages which use "suggestions" feature of "%{crate}" crate. %files -n %{name}+suggestions-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+term_size-devel Summary: %{summary} @@ -198,7 +198,7 @@ This package contains library source intended for building other packages which use "term_size" feature of "%{crate}" crate. %files -n %{name}+term_size-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unstable-devel Summary: %{summary} @@ -210,7 +210,7 @@ This package contains library source intended for building other packages which use "unstable" feature of "%{crate}" crate. %files -n %{name}+unstable-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+vec_map-devel Summary: %{summary} @@ -222,7 +222,7 @@ This package contains library source intended for building other packages which use "vec_map" feature of "%{crate}" crate. %files -n %{name}+vec_map-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+wrap_help-devel Summary: %{summary} @@ -234,7 +234,7 @@ This package contains library source intended for building other packages which use "wrap_help" feature of "%{crate}" crate. %files -n %{name}+wrap_help-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+yaml-devel Summary: %{summary} @@ -246,7 +246,7 @@ This package contains library source intended for building other packages which use "yaml" feature of "%{crate}" crate. %files -n %{name}+yaml-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+yaml-rust-devel Summary: %{summary} @@ -258,7 +258,7 @@ This package contains library source intended for building other packages which use "yaml-rust" feature of "%{crate}" crate. %files -n %{name}+yaml-rust-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 @@ -279,6 +279,9 @@ which use "yaml-rust" feature of "%{crate}" crate. %endif %changelog +* Tue May 12 2020 Josh Stone - 2.33.1-1 +- Update to 2.33.1 + * Thu Jan 30 2020 Fedora Release Engineering - 2.33.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 2731511..4cc6bbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (clap-2.33.0.crate) = f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91 +SHA512 (clap-2.33.1.crate) = 31209da6a0ac987f7e1b2504a2fb7738c3aba4ddee4cc2bc22cc37d4d2b0feeff41ece557d4960d51564fd31cb23e413bf180eb60102a872caf623bf55c6f089