Update to 2.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 8fc11cedb2
commit 19f13caa20
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/dirs-1.0.3.crate /dirs-1.0.3.crate
/dirs-1.0.4.crate /dirs-1.0.4.crate
/dirs-1.0.5.crate /dirs-1.0.5.crate
/dirs-2.0.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate dirs %global crate dirs
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.5 Version: 2.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Platform abstractions for common directories Summary: Platform abstractions for common directories
@ -13,21 +13,20 @@ Summary: Platform abstractions for common directories
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/dirs URL: https://crates.io/crates/dirs
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * no redox/windows deps
Patch0: dirs-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
%global _description \ %global _description %{expand:
A tiny low-level library that provides platform-specific standard locations of\ Tiny low-level library that provides platform-specific standard locations of
directories for config, cache and other data on Linux, Windows, macOS and Redox\ directories for config, cache and other data on Linux, Windows, macOS and Redox
by leveraging the mechanisms defined by the XDG base/user directory\ by leveraging the mechanisms defined by the XDG base/user directory
specifications on Linux, the Known Folder API on Windows, and the Standard\ specifications on Linux, the Known Folder API on Windows, and the Standard
Directory guidelines on macOS. Directory guidelines on macOS.}
%description %{_description} %description %{_description}
@ -61,6 +60,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -73,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 19 12:35:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
- Update to 1.0.5
* Thu Feb 28 2019 Josh Stone <jistone@redhat.com> - 1.0.5-1 * Thu Feb 28 2019 Josh Stone <jistone@redhat.com> - 1.0.5-1
- Update to 1.0.5 - Update to 1.0.5

@ -1 +1 @@
SHA512 (dirs-1.0.5.crate) = 12ebc3e92511373b11c2b7913b7bf74f8022344758057a2c71e36ec262e7ea6ac386bc75c323317406f1b25e965e047ddb308ff5017a1e607b48b978414e7416 SHA512 (dirs-2.0.1.crate) = 47896d709ed338d209cdbc7a81050f792b5591495fdbf6a2a1068c322d0f4b20fc5fd065aaddb4418994869ddf4266c58b20383f79c1f66a784c2043f7b3281f

Loading…
Cancel
Save