public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-fundu] f44: Update to version 2.1.1; Resolves RHBZ#2509723
Date: Mon, 10 Aug 2026 15:57:45 GMT	[thread overview]
Message-ID: <178637746588.1.12282087767744051246.rpms-rust-fundu-5637841b6b7a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-fundu
            Branch : f44
            Commit : 5637841b6b7a108c27f9e8841ad3c842e1ffcb41
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-08-10T16:19:54+01:00
            Stats  : +19/-18 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-fundu/c/5637841b6b7a108c27f9e8841ad3c842e1ffcb41?branch=f44

            Log:
            Update to version 2.1.1; Resolves RHBZ#2509723

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index a0a0de7..e70bcfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fundu-2.0.0.crate
 /fundu-2.0.1.crate
+/fundu-2.1.1.crate

diff --git a/fundu-fix-metadata.diff b/fundu-fix-metadata.diff
index ca2fa4f..63c487e 100644
--- a/fundu-fix-metadata.diff
+++ b/fundu-fix-metadata.diff
@@ -1,28 +1,28 @@
---- fundu-2.0.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ fundu-2.0.1/Cargo.toml	2024-12-10T13:29:07.593553+00:00
-@@ -167,9 +167,6 @@
+--- fundu-2.1.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ fundu-2.1.1/Cargo.toml	2026-08-10T14:46:04.005871+00:00
+@@ -182,9 +182,6 @@
      "derive",
  ]
  
 -[dev-dependencies.criterion]
--version = "0.5"
+-version = ">=0.7"
 -
  [dev-dependencies.rstest]
  version = ">=0.18"
  
-@@ -196,16 +193,3 @@
- time = ["fundu-core/time"]
- with-flamegraph = []
- with-iai = []
+@@ -197,16 +194,3 @@
+ [dev-dependencies.time]
+ version = "0.3.1"
+ default-features = false
 -
--[target."cfg(unix)".dev-dependencies.iai-callgrind]
--version = "0.13"
+-[target."cfg(unix)".dev-dependencies.gungraun]
+-version = "0.19"
 -
 -[target."cfg(unix)".dev-dependencies.inferno]
--version = "0.11"
+-version = "0.12"
 -
 -[target."cfg(unix)".dev-dependencies.pprof]
--version = "0.13"
+-version = "0.15"
 -features = [
 -    "flamegraph",
 -    "criterion",

diff --git a/rust-fundu.spec b/rust-fundu.spec
index 3bf94cc..c3124e2 100644
--- a/rust-fundu.spec
+++ b/rust-fundu.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate fundu
 
 Name:           rust-fundu
-Version:        2.0.1
+Version:        2.1.1
 Release:        %autorelease
 Summary:        Configurable, precise and fast rust string parser to a Duration
 
@@ -15,7 +15,7 @@ Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * remove benchmarking-oriented dev dependencies
 # *  criterion
-# *  iai-callgrind
+# *  gungraun
 # *  inferno
 # *  pprof
 Patch:          fundu-fix-metadata.diff

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b101cf0..9a4d5c4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,7 @@
 cargo-toml-patch-comments = [
   "remove benchmarking-oriented dev dependencies",
   " criterion",
-  " iai-callgrind",
+  " gungraun",
   " inferno",
   " pprof",
 ]
@@ -11,7 +11,7 @@ cargo-toml-patch-comments = [
 # needed for tests
 enable = ["custom"]
 # hide features only needed for benchmarks
-hide = ["with-flamegraph", "with-iai"]
+hide = ["with-flamegraph", "with-gungraun"]
 
 [tests]
 comments = [

diff --git a/sources b/sources
index f0073fc..51d65fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fundu-2.0.1.crate) = 327df4dc5dc2ee3571ec6ee9259c73d2bd17cfac491322109c24bbe949179c3eaac8e7da45d30b5638b48b377ded34db8c89dc972ddb281fdb159163f71f47ce
+SHA512 (fundu-2.1.1.crate) = 52564bd2234a99462c1899797f9b027c6911fcbd24539bcc154943042ee41dabf1bf8390fc47a835a4b0ee093979e9816a48a06b30da9a18e54990f9bace397f

                 reply	other threads:[~2026-08-10 15:57 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=178637746588.1.12282087767744051246.rpms-rust-fundu-5637841b6b7a@fedoraproject.org \
    --to=salimma@fedoraproject.org \
    --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