Update to 3.0.6

epel9
Josh Stone 5 years ago
parent e942384c97
commit dc94c1c4b2

1
.gitignore vendored

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

@ -1,11 +1,11 @@
--- path-absolutize-3.0.0/Cargo.toml 2020-06-12T21:57:48+00:00
+++ path-absolutize-3.0.0/Cargo.toml 2020-06-21T07:06:41.275120+00:00
@@ -34,8 +34,6 @@
[features]
--- path-absolutize-3.0.6/Cargo.toml 2020-07-29T02:32:19+00:00
+++ path-absolutize-3.0.6/Cargo.toml 2020-07-29T17:01:23.130666+00:00
@@ -36,8 +36,6 @@
lazy_static_cache = ["path-dedot/lazy_static_cache"]
once_cell_cache = ["path-dedot/once_cell_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"]
-[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "2.2.6"
-version = "3"
[badges.travis-ci]
branch = "master"
repository = "magiclen/path-absolutize"

@ -5,8 +5,8 @@
%global crate path-absolutize
Name: rust-%{crate}
Version: 3.0.0
Release: 2%{?dist}
Version: 3.0.6
Release: 1%{?dist}
Summary: Get an absolute path without dots in `Path` and `PathBuf`
# Upstream license specification: MIT
@ -68,6 +68,18 @@ which use "lazy_static_cache" feature of "%{crate}" crate.
%files -n %{name}+lazy_static_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+once_cell_cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+once_cell_cache-devel %{_description}
This package contains library source intended for building other packages
which use "once_cell_cache" feature of "%{crate}" crate.
%files -n %{name}+once_cell_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unsafe_cache-devel
Summary: %{summary}
BuildArch: noarch
@ -99,6 +111,9 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 3.0.6-1
- Update to 3.0.6
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (path-absolutize-3.0.0.crate) = eef2c7cba32e67bb5b93b68013f03f727e3666c1b8754c81a549db9a1f9825c96bd614c8f21fe3221e883fca8435ce248287956d47dd4e45c1dd1c9e09ac7e92
SHA512 (path-absolutize-3.0.6.crate) = 3fbb2eb45512d6aa655756d1c002e9ab2c1556f789664d85dd2445be74a51c8b0561a1d35c9c63b1b88419b9bc70da598eee2e6d658887780230e5325a5ae7a6

Loading…
Cancel
Save