diff --git a/.gitignore b/.gitignore index 7f45a79..110ab2f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /structopt-0.2.16.crate /structopt-0.2.17.crate /structopt-0.2.18.crate +/structopt-0.3.5.crate diff --git a/rust-structopt.spec b/rust-structopt.spec index b67be6d..9d75810 100644 --- a/rust-structopt.spec +++ b/rust-structopt.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 12 %bcond_without check %global debug_package %{nil} %global crate structopt Name: rust-%{crate} -Version: 0.2.18 -Release: 2%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: Parse command line argument by defining a struct # Upstream license specification: Apache-2.0/MIT @@ -38,7 +38,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -50,7 +50,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}+color-devel Summary: %{summary} @@ -62,7 +62,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} @@ -74,7 +74,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} @@ -86,7 +86,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} @@ -98,19 +98,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 - -%package -n %{name}+nightly-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+nightly-devel %{_description} - -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} @@ -122,7 +110,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}+paw-devel Summary: %{summary} @@ -134,7 +122,7 @@ This package contains library source intended for building other packages which use "paw" feature of "%{crate}" crate. %files -n %{name}+paw-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+suggestions-devel Summary: %{summary} @@ -146,7 +134,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}+wrap_help-devel Summary: %{summary} @@ -158,7 +146,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} @@ -170,7 +158,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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -192,6 +180,9 @@ which use "yaml" feature of "%{crate}" crate. %endif %changelog +* Tue Dec 17 08:14:58 CET 2019 Igor Gnatenko - 0.3.5-1 +- Update to 0.3.5 + * Fri Jul 26 2019 Fedora Release Engineering - 0.2.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 8f342bd..fe4dc62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (structopt-0.2.18.crate) = fafa9cea1a99950d1ef8bde53ab5a18daabd5cf131f3c2bacf25786f057b2d0169fe6f5d6e96761a74b6e9cf72a9d6b7dfee53edfe0018a19260ee66ba9b5f97 +SHA512 (structopt-0.3.5.crate) = a5b981c50d501f08bbacfdf9a9ffb991d1e17059cc502b8bdee70bcc412a9ea42c0840cf1e154647f420fe4817370e63a0824484ea9b40a0de92682820c43bd2