public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cursive-macros] f45: Allow find-crate 0.7
@ 2026-08-26  6:46 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-26  6:46 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-cursive-macros
Branch : f45
Commit : 1d92a64a9062b855f0eb16051f6b15a0eb88d2a6
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-26T07:05:10+01:00
Stats  : +19/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cursive-macros/c/1d92a64a9062b855f0eb16051f6b15a0eb88d2a6?branch=f45

Log:
Allow find-crate 0.7

---
diff --git a/cursive-macros-fix-metadata.diff b/cursive-macros-fix-metadata.diff
index 02ead80..4c4d2ef 100644
--- a/cursive-macros-fix-metadata.diff
+++ b/cursive-macros-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- cursive-macros-0.1.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ cursive-macros-0.1.0/Cargo.toml	2025-04-16T03:25:38.067521+00:00
++++ cursive-macros-0.1.0/Cargo.toml	2026-08-26T06:04:56.476469+00:00
 @@ -15,7 +15,7 @@
  version = "0.1.0"
  authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
@@ -9,3 +9,12 @@
  autobins = false
  autoexamples = false
  autotests = false
+@@ -41,7 +41,7 @@
+ proc-macro = true
+ 
+ [dependencies.find-crate]
+-version = "0.6.3"
++version = ">=0.6.3, <0.8.0"
+ optional = true
+ 
+ [dependencies.proc-macro2]

diff --git a/rust-cursive-macros.spec b/rust-cursive-macros.spec
index b7b194d..2d8f53b 100644
--- a/rust-cursive-macros.spec
+++ b/rust-cursive-macros.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
@@ -16,8 +16,9 @@ Source:         %{crates_source}
 # * https://github.com/gyscos/cursive/pull/814
 Source2:        https://github.com/gyscos/cursive/raw/main/LICENSE
 # Manually created patch for downstream crate metadata changes
-# * LICENSE not in sources fixed upstream
-# * https://github.com/gyscos/cursive/pull/818
+# * LICENSE not in sources fixed upstream:
+#   https://github.com/gyscos/cursive/pull/818
+# * Allow find-crate 0.7: https://github.com/gyscos/cursive/pull/858
 Patch:          cursive-macros-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 818b546..db4aa4e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,11 @@
 [package]
 license-files = ["LICENSE"]
 cargo-toml-patch-comments = [
-    "LICENSE not in sources fixed upstream",
-    "https://github.com/gyscos/cursive/pull/818",
+    """\
+LICENSE not in sources fixed upstream: \
+https://github.com/gyscos/cursive/pull/818\
+""",
+    "Allow find-crate 0.7: https://github.com/gyscos/cursive/pull/858",
 ]
 
 [[package.extra-sources]]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  6:46 [rpms/rust-cursive-macros] f45: Allow find-crate 0.7 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox