Update to version 2.1.0; Fixes RHBZ#2118155

epel9
Fabio Valentini 3 years ago
parent 8bf263a6ab
commit bba56874dd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/wild-2.0.2.crate /wild-2.0.2.crate
/wild-2.0.3.crate /wild-2.0.3.crate
/wild-2.0.4.crate /wild-2.0.4.crate
/wild-2.1.0.crate

@ -1,28 +1,23 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate wild %global crate wild
Name: rust-%{crate} Name: rust-wild
Version: 2.0.4 Version: 2.1.0
Release: %autorelease Release: %autorelease
Summary: Glob (wildcard) expanded command-line arguments Summary: Glob (wildcard) expanded command-line arguments
# Upstream license specification: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/wild URL: https://crates.io/crates/wild
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * No windows Patch: wild-fix-metadata-auto.diff
Patch0: wild-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Glob (wildcard) expanded command-line arguments on Windows.} Glob (wildcard) expanded command-line arguments on Windows.}
@ -35,13 +30,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (wild-2.0.4.crate) = a0c7d27891064d7455c3abf8aaecbd744e7fdd3b4e11bd8e7becb8917585410828fe45f2077e90d81608d230d8a31eaaf2ac818d4ad3225e1f9d3ffd27495453 SHA512 (wild-2.1.0.crate) = 458716b78fde64c65a10ae28d9ac75494c5362a834dd48f5d29efbf7bc54323033f524cfa8ec9d4c851121cfc357d3935129069fcb746e656b8ae397cb9b197c

@ -0,0 +1,12 @@
--- wild-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ wild-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -49,9 +49,6 @@
[dev-dependencies.glob]
version = "0.3"
-[target."cfg(windows)".dependencies.glob]
-version = "0.3"
-
[badges.appveyor]
repository = "pornel/wild"

@ -1,11 +0,0 @@
--- 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]
-version = "0.3"
[badges.appveyor]
repository = "pornel/wild"
Loading…
Cancel
Save