|
|
@ -3,13 +3,13 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-packaging
|
|
|
|
Name: rust-packaging
|
|
|
|
Version: 16
|
|
|
|
Version: 17
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: RPM macros for building Rust packages on various architectures
|
|
|
|
Summary: RPM macros for building Rust packages on various architectures
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://pagure.io/fedora-rust/rust2rpm
|
|
|
|
URL: https://pagure.io/fedora-rust/rust2rpm
|
|
|
|
Source: https://pagure.io/fedora-rust/rust2rpm/archive/v16/rust2rpm-v%{version}.tar.gz
|
|
|
|
Source: https://pagure.io/fedora-rust/rust2rpm/archive/v%{version}/rust2rpm-v%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
@ -69,6 +69,9 @@ py.test-%{python3_version} -vv test.py
|
|
|
|
%{python3_sitelib}/rust2rpm/
|
|
|
|
%{python3_sitelib}/rust2rpm/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Dec 26 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 17-1
|
|
|
|
|
|
|
|
- Update to 17
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 15-3
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 15-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|