Update to version 0.1.9; Fixes RHBZ#2102354

epel9
Fabio Valentini 2 years ago
parent b929e0dc89
commit fb64877b58
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/argh-0.1.5.crate /argh-0.1.5.crate
/argh-0.1.6.crate /argh-0.1.6.crate
/argh-0.1.7.crate /argh-0.1.7.crate
/argh-0.1.9.crate

@ -1,22 +1,21 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate argh %global crate argh
Name: rust-%{crate} Name: rust-argh
Version: 0.1.7 Version: 0.1.9
Release: %autorelease Release: %autorelease
Summary: Derive-based argument parser optimized for code size Summary: Derive-based argument parser optimized for code size
# Upstream license specification: BSD-3-Clause License: BSD-3-Clause
License: BSD
URL: https://crates.io/crates/argh URL: https://crates.io/crates/argh
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Derive-based argument parser optimized for code size.} Derive-based argument parser optimized for code size.}
@ -33,9 +32,9 @@ This package contains library source intended for building other packages which
use the "%{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}
@ -47,7 +46,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{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 (argh-0.1.7.crate) = 910d740fc2292911d644715ccdd4da105829847d8ea2fdacdac0444936fb4393ca09adf2377705911a1f97b4cbe8bcedf53ccc2c4b3491bd876e4c017981ef34 SHA512 (argh-0.1.9.crate) = 02d00baf6a99d8b22b2eb68c51551678a11c0aa603c44c1aa84d39fced71e72cb068cd2b3c2933ce24762aa1f4e5fcce732956d6a91e9741c6f40c2f513f956c

Loading…
Cancel
Save