|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate path-absolutize
|
|
|
|
%global crate path-absolutize
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 3.0.7
|
|
|
|
Version: 3.0.10
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Extend Path and PathBuf for getting an absolute path
|
|
|
|
Summary: Extend Path and PathBuf for getting an absolute path
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/path-absolutize
|
|
|
|
URL: https://crates.io/crates/path-absolutize
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No Windows
|
|
|
|
# * drop windows-specific dependencies
|
|
|
|
Patch0: path-absolutize-fix-metadata.diff
|
|
|
|
Patch0: path-absolutize-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -111,6 +111,10 @@ which use "unsafe_cache" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 10 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.10-1
|
|
|
|
|
|
|
|
- Update to version 3.0.10.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1952303
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1
|
|
|
|
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1
|
|
|
|
- Update to version 3.0.7.
|
|
|
|
- Update to version 3.0.7.
|
|
|
|
- Fixes RHBZ#1937766
|
|
|
|
- Fixes RHBZ#1937766
|
|
|
|