Update to version 0.3.0

epel9 imports/e9/rust-lexopt-0.3.0-1.el9
Jan Staněk 2 years ago
parent 8265770c05
commit d0ea027c68
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -1,2 +1,3 @@
/lexopt-0.2.0.crate /lexopt-0.2.0.crate
/lexopt-0.2.1.crate /lexopt-0.2.1.crate
/lexopt-0.3.0.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate lexopt %global crate lexopt
Name: rust-%{crate} Name: rust-lexopt
Version: 0.2.1 Version: 0.3.0
Release: %autorelease Release: %autorelease
Summary: Minimalist pedantic command line parser Summary: Minimalist pedantic command line parser
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/lexopt URL: https://crates.io/crates/lexopt
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (lexopt-0.2.1.crate) = 34abdeeb0093c4b6d02a6a932a4405e82c52c9db981ecf4c7bf41c877dcebe131b35374ebbb0d66aa7f069c7f431d99117a191578d9cf2b3e7e5dbb0e8249b11 SHA512 (lexopt-0.3.0.crate) = 7ce3856a54fa6274ea3d5a4fe353f4a0411f5f6754fe8a5e7a114705f063300a93aa2efad765bc1dd0244caee15a8cf44a3de540a4db0626ed2ac6476bdb6843

Loading…
Cancel
Save