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-arrayvec] f44: Update to version 0.7.8; Fixes RHBZ#2496537
Date: Mon, 10 Aug 2026 10:30:54 GMT [thread overview]
Message-ID: <178635785404.1.9281170543859278237.rpms-rust-arrayvec-0f0400dec947@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-arrayvec
Branch : f44
Commit : 0f0400dec947668a483b89813e9c0fffd977b13b
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-10T12:22:55+02:00
Stats : +5/-40 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-arrayvec/c/0f0400dec947668a483b89813e9c0fffd977b13b?branch=f44
Log:
Update to version 0.7.8; Fixes RHBZ#2496537
---
diff --git a/.gitignore b/.gitignore
index b702282..733418f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/arrayvec-0.7.4.crate
/arrayvec-0.7.6.crate
/arrayvec-0.7.7.crate
+/arrayvec-0.7.8.crate
diff --git a/0001-tests-skip-two-tests-on-32-bit-architectures.patch b/0001-tests-skip-two-tests-on-32-bit-architectures.patch
deleted file mode 100644
index f4ee4e9..0000000
--- a/0001-tests-skip-two-tests-on-32-bit-architectures.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 53c2b36dee21d3fa57e64573ce8580b18ea7aca5 Mon Sep 17 00:00:00 2001
-From: Fabio Valentini <decathorpe@gmail.com>
-Date: Tue, 23 Jun 2026 16:53:17 +0200
-Subject: [PATCH] tests: skip two tests on 32-bit architectures
-
-https://github.com/bluss/arrayvec/issues/311
----
- tests/tests.rs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/tests.rs b/tests/tests.rs
-index 098614b..32bdd23 100644
---- a/tests/tests.rs
-+++ b/tests/tests.rs
-@@ -756,7 +756,7 @@ fn allow_max_capacity_arrayvec_type() {
- }
-
- #[should_panic(expected="largest supported capacity")]
--#[cfg(not(target_pointer_width = "16"))]
-+#[cfg(not(any(target_pointer_width = "16", target_pointer_width = "32")))]
- #[test]
- fn deny_max_capacity_arrayvec_value() {
- // this type is allowed to be used (but can't be constructed)
-@@ -764,7 +764,7 @@ fn deny_max_capacity_arrayvec_value() {
- }
-
- #[should_panic(expected="index out of bounds")]
--#[cfg(not(target_pointer_width = "16"))]
-+#[cfg(not(any(target_pointer_width = "16", target_pointer_width = "32")))]
- #[test]
- fn deny_max_capacity_arrayvec_value_const() {
- // this type is allowed to be used (but can't be constructed)
---
-2.54.0
-
diff --git a/arrayvec-fix-metadata.diff b/arrayvec-fix-metadata.diff
index eaba50d..dd07f3d 100644
--- a/arrayvec-fix-metadata.diff
+++ b/arrayvec-fix-metadata.diff
@@ -1,5 +1,5 @@
---- arrayvec-0.7.7/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ arrayvec-0.7.7/Cargo.toml 2026-06-23T12:28:52.331652+00:00
+--- arrayvec-0.7.8/Cargo.toml 2006-07-24T01:21:28+00:00
++++ arrayvec-0.7.8/Cargo.toml 2026-08-10T10:21:02.944843+00:00
@@ -58,31 +58,12 @@
path = "src/lib.rs"
diff --git a/rust-arrayvec.spec b/rust-arrayvec.spec
index efbeacd..a0cfc4f 100644
--- a/rust-arrayvec.spec
+++ b/rust-arrayvec.spec
@@ -5,7 +5,7 @@
%global crate arrayvec
Name: rust-arrayvec
-Version: 0.7.7
+Version: 0.7.8
Release: %autorelease
Summary: Vector with fixed capacity, backed by an array
@@ -16,7 +16,6 @@ Source: %{crates_source}
# * drop unused, benchmark-only bencher dev-dependency
# * drop unused support for borsh
Patch: arrayvec-fix-metadata.diff
-Patch: 0001-tests-skip-two-tests-on-32-bit-architectures.patch
BuildRequires: cargo-rpm-macros >= 24
diff --git a/sources b/sources
index 7765e0f..76ceb00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (arrayvec-0.7.7.crate) = 35adb8432f419788a9c5ae0f5f747af8ebc7566578aa62dd11f9eff25a33526764bf7ce7d41b428bc9ee4f0aaeb5ee362b51e1bfa389f9ba8f624634c9c86948
+SHA512 (arrayvec-0.7.8.crate) = fdf282ec313d44e88a27c0b5816c3e41062181800dda07408f2c5e5a439bc511fb16bf6611f143a2b6b6e1f6deba2d09f568def2e055cf6e5360fdf5f3944822
reply other threads:[~2026-08-10 10:30 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=178635785404.1.9281170543859278237.rpms-rust-arrayvec-0f0400dec947@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