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-group] epel10: Update to version 0.14.0; Fixes RHBZ#2483860
Date: Wed, 05 Aug 2026 06:29:54 GMT	[thread overview]
Message-ID: <178591139495.1.11081405345259625479.rpms-rust-group-075b00cbf597@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-group
Branch : epel10
Commit : 075b00cbf5975caf6b1701e72fe80da98b74c672
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-04T14:25:21+01:00
Stats  : +30/-21 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-group/c/075b00cbf5975caf6b1701e72fe80da98b74c672?branch=epel10

Log:
Update to version 0.14.0; Fixes RHBZ#2483860

---
diff --git a/.gitignore b/.gitignore
index 6983ba6..ec5f18e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /group-0.13.0.crate
+/group-0.14.0.crate

diff --git a/group-fix-metadata.diff b/group-fix-metadata.diff
index 6ad80ce..c14f065 100644
--- a/group-fix-metadata.diff
+++ b/group-fix-metadata.diff
@@ -1,20 +1,24 @@
---- group-0.13.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ group-0.13.0/Cargo.toml	2023-05-30T13:44:09.882393+00:00
-@@ -25,10 +25,6 @@
- version = "0.13"
- default-features = false
+--- group-0.14.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ group-0.14.0/Cargo.toml	2026-08-04T13:24:38.140487+00:00
+@@ -42,10 +42,6 @@
+     "rand",
+     "rand_xorshift",
+ ]
+-wnaf-memuse = [
+-    "alloc",
+-    "memuse",
+-]
  
+ [lib]
+ name = "group"
+@@ -54,10 +50,6 @@
+ [dependencies.ff]
+ version = "0.14"
+ default-features = false
+-
 -[dependencies.memuse]
 -version = "0.2"
 -optional = true
--
+ 
  [dependencies.rand]
- version = "0.8"
- optional = true
-@@ -50,6 +46,5 @@
- alloc = []
- default = ["alloc"]
- tests = ["alloc", "rand", "rand_xorshift"]
--wnaf-memuse = ["alloc", "memuse"]
- [badges.maintenance]
- status = "actively-developed"
+ version = "0.10"

diff --git a/rust-group.spec b/rust-group.spec
index 4bcb034..d61236f 100644
--- a/rust-group.spec
+++ b/rust-group.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate group
 
 Name:           rust-group
-Version:        0.13.0
+Version:        0.14.0
 Release:        %autorelease
 Summary:        Elliptic curve group traits and utilities
 
@@ -17,7 +17,7 @@ Source:         %{crates_source}
 # * drop unused wnaf-memuse feature with missing dependencies
 Patch:          group-fix-metadata.diff
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Elliptic curve group traits and utilities.}
@@ -102,7 +102,7 @@ use the "tests" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..369886c
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop unused wnaf-memuse feature with missing dependencies",
+]

diff --git a/sources b/sources
index d720ef8..88252a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (group-0.13.0.crate) = 359db06bee4cb51ffe799d9c408791e310e72fde3bb3fd447cf97482ebb909af07b43e9b728e3639d5497fc905b650bf00403b3a6b21515e6628c2466e0851e3
+SHA512 (group-0.14.0.crate) = 56bcc9a5b8a036822c2d6cd4b65500c15edb7537d76088930018b7aee70f7f67d268fbd5184bd6791f2e62e06d9a03b78b447a67e410e1f785507f091c6a3146

                 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=178591139495.1.11081405345259625479.rpms-rust-group-075b00cbf597@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