Update to 3.0.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a92f8013cb
commit 743db54471
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -2,3 +2,4 @@
/path-absolutize-2.0.0.crate /path-absolutize-2.0.0.crate
/path-absolutize-2.0.1.crate /path-absolutize-2.0.1.crate
/path-absolutize-2.0.2.crate /path-absolutize-2.0.2.crate
/path-absolutize-3.0.0.crate

@ -1,5 +1,5 @@
--- path-absolutize-2.0.2/Cargo.toml 2020-05-27T21:32:39+00:00 --- path-absolutize-3.0.0/Cargo.toml 2020-06-12T21:57:48+00:00
+++ path-absolutize-2.0.2/Cargo.toml 2020-05-28T01:29:17.623284+00:00 +++ path-absolutize-3.0.0/Cargo.toml 2020-06-21T07:06:41.275120+00:00
@@ -34,8 +34,6 @@ @@ -34,8 +34,6 @@
[features] [features]
lazy_static_cache = ["path-dedot/lazy_static_cache"] lazy_static_cache = ["path-dedot/lazy_static_cache"]

@ -5,7 +5,7 @@
%global crate path-absolutize %global crate path-absolutize
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.2 Version: 3.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Get an absolute path without dots in `Path` and `PathBuf` Summary: Get an absolute path without dots in `Path` and `PathBuf`
@ -99,6 +99,9 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 21 09:06:41 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.0.0-1
- Update to 3.0.0
* Thu May 28 2020 Josh Stone <jistone@redhat.com> - 2.0.2-1 * Thu May 28 2020 Josh Stone <jistone@redhat.com> - 2.0.2-1
- Update to 2.0.2 - Update to 2.0.2

@ -1 +1 @@
SHA512 (path-absolutize-2.0.2.crate) = 8560d3f7f2c1ab985fabb60c94ca2fb8a1775e69cafe67d94e2f7e3af8cf31a97402b86a55e466e34f4ac16f556ffeaf1c3726ae9c81bef6dec429c2b3cceaa2 SHA512 (path-absolutize-3.0.0.crate) = eef2c7cba32e67bb5b93b68013f03f727e3666c1b8754c81a549db9a1f9825c96bd614c8f21fe3221e883fca8435ce248287956d47dd4e45c1dd1c9e09ac7e92

Loading…
Cancel
Save