update to version 3.0.1

epel9
Fabio Valentini 4 years ago
parent 20a6e9f5f3
commit fde192418c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/directories-1.0.2.crate
/directories-2.0.1.crate
/directories-2.0.2.crate
/directories-3.0.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate directories
Name: rust-%{crate}
Version: 2.0.2
Release: 4%{?dist}
Version: 3.0.1
Release: 1%{?dist}
Summary: Library that provides platform-specific standard locations of directories
# Upstream license specification: MIT OR Apache-2.0
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Dec 15 2020 Fabio Valentini <decathorpe@gmail.com> - 3.0.1-1
- Update to version 3.0.1.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (directories-2.0.2.crate) = d42ec9308b131c33fc779684ce067faae03135ad45064ed653dc1ee68a7f0ffc739ef82c0b54b869a3951d4d58210208975d5e564b7dad8f0570e7ad0cf1cce2
SHA512 (directories-3.0.1.crate) = 840b325522cf9a6a20ad54885b1e0e16f2fb72de6c18ced24f3766dd8355329b7b9f1e6dfacaaf72623d0415b28e7dbbfff3234ff82e5c0fffa86772c3b4bad8

Loading…
Cancel
Save