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-v_frame] f43: Update to version 0.7.0; Fixes RHBZ#2443385
Date: Sun, 21 Jun 2026 20:55:44 GMT [thread overview]
Message-ID: <178207534496.1.5316341641965083374.rpms-rust-v_frame-2aef3c828dd6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-v_frame
Branch : f43
Commit : 2aef3c828dd616c5b9f3a7cc13cc65607481844d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-21T20:57:41+01:00
Stats : +16/-48 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-v_frame/c/2aef3c828dd616c5b9f3a7cc13cc65607481844d?branch=f43
Log:
Update to version 0.7.0; Fixes RHBZ#2443385
---
diff --git a/.gitignore b/.gitignore
index bd98371..413a946 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/v_frame-0.3.8.crate
/v_frame-0.3.9.crate
/v_frame-0.5.0.crate
+/v_frame-0.7.0.crate
diff --git a/rust-v_frame.spec b/rust-v_frame.spec
index 3c56cc5..72d3029 100644
--- a/rust-v_frame.spec
+++ b/rust-v_frame.spec
@@ -5,15 +5,13 @@
%global crate v_frame
Name: rust-v_frame
-Version: 0.5.0
+Version: 0.7.0
Release: %autorelease
Summary: Video Frame data structures, originally part of rav1e
License: BSD-2-Clause
URL: https://crates.io/crates/v_frame
Source: %{crates_source}
-# Automatically generated patch to strip dependencies and normalize metadata
-Patch: v_frame-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
Patch: v_frame-fix-metadata.diff
diff --git a/sources b/sources
index e212972..a2f2cd8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v_frame-0.5.0.crate) = 2a6ba0132c4d01ebdba04de408c2552ad5dfb55c2e91dbe95b17e36832b2732de185ee989054532ebd23fdaceb167be51b9c49faf1bd9aeb8b83d23339aa28a6
+SHA512 (v_frame-0.7.0.crate) = c7fec7538922de6bec250bbe9fb5536a467966b768a45ef0d74471139b8dba781d9a2b20498ef4e1c263ac31e20111652e2172f60d02f2df2fd3f7e7047d0a82
diff --git a/v_frame-fix-metadata-auto.diff b/v_frame-fix-metadata-auto.diff
deleted file mode 100644
index 7b30634..0000000
--- a/v_frame-fix-metadata-auto.diff
+++ /dev/null
@@ -1,36 +0,0 @@
---- v_frame-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ v_frame-0.5.0/Cargo.toml 2026-01-22T14:50:21.755838+00:00
-@@ -49,28 +49,6 @@
-
- [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
- version = "0.6"
--
--[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
--version = "0.2"
--
--[target.wasm32-unknown-unknown.dev-dependencies.criterion]
--version = "0.6"
--features = [
-- "plotters",
-- "cargo_bench_support",
--]
--default-features = false
--
--[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
--version = "0.3"
--
--[target.wasm32-wasi.dev-dependencies.criterion]
--version = "0.6"
--features = [
-- "plotters",
-- "cargo_bench_support",
--]
--default-features = false
-
- [lints.clippy]
- allow_attributes = "warn"
-@@ -192,3 +170,4 @@
-
- [lints.rust]
- missing_docs = "warn"
-+
diff --git a/v_frame-fix-metadata.diff b/v_frame-fix-metadata.diff
index 673191d..0e65d2b 100644
--- a/v_frame-fix-metadata.diff
+++ b/v_frame-fix-metadata.diff
@@ -1,12 +1,17 @@
---- v_frame-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ v_frame-0.5.0/Cargo.toml 2026-01-22T14:50:25.962894+00:00
-@@ -46,9 +46,6 @@
-
- [dependencies.thiserror]
- version = "2.0.17"
+--- v_frame-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ v_frame-0.7.0/Cargo.toml 2026-06-21T19:56:34.547490+00:00
+@@ -38,14 +38,6 @@
+ [lib]
+ name = "v_frame"
+ path = "src/lib.rs"
-
--[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
--version = "0.6"
+-[dev-dependencies.criterion]
+-version = "0.8"
+-features = [
+- "plotters",
+- "cargo_bench_support",
+-]
+-default-features = false
[lints.clippy]
allow_attributes = "warn"
reply other threads:[~2026-06-21 20:55 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=178207534496.1.5316341641965083374.rpms-rust-v_frame-2aef3c828dd6@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