Compare commits

...

3 Commits

1
.gitignore vendored

@ -1,3 +1,4 @@
/shlex-0.1.1.crate
/shlex-1.1.0.crate
/shlex-1.2.0.crate
/shlex-1.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate shlex
Name: rust-shlex
Version: 1.2.0
Version: 1.3.0
Release: %autorelease
Summary: Split a string into shell words, like Python's shlex
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/shlex
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Split a string into shell words, like Python's shlex.}
@ -61,7 +61,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (shlex-1.2.0.crate) = cf48c0c47aac44654a48047fed3568c30f53f19cd131615cabbc247dbdf1eb1b7540b0d188f341251b4876dd0d5fcc13792800f0160f7907e8d8fe9a5e75083f
SHA512 (shlex-1.3.0.crate) = 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a

Loading…
Cancel
Save