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-zerovec-derive] epel10.3: Update to version 0.11.6; Fixes RHBZ#2515916
Date: Fri, 28 Aug 2026 14:09:54 GMT	[thread overview]
Message-ID: <178792619477.1.3571082826769892474.rpms-rust-zerovec-derive-5ff763d1fd4a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-zerovec-derive
Branch : epel10.3
Commit : 5ff763d1fd4afc472615a8b4901ce5b51d5c3c59
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-21T07:18:31+01:00
Stats  : +18/-13 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-zerovec-derive/c/5ff763d1fd4afc472615a8b4901ce5b51d5c3c59?branch=epel10.3

Log:
Update to version 0.11.6; Fixes RHBZ#2515916

---
diff --git a/rust-zerovec-derive.spec b/rust-zerovec-derive.spec
index 894956a..d146811 100644
--- a/rust-zerovec-derive.spec
+++ b/rust-zerovec-derive.spec
@@ -5,7 +5,7 @@
 %global crate zerovec-derive
 
 Name:           rust-zerovec-derive
-Version:        0.11.3
+Version:        0.11.6
 Release:        %autorelease
 Summary:        Custom derive for the zerovec crate
 
@@ -51,8 +51,6 @@ use the "default" feature of the "%{crate}" crate.
 
 %prep
 %autosetup -n %{crate}-%{version} -p1
-# Avoid a circular dependency on the zerovec crate
-rm -rv examples/
 %cargo_prep
 
 %generate_buildrequires
@@ -66,7 +64,9 @@ rm -rv examples/
 
 %if %{with check}
 %check
-%cargo_test
+# * Omit test:sparse_enum_test: don’t depend circularly on the zerovec crate.
+%cargo_test -- --doc
+%cargo_test -- --lib
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 319f079..10d2ded 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,8 +5,13 @@ Patch out the examples to avoid a circular dependency on the zerovec crate.\
 """,
 ]
 
-[scripts.prep]
-pre = [
-    "# Avoid a circular dependency on the zerovec crate",
-    "rm -rv examples/",
+[tests]
+comments = [
+    """\
+Omit test:sparse_enum_test: don’t depend circularly on the zerovec crate.\
+""",
+]
+run = [
+    "doc",
+    "lib",
 ]

diff --git a/sources b/sources
index f944cf7..8c026c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zerovec-derive-0.11.3.crate) = 1195cf266a28cf1bdc48a02b2b721f24c785b317dc421475818cc0fe616230bbb91468ab2f67981bf6d3ea2b830eca2e10b85502f622ecb06880e4fff376d29f
+SHA512 (zerovec-derive-0.11.6.crate) = 3044c2bcbdb07df5a6e2b5ce3eb45defb21307ee1acb14d720cd4f0d343c384f70aeda22541f72c247fa1ec9ebacfa1c0f05e4c05f87ef166f97c23ac621859e

diff --git a/zerovec-derive-fix-metadata.diff b/zerovec-derive-fix-metadata.diff
index 58ec4a0..8559faf 100644
--- a/zerovec-derive-fix-metadata.diff
+++ b/zerovec-derive-fix-metadata.diff
@@ -1,5 +1,5 @@
---- zerovec-derive-0.11.3/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ zerovec-derive-0.11.3/Cargo.toml	2026-04-12T17:27:10.546209+00:00
+--- zerovec-derive-0.11.6/Cargo.toml	2006-07-24T01:21:28+00:00
++++ zerovec-derive-0.11.6/Cargo.toml	2026-08-21T06:18:14.513832+00:00
 @@ -45,24 +45,6 @@
  name = "zerovec_derive"
  path = "src/lib.rs"
@@ -23,5 +23,5 @@
 -test = true
 -harness = false
  
- [dependencies.proc-macro2]
- version = "1.0.61"
+ [[test]]
+ name = "derive_ule_test"

                 reply	other threads:[~2026-08-28 14:09 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=178792619477.1.3571082826769892474.rpms-rust-zerovec-derive-5ff763d1fd4a@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