|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate maybe-async
|
|
|
|
|
|
|
|
|
|
Name: rust-maybe-async
|
|
|
|
|
Version: 0.2.7
|
|
|
|
|
Version: 0.2.10
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Procedural macro to unify SYNC and ASYNC implementation
|
|
|
|
|
|
|
|
|
@ -13,7 +23,7 @@ License: MIT
|
|
|
|
|
URL: https://crates.io/crates/maybe-async
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
A procedural macro to unify SYNC and ASYNC implementation.}
|
|
|
|
@ -60,7 +70,7 @@ use the "is_sync" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -74,8 +84,31 @@ use the "is_sync" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# * temporarily ignore brittle snapshot tests
|
|
|
|
|
export TRYBUILD=overwrite
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.10-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.10-1
|
|
|
|
|
- Update to version 0.2.10; Fixes RHBZ#2265455
|
|
|
|
|
|
|
|
|
|
* Sat Feb 03 2024 blinxen <h-k-81@hotmail.com> - 0.2.9-1
|
|
|
|
|
- Update to version 0.2.9 (rhbz#2261874)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.7-3
|
|
|
|
|
- Temporarily ignore brittle snapshot tests
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 blinxen <h-k-81@hotmail.com> - 0.2.7-1
|
|
|
|
|
- Initial package
|
|
|
|
|
## END: Generated by rpmautospec
|