Update to version 3.1.0; Fixes RHBZ#2195987

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/path-dedot-3.0.14.crate
/path-dedot-3.0.17.crate
/path-dedot-3.0.18.crate
/path-dedot-3.1.0.crate

@ -1,3 +0,0 @@
# rust-path-dedot
The rust-path-dedot package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate path-dedot
Name: rust-path-dedot
Version: 3.0.18
Version: 3.1.0
Release: %autorelease
Summary: Parse path with dots in Path and PathBuf
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library for extending `Path` and `PathBuf` in order to parse the path which
contains dots.}
A library for extending `Path` and `PathBuf` in order to parse the path
which contains dots.}
%description %{_description}

@ -1 +1 @@
SHA512 (path-dedot-3.0.18.crate) = 1d00505ef6f282511ed15f071a67bdbbe4ffcc67b64ed9a879c843d2ebe0f311e108ec35af0b798801f6870855253ae57b41e67f5b48aaaf52c3bd74a3d8b333
SHA512 (path-dedot-3.1.0.crate) = 63f5c13c60adbfda1cc26525ae02e81c62170fabc8bc971ab7e3e6b8abc7e3731cfdff06c17bcbe7c9ef2b42d1b95067b9bbad2d4c324a7e5da18b69ba9fef4b

Loading…
Cancel
Save