Compare commits

...

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/maybe-async-0.2.10.crate /maybe-async-0.2.7.crate

@ -1 +0,0 @@
800c7573e3dd1b641df04a9a85a7670b0b451962 SOURCES/maybe-async-0.2.10.crate

@ -1,10 +0,0 @@
[package]
summary = "Procedural macro to unify SYNC and ASYNC implementation"
description = "A procedural macro to unify SYNC and ASYNC implementation."
[scripts]
check.pre = [
"# * temporarily ignore brittle snapshot tests",
"export TRYBUILD=overwrite",
]

@ -1,21 +1,11 @@
## START: Set by rpmautospec # Generated by rust2rpm 24
## (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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate maybe-async %global crate maybe-async
Name: rust-maybe-async Name: rust-maybe-async
Version: 0.2.10 Version: 0.2.7
Release: %autorelease Release: %autorelease
Summary: Procedural macro to unify SYNC and ASYNC implementation Summary: Procedural macro to unify SYNC and ASYNC implementation
@ -23,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/maybe-async URL: https://crates.io/crates/maybe-async
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A procedural macro to unify SYNC and ASYNC implementation.} A procedural macro to unify SYNC and ASYNC implementation.}
@ -70,7 +60,7 @@ use the "is_sync" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -84,31 +74,8 @@ use the "is_sync" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * temporarily ignore brittle snapshot tests
export TRYBUILD=overwrite
%cargo_test %cargo_test
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.10-2 %autochangelog
- 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

@ -0,0 +1,2 @@
[DEFAULT]
summary = Procedural macro to unify SYNC and ASYNC implementation

@ -0,0 +1 @@
SHA512 (maybe-async-0.2.7.crate) = ef5f4e705def3b188ad2dd4be33dbb2c3f28d08855a1cff0aabcfd63fe22d1ba99e6cb7d10a43bde3bb5d30c2fd98dd2c9172d2e0a2cf877051b5117f0e7d262
Loading…
Cancel
Save