Compare commits

...

16 Commits

Author SHA1 Message Date
Fabio Valentini 6739aa04e2
Update to version 0.7.4; Fixes RHBZ#2330682
2 months ago
Benjamin A. Beasley fad92cd976 Update to version 0.7.3; Fixes RHBZ#2326004
3 months ago
Fabio Valentini ef1a7d3773
Update to version 0.7.2; Fixes RHBZ#2299862
6 months ago
Fedora Release Engineering 0b3be4b820 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 939aa96c4e
Update to version 0.7.1; Fixes RHBZ#2290784
8 months ago
Fabio Valentini 7214a19454
Update to version 0.7.0; Fixes RHBZ#2263400
11 months ago
Fedora Release Engineering 10501a6607 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 325ac34f30
Update to version 0.6.0; Fixes RHBZ#2245947
1 year ago
Fabio Valentini 810caa4111
Update to version 0.5.1; Fixes RHBZ#2234510
1 year ago
Fedora Release Engineering d38383e203 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 317ed6f3ea
Update to version 0.5.0; Fixes RHBZ#2208633
2 years ago
Fabio Valentini 986848d718
Update to version 0.4.1; Fixes RHBZ#2182231
2 years ago
Fabio Valentini 865d628c2d
Update to version 0.3.3; Fixes RHBZ#2179172
2 years ago
Fabio Valentini 92bc8d4166
Update to version 0.3.2; Fixes RHBZ#2173024
2 years ago
Fabio Valentini ece792384a
Update to version 0.3.1; Fixes RHBZ#2160787
2 years ago
Fedora Release Engineering be42be1f11 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

12
.gitignore vendored

@ -4,3 +4,15 @@
/clap_lex-0.2.0.crate /clap_lex-0.2.0.crate
/clap_lex-0.2.4.crate /clap_lex-0.2.4.crate
/clap_lex-0.3.0.crate /clap_lex-0.3.0.crate
/clap_lex-0.3.1.crate
/clap_lex-0.3.2.crate
/clap_lex-0.3.3.crate
/clap_lex-0.4.1.crate
/clap_lex-0.5.0.crate
/clap_lex-0.5.1.crate
/clap_lex-0.6.0.crate
/clap_lex-0.7.0.crate
/clap_lex-0.7.1.crate
/clap_lex-0.7.2.crate
/clap_lex-0.7.3.crate
/clap_lex-0.7.4.crate

@ -1,3 +0,0 @@
# rust-clap_lex
The rust-clap_lex package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate clap_lex %global crate clap_lex
Name: rust-clap_lex Name: rust-clap_lex
Version: 0.3.0 Version: 0.7.4
Release: %autorelease Release: %autorelease
Summary: Minimal, flexible command line parser Summary: Minimal, flexible command line parser
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/clap_lex URL: https://crates.io/crates/clap_lex
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Minimal, flexible command line parser.} Minimal, flexible command line parser.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (clap_lex-0.3.0.crate) = 5e601d540e46e527f6a2ea1959fa5aa035ad823008806f3a5adb4785f1928de4c9fe04e61680c64bcb87ed32b2e991951ec27c5cc5acdcfae51cdc61767ff100 SHA512 (clap_lex-0.7.4.crate) = a2566868f4619679d3b74b70592ffa6a04b13e38e3196c56bb1dae8bea0c711bddbccd778d2aba3cc0ee074c9b1cc0335222818f0d47fb3cc8109cbc35bb992e

Loading…
Cancel
Save