|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.3.2
|
|
|
|
Version: 1.3.2
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Declarative dependencies in Cargo.toml
|
|
|
|
Summary: Declarative dependencies in Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -16,6 +16,7 @@ URL: https://crates.io/crates/system-deps
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * bump version-compare from 0.0.10 to 0.0.11 (already upstream)
|
|
|
|
# * bump version-compare from 0.0.10 to 0.0.11 (already upstream)
|
|
|
|
|
|
|
|
# * Bump strum and strum_macros to 0.21 (already upstream)
|
|
|
|
Patch0: system-deps-fix-metadata.diff
|
|
|
|
Patch0: system-deps-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -76,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 17 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.2-6
|
|
|
|
|
|
|
|
- Bump strum and strum_macros to 0.21
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|