public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-async-recursion] epel9: Update to version 1.0.2; Fixes RHBZ#2162314
@ 2026-07-10 15:33 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-10 15:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-async-recursion
Branch : epel9
Commit : 6f75f4eb419e75bb33dad99ceabf9e01d961c173
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2023-02-15T18:36:24+01:00
Stats : +19/-7 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-async-recursion/c/6f75f4eb419e75bb33dad99ceabf9e01d961c173?branch=epel9
Log:
Update to version 1.0.2; Fixes RHBZ#2162314
---
diff --git a/.gitignore b/.gitignore
index 2c39233..6228fff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/*.src.rpm
/async-recursion-0.3.2.crate
+/async-recursion-1.0.2.crate
diff --git a/async-recursion-fix-metadata.diff b/async-recursion-fix-metadata.diff
new file mode 100644
index 0000000..728cb3b
--- /dev/null
+++ b/async-recursion-fix-metadata.diff
@@ -0,0 +1,9 @@
+--- async-recursion-1.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
++++ async-recursion-1.0.2/Cargo.toml 2023-02-15T17:33:22.942832+00:00
+@@ -44,6 +44,3 @@
+
+ [dev-dependencies.futures-executor]
+ version = "0.3"
+-
+-[dev-dependencies.trybuild]
+-version = "1.0"
diff --git a/rust-async-recursion.spec b/rust-async-recursion.spec
index 414e9a7..8411eff 100644
--- a/rust-async-recursion.spec
+++ b/rust-async-recursion.spec
@@ -1,20 +1,20 @@
-# Generated by rust2rpm 22
-# * missing dev-dependency: futures-executor-preview
-%bcond_with check
+# Generated by rust2rpm 24
+%bcond_without check
%global debug_package %{nil}
%global crate async-recursion
Name: rust-async-recursion
-Version: 0.3.2
+Version: 1.0.2
Release: %autorelease
Summary: Recursion for async functions
License: MIT OR Apache-2.0
URL: https://crates.io/crates/async-recursion
Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
+# Manually created patch for downstream crate metadata changes
+# * trybuild tests are disabled - remove the dev-dependency as well
+Patch: async-recursion-fix-metadata.diff
BuildRequires: rust-packaging >= 21
@@ -52,6 +52,8 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
+# * remove broken trybuild tests
+rm -r tests/{compiletest.rs,ui/}
%cargo_prep
%generate_buildrequires
diff --git a/sources b/sources
index 1215128..36c68cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (async-recursion-0.3.2.crate) = cf87ee53655f496d604771732109d64ad10a9b2366351130db9e378ace941d03a7cbe770519703058a429f7893151cea4537302adf1bee6465ea2019f8a6f3bc
+SHA512 (async-recursion-1.0.2.crate) = 7851ca4f557b87c2d8ae38d72d5359d7e7f7a30c46ca6314fabd4464547fef0fc917a20e2ca7ebac04569cf3de0c4f151d4a29532b3d26a1ef0f5722d37a053d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 15:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 15:33 [rpms/rust-async-recursion] epel9: Update to version 1.0.2; Fixes RHBZ#2162314 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox