Compare commits

...

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 774642259d Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini b1ed498738
Update to version 0.2.10; Fixes RHBZ#2265455
9 months ago
blinxen 3dcb3f0d10 Update to version 0.2.9 (rhbz#2261874)
1 year ago
Fabio Valentini 8860bdd8db
Temporarily ignore brittle snapshot tests
1 year ago
Fedora Release Engineering 710c754c54 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -1 +1,3 @@
/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 24
# 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 +13,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 +60,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,6 +74,8 @@ use the "is_sync" feature of the "%{crate}" crate.
%if %{with check}
%check
# * temporarily ignore brittle snapshot tests
export TRYBUILD=overwrite
%cargo_test
%endif

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

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

Loading…
Cancel
Save