public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-triomphe] epel10: Update to version 0.1.13; Fixes RHBZ#2292769
@ 2026-06-26 11:42 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-26 11:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-triomphe
Branch : epel10
Commit : 03acc6ae19adda8d8f8b6ef658788cf998d1a935
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2024-06-24T19:40:02+02:00
Stats  : +13/-9 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-triomphe/c/03acc6ae19adda8d8f8b6ef658788cf998d1a935?branch=epel10

Log:
Update to version 0.1.13; Fixes RHBZ#2292769

---
diff --git a/.gitignore b/.gitignore
index 5b77e24..102aea3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /triomphe-0.1.9.crate
 /triomphe-0.1.11.crate
 /triomphe-0.1.12.crate
+/triomphe-0.1.13.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 5f147a0..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-triomphe
-
-The rust-triomphe package

diff --git a/rust-triomphe.spec b/rust-triomphe.spec
index a65eb84..650153b 100644
--- a/rust-triomphe.spec
+++ b/rust-triomphe.spec
@@ -5,14 +5,15 @@
 %global crate triomphe
 
 Name:           rust-triomphe
-Version:        0.1.12
+Version:        0.1.13
 Release:        %autorelease
 Summary:        Fork of std::sync::Arc with some extra functionality and without weak references
 
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/triomphe
 Source:         %{crates_source}
-# Remove broken unsize optional dependency
+# Manually created patch for downstream crate metadata changes
+# * remove broken unsize optional dependency
 Patch:          triomphe-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..897dec2
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+    "remove broken unsize optional dependency",
+]
+

diff --git a/sources b/sources
index f8419b7..3cfa047 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (triomphe-0.1.12.crate) = 325c34649790d92850473bd7fc91216f958b8e2cc478ae82b3e4a44f2204a36d48e3f51ef0ddd5bc5a260c97ddd0c8c6183a4383cba04f6de08f258ac8db68b2
+SHA512 (triomphe-0.1.13.crate) = e8364bf262d41aaf23de5c519c0303fd6ad928d8691843c7e0eda26b530c746c458837b08421559c50edf1cb8b9a2a216d7c32f5ea50be1543a2dec2cc60dd6a

diff --git a/triomphe-fix-metadata.diff b/triomphe-fix-metadata.diff
index 1f0535a..155e9c3 100644
--- a/triomphe-fix-metadata.diff
+++ b/triomphe-fix-metadata.diff
@@ -1,6 +1,6 @@
---- triomphe-0.1.12/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ triomphe-0.1.12/Cargo.toml	2024-05-30T09:00:39.334787+00:00
-@@ -48,10 +48,6 @@
+--- triomphe-0.1.13/Cargo.toml	1970-01-01T00:00:01+00:00
++++ triomphe-0.1.13/Cargo.toml	2024-06-24T17:37:28.637426+00:00
+@@ -49,10 +49,6 @@
  optional = true
  default-features = false
  

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

only message in thread, other threads:[~2026-06-26 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 11:42 [rpms/rust-triomphe] epel10: Update to version 0.1.13; Fixes RHBZ#2292769 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox