public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-blsctl] rawhide: Bump serial_test dev-dependency from v0.5 to v3
Date: Wed, 22 Jul 2026 15:01:54 GMT	[thread overview]
Message-ID: <178473251422.1.7666942369143219425.rpms-rust-blsctl-d879b0f746e4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-blsctl
Branch : rawhide
Commit : d879b0f746e4e1732edf21f0e6c42fd771bbe7c8
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-22T12:38:20+02:00
Stats  : +31/-14 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-blsctl/c/d879b0f746e4e1732edf21f0e6c42fd771bbe7c8?branch=rawhide

Log:
Bump serial_test dev-dependency from v0.5 to v3

---
diff --git a/blsctl-fix-metadata.diff b/blsctl-fix-metadata.diff
index c6860f2..becfbdf 100644
--- a/blsctl-fix-metadata.diff
+++ b/blsctl-fix-metadata.diff
@@ -1,11 +1,18 @@
 --- blsctl-0.2.3/Cargo.toml	2020-11-12T23:04:14+00:00
-+++ blsctl-0.2.3/Cargo.toml	2023-05-17T10:04:51.958028+00:00
-@@ -20,7 +20,7 @@
++++ blsctl-0.2.3/Cargo.toml	2026-07-22T10:38:00.726694+00:00
+@@ -20,12 +20,12 @@
  
  [lib]
  name = "blsctl"
 -crate-type = ["lib", "cdylib"]
 +crate-type = ["lib"]
  [dev-dependencies.serial_test]
- version = "0.5"
+-version = "0.5"
++version = "3"
  
+ [dev-dependencies.serial_test_derive]
+-version = "0.5"
++version = "3"
+ 
+ [dev-dependencies.tempfile]
+ version = "3.1.0"

diff --git a/rust-blsctl.spec b/rust-blsctl.spec
index a24b526..b2e391c 100644
--- a/rust-blsctl.spec
+++ b/rust-blsctl.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 
 %global crate blsctl
 
@@ -13,9 +13,11 @@ URL:            https://crates.io/crates/blsctl
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop unused "cdylib" build target
+# * bump serial_test dev-dependency from v0.5 to v3
 Patch:          blsctl-fix-metadata.diff
 
-BuildRequires:  rust-packaging >= 23
+BuildRequires:  cargo-rpm-macros >= 24
+BuildRequires:  rpm-devel
 
 %global _description %{expand:
 Manages BLS entries and kernel cmdline options.}
@@ -63,16 +65,15 @@ use the "default" 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
 %cargo_generate_buildrequires
-echo 'rpm-devel'
 
 %build
 %cargo_build
-%cargo_license_summary
+%{cargo_license_summary}
 %{cargo_license} > LICENSE.dependencies
 
 %install

diff --git a/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index dab3b78..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-[DEFAULT]
-buildrequires =
-  rpm-devel
-lib.requires =
-  rpm-devel

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..36d1322
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,14 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop unused \"cdylib\" build target",
+    "bump serial_test dev-dependency from v0.5 to v3",
+]
+
+[requires]
+build = [
+    "rpm-devel",
+]
+lib = [
+    "rpm-devel",
+]
+

                 reply	other threads:[~2026-07-22 15:01 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=178473251422.1.7666942369143219425.rpms-rust-blsctl-d879b0f746e4@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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