Compare commits

..

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

2
.gitignore vendored

@ -1,3 +1 @@
/maybe-async-0.2.7.crate /maybe-async-0.2.7.crate
/maybe-async-0.2.9.crate
/maybe-async-0.2.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 24
%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
@ -13,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.}
@ -60,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
@ -74,8 +74,6 @@ 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

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

@ -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 +1 @@
SHA512 (maybe-async-0.2.10.crate) = c41fc42385a47706167fa9c51fbd2e4dac74683c362d66f71705de4125dd639a518207a2ae4cc3e5f913279ea205d260b0ed3fe2edbce68f27ddaa9e9989e59b SHA512 (maybe-async-0.2.7.crate) = ef5f4e705def3b188ad2dd4be33dbb2c3f28d08855a1cff0aabcfd63fe22d1ba99e6cb7d10a43bde3bb5d30c2fd98dd2c9172d2e0a2cf877051b5117f0e7d262

Loading…
Cancel
Save