public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-zerovec-derive] epel10.3: Update to version 0.11.6; Fixes RHBZ#2515916
@ 2026-08-28 14:09 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-28 14:09 UTC (permalink / raw)
  To: git-commits

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"

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

only message in thread, other threads:[~2026-08-28 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 14:09 [rpms/rust-zerovec-derive] epel10.3: Update to version 0.11.6; Fixes RHBZ#2515916 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