Update to version 0.1.9; Fixes RHBZ#2102355

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/argh_derive-0.1.5.crate /argh_derive-0.1.5.crate
/argh_derive-0.1.6.crate /argh_derive-0.1.6.crate
/argh_derive-0.1.7.crate /argh_derive-0.1.7.crate
/argh_derive-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_derive %global crate argh_derive
Name: rust-%{crate} Name: rust-argh_derive
Version: 0.1.7 Version: 0.1.9
Release: %autorelease Release: %autorelease
Summary: Derive-based argument parsing optimized for code size Summary: Derive-based argument parsing optimized for code size
# Upstream license specification: BSD-3-Clause License: BSD-3-Clause
License: BSD
URL: https://crates.io/crates/argh_derive URL: https://crates.io/crates/argh_derive
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 parsing optimized for code size.} Derive-based argument parsing 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_derive-0.1.7.crate) = ac36f5917ecb8c1ee66bea11097c85209fb0183006246cfca2350f88f1a1211ab8465f18aeec5296ce50b68db1821ceb7082ccbeacf221c4a5dc0f7a33111135 SHA512 (argh_derive-0.1.9.crate) = cc59e96427288bc56ca1ef87f9bf081fab8f7b6be40146597c88aa79a1b63f337d387d304f89c484107da8d56b8056ebeb1379df8bd6012b2c79febae9e9a79e

Loading…
Cancel
Save