public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cursive-macros] f45: Allow find-crate 0.7
Date: Wed, 26 Aug 2026 06:46:58 GMT	[thread overview]
Message-ID: <178772681831.1.10389251500216663903.rpms-rust-cursive-macros-1d92a64a9062@fedoraproject.org> (raw)

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]]

                 reply	other threads:[~2026-08-26  6:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178772681831.1.10389251500216663903.rpms-rust-cursive-macros-1d92a64a9062@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox