Update to version 0.4.10; Fixes RHBZ#2158495

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/globset-0.4.7.crate
/globset-0.4.8.crate
/globset-0.4.9.crate
/globset-0.4.10.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate globset
Name: rust-globset
Version: 0.4.9
Version: 0.4.10
Release: %autorelease
Summary: Cross platform single glob and glob set matching
@ -13,14 +13,13 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/globset
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.}
Cross platform single glob and glob set matching. Glob set matching is
the process of matching one or more glob patterns against a single
candidate path simultaneously, and returning all of the globs that
matched.}
%description %{_description}

@ -1 +1 @@
SHA512 (globset-0.4.9.crate) = 66841495098b028b8d294c0832276b8864760df3a16b93b57222037c351591ac7773a99a65b85a20c438fbfc04c56ea4901188cb18ed470d3481eeef29eab708
SHA512 (globset-0.4.10.crate) = 85a1213fd3ec55ffd87fde25f4cdbd2e8ed4056132d3c516eb117f107a744d733e1ad8fa06f296a60084a23ee968c3c0899399fd3ab9bbf72e217638a5cf165e

Loading…
Cancel
Save