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-tokei] epel10: Update to 15.0.0 (close RHBZ#2529213)
Date: Wed, 16 Sep 2026 09:07:03 GMT	[thread overview]
Message-ID: <178954962324.1.12838324609257236305.rpms-rust-tokei-cf2f17cd464f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-tokei
Branch : epel10
Commit : cf2f17cd464f7e11fe1d5ac6ada42e5fffbd8d39
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-07T11:08:33+01:00
Stats  : +6/-33 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tokei/c/cf2f17cd464f7e11fe1d5ac6ada42e5fffbd8d39?branch=epel10

Log:
Update to 15.0.0 (close RHBZ#2529213)

---
diff --git a/rust-tokei.spec b/rust-tokei.spec
index 5218b76..b89e749 100644
--- a/rust-tokei.spec
+++ b/rust-tokei.spec
@@ -4,7 +4,7 @@
 %global crate tokei
 
 Name:           rust-tokei
-Version:        14.0.0
+Version:        15.0.0
 Release:        %autorelease
 Summary:        Count your code, quickly
 
@@ -21,10 +21,6 @@ Source10:       tokei.1
 # * Update etcetera to 0.10, https://github.com/XAMPPRocky/tokei/pull/1253, and
 #   allow 0.11,
 #   https://github.com/XAMPPRocky/tokei/pull/1253#issuecomment-3471595554
-# * Update strum/strum_macros to 0.27,
-#   https://github.com/XAMPPRocky/tokei/pull/1316, and then to 0.28.0,
-#   https://github.com/XAMPPRocky/tokei/pull/1336.
-# * Update toml to 0.9, downstream-only for MSRV reasons
 # * Update colored to 3.0, downstream-only for MSRV reasons
 Patch:          tokei-fix-metadata.diff
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index e1ac4a6..bf69caf 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -11,12 +11,6 @@ Update etcetera to 0.10, https://github.com/XAMPPRocky/tokei/pull/1253, and \
 allow 0.11, \
 https://github.com/XAMPPRocky/tokei/pull/1253#issuecomment-3471595554\
 """,
-    """\
-Update strum/strum_macros to 0.27, \
-https://github.com/XAMPPRocky/tokei/pull/1316, and then to 0.28.0, \
-https://github.com/XAMPPRocky/tokei/pull/1336.\
-""",
-    "Update toml to 0.9, downstream-only for MSRV reasons",
     "Update colored to 3.0, downstream-only for MSRV reasons",
 ]
 

diff --git a/sources b/sources
index ab1ff71..0e80561 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tokei-14.0.0.crate) = d1a711ab11d2d3d2b20a435a20afbaf461050d18d7ba59786ef09786f8f34fb5ca7f09ade824efa9c863ebc36f2b23d59b73104bdc34cbbecb2c722d63a52ecb
+SHA512 (tokei-15.0.0.crate) = a37687ff82e98ef781591a4a73d3f43d749917cba1074f98ca44b044a198a3158193b3d0ba41e81ba01bc40182ecb00294923aa6f509832d95cba870a3a485dc

diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff
index 4d8f7d4..dfc0eb3 100644
--- a/tokei-fix-metadata.diff
+++ b/tokei-fix-metadata.diff
@@ -1,5 +1,5 @@
---- tokei-14.0.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ tokei-14.0.0/Cargo.toml	2026-03-10T10:50:36.314616+00:00
+--- tokei-15.0.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ tokei-15.0.0/Cargo.toml	2026-09-07T09:59:39.063994+00:00
 @@ -95,7 +95,7 @@
  version = "0.18.1"
  
@@ -18,12 +18,8 @@
  
  [dependencies.grep-searcher]
  version = "0.1.13"
-@@ -170,10 +170,10 @@
- version = "0.3.2"
- 
- [dependencies.toml]
--version = "0.8.19"
-+version = "0.9.0"
+@@ -173,7 +173,7 @@
+ version = "0.9"
  
  [dev-dependencies.git2]
 -version = "0.19.0"
@@ -31,16 +27,3 @@
  features = []
  default-features = false
  
-@@ -181,10 +181,10 @@
- version = "1.5.0"
- 
- [dev-dependencies.strum]
--version = "0.26.3"
-+version = "0.28.0"
- 
- [dev-dependencies.strum_macros]
--version = "0.26.4"
-+version = "0.28.0"
- 
- [dev-dependencies.tempfile]
- version = "3.12.0"

                 reply	other threads:[~2026-09-16  9:07 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=178954962324.1.12838324609257236305.rpms-rust-tokei-cf2f17cd464f@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