Compare commits

...

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

2
.gitignore vendored

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

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

@ -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,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

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

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