Update to version 0.4.8; Fixes RHBZ#1973803

epel9
Fabio Valentini 4 years ago
parent f8a45806d0
commit b6ece743b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/globset-0.4.5.crate
/globset-0.4.6.crate
/globset-0.4.7.crate
/globset-0.4.8.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate globset
Name: rust-%{crate}
Version: 0.4.7
Version: 0.4.8
Release: %autorelease
Summary: Cross platform single glob and glob set matching
@ -38,7 +38,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license COPYING UNLICENSE LICENSE-MIT
%license UNLICENSE LICENSE-MIT COPYING
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/

@ -1 +1 @@
SHA512 (globset-0.4.7.crate) = eab36ae23ecefc6e78adc0efd4d2bb3a3b7e927ee96e634ffe27d2948834f0b335727a62fe29d23785fe11298a85d19408b830d3273347fcd618885e2b3f8857
SHA512 (globset-0.4.8.crate) = 1a1fb9731d310ced63742b2c6f7ef7f414c89780751d9881859a6e6fbc512e91bc23c91e3743bb36114dcef6dc1962fd376d67bc536752ba6a8a2fda7aa80bec

Loading…
Cancel
Save