diff --git a/.gitignore b/.gitignore index b1545f8..7d9a84a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wild-2.0.1.crate /wild-2.0.2.crate +/wild-2.0.3.crate diff --git a/rust-wild.spec b/rust-wild.spec index 70ebf03..d65175d 100644 --- a/rust-wild.spec +++ b/rust-wild.spec @@ -1,16 +1,16 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate wild Name: rust-%{crate} -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.0.3 +Release: 1%{?dist} Summary: Glob (wildcard) expanded command-line arguments -# Upstream license specification: MIT -License: MIT +# Upstream license specification: Apache-2.0 OR MIT +License: ASL 2.0 or MIT URL: https://crates.io/crates/wild Source: %{crates_source} # Initial patched metadata @@ -41,7 +41,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat May 16 22:07:24 CEST 2020 Igor Raits - 2.0.3-1 +- Update to 2.0.3 + * Thu Jan 30 2020 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 51a0ad4..fab4df5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wild-2.0.2.crate) = 31f9169b77127c1fb20dcb29cd6b0eeeaa5654086d65db2eae5ffe744e3ffec8de98927caea21f699ec79a1f040d6891070ef7f2e99aba5fee79c13e77ca9f80 +SHA512 (wild-2.0.3.crate) = e477b3701027ef6099c08f1b085b3e012debbf6688b249511108246792ba76b5462f581fdf2a6298a6fbcf4d34beccd14619031983ee0a83871d150ea434cd5c diff --git a/wild-fix-metadata.diff b/wild-fix-metadata.diff index 84811e2..8f8c71f 100644 --- a/wild-fix-metadata.diff +++ b/wild-fix-metadata.diff @@ -1,7 +1,7 @@ ---- wild-2.0.2/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ wild-2.0.2/Cargo.toml 2019-11-23T02:35:12.039351+00:00 -@@ -24,8 +24,6 @@ - repository = "https://gitlab.com/kornelski/wild" +--- wild-2.0.3/Cargo.toml 2020-05-16T18:32:11+00:00 ++++ wild-2.0.3/Cargo.toml 2020-05-16T20:07:24.019333+00:00 +@@ -28,8 +28,6 @@ + targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies.glob] version = "0.3" -[target."cfg(windows)".dependencies.glob]