public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-triomphe] epel10: Update to version 0.1.13; Fixes RHBZ#2292769
Date: Fri, 26 Jun 2026 11:42:47 GMT	[thread overview]
Message-ID: <178247416774.1.5742358606439904274.rpms-rust-triomphe-03acc6ae19ad@fedoraproject.org> (raw)

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
  

                 reply	other threads:[~2026-06-26 11:42 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=178247416774.1.5742358606439904274.rpms-rust-triomphe-03acc6ae19ad@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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