public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-group] f44: Update to version 0.14.0; Fixes RHBZ#2483860
@ 2026-08-05  6:30 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-05  6:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-group
Branch : f44
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=f44

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

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

only message in thread, other threads:[~2026-08-05  6:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05  6:30 [rpms/rust-group] f44: Update to version 0.14.0; Fixes RHBZ#2483860 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