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-ff] f44: Update to version 0.14.0; Fixes RHBZ#2483508
Date: Wed, 05 Aug 2026 06:29:14 GMT [thread overview]
Message-ID: <178591135471.1.1681447310054693359.rpms-rust-ff-6723cabfd181@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-ff
Branch : f44
Commit : 6723cabfd181907b45fd2a35e2fabcba8ed364dd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-04T09:08:21+01:00
Stats : +31/-27 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ff/c/6723cabfd181907b45fd2a35e2fabcba8ed364dd?branch=f44
Log:
Update to version 0.14.0; Fixes RHBZ#2483508
---
diff --git a/.gitignore b/.gitignore
index 3b55879..e111cbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/ff-0.13.0.crate
/ff-0.13.1.crate
+/ff-0.14.0.crate
diff --git a/ff-fix-metadata.diff b/ff-fix-metadata.diff
index 706e80d..a55db9f 100644
--- a/ff-fix-metadata.diff
+++ b/ff-fix-metadata.diff
@@ -1,32 +1,40 @@
---- ff-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ ff-0.13.1/Cargo.toml 2025-04-28T21:18:31.155615+00:00
-@@ -26,9 +26,6 @@
- all-features = true
- rustdoc-args = ["--cfg", "docsrs"]
+--- ff-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ ff-0.14.0/Cargo.toml 2026-08-04T08:07:53.220220+00:00
+@@ -45,26 +45,16 @@
+ alloc = []
+ bits = [
+ "bitvec",
+- "ff_derive?/bits",
+ ]
+ default = [
+ "bits",
+ "std",
+-]
+-derive = [
+- "byteorder",
+- "ff_derive",
+ ]
+ std = ["alloc"]
+ [lib]
+ name = "ff"
+ path = "src/lib.rs"
+-
-[[test]]
-name = "derive"
+-path = "tests/derive.rs"
-required-features = ["derive"]
+
[dependencies.bitvec]
version = "1"
- optional = true
-@@ -38,10 +35,6 @@
+@@ -75,10 +65,6 @@
version = "1"
optional = true
default-features = false
-
-[dependencies.ff_derive]
--version = "0.13.1"
+-version = "0.14"
-optional = true
[dependencies.rand_core]
- version = "0.6"
-@@ -61,8 +54,6 @@
- alloc = []
- bits = ["bitvec"]
- default = ["bits", "std"]
--derive = ["byteorder", "ff_derive"]
--derive_bits = ["bits", "ff_derive/bits"]
- std = ["alloc"]
- [badges.maintenance]
- status = "actively-developed"
+ version = "0.10"
diff --git a/rust-ff.spec b/rust-ff.spec
index 33500bb..77b4d14 100644
--- a/rust-ff.spec
+++ b/rust-ff.spec
@@ -1,12 +1,11 @@
-# Generated by rust2rpm 27
-# * missing dev-dependency: blake2b_simd ^1
-%bcond check 0
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate ff
Name: rust-ff
-Version: 0.13.1
+Version: 0.14.0
Release: %autorelease
Summary: Library for building and interfacing with finite fields
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 019e067..d6bdaf2 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,7 +3,3 @@ cargo-toml-patch-comments = [
"drop unused derive features with missing dependencies",
]
-[tests]
-run = "none"
-comments = ["missing dev-dependency: blake2b_simd ^1"]
-
diff --git a/sources b/sources
index a21b4e3..530a59b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ff-0.13.1.crate) = f6447e9725877c6853353d6fa12d906d57851dcfff4593ba0a3c4fb40d26b96948635b49489957d4e934b5146a1f6b741840b0950cb5810011e34fcef729bd4d
+SHA512 (ff-0.14.0.crate) = b7e6c12ac4fa61c0fc33eb18e57d6c7ed293594b776cc7b405d6ac18ed133d9c413d74a67cb1faa3a4c70068f206bcc79aa5a9e2f3cc0634dc46e51d77e41e5f
reply other threads:[~2026-08-05 6:29 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=178591135471.1.1681447310054693359.rpms-rust-ff-6723cabfd181@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