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] rawhide: old uutils < 0.1.0 dependency, no longer needed since F43
Date: Mon, 10 Aug 2026 17:24:43 GMT [thread overview]
Message-ID: <178638268362.1.12356754809430855836.rpms-rust-fundu-e82b1f7ab6e5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-fundu
Branch : rawhide
Commit : e82b1f7ab6e5d4c9cb328d22f0700d42466d017c
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-08-10T18:24:29+01:00
Stats : +1/-207 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/rust-fundu/c/e82b1f7ab6e5d4c9cb328d22f0700d42466d017c?branch=rawhide
Log:
old uutils < 0.1.0 dependency, no longer needed since F43
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e70bcfd..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/fundu-2.0.0.crate
-/fundu-2.0.1.crate
-/fundu-2.1.1.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 2035528..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-fundu
-
-The rust-fundu package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..42f5852
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+old uutils < 0.1.0 dependency, no longer needed since F43
diff --git a/fundu-fix-metadata.diff b/fundu-fix-metadata.diff
deleted file mode 100644
index 63c487e..0000000
--- a/fundu-fix-metadata.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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.7"
--
- [dev-dependencies.rstest]
- version = ">=0.18"
-
-@@ -197,16 +194,3 @@
- [dev-dependencies.time]
- version = "0.3.1"
- default-features = false
--
--[target."cfg(unix)".dev-dependencies.gungraun]
--version = "0.19"
--
--[target."cfg(unix)".dev-dependencies.inferno]
--version = "0.12"
--
--[target."cfg(unix)".dev-dependencies.pprof]
--version = "0.15"
--features = [
-- "flamegraph",
-- "criterion",
--]
diff --git a/rust-fundu.spec b/rust-fundu.spec
deleted file mode 100644
index c3124e2..0000000
--- a/rust-fundu.spec
+++ /dev/null
@@ -1,148 +0,0 @@
-# Generated by rust2rpm 28
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate fundu
-
-Name: rust-fundu
-Version: 2.1.1
-Release: %autorelease
-Summary: Configurable, precise and fast rust string parser to a Duration
-
-License: MIT
-URL: https://crates.io/crates/fundu
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * remove benchmarking-oriented dev dependencies
-# * criterion
-# * gungraun
-# * inferno
-# * pprof
-Patch: fundu-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-
-%global _description %{expand:
-Configurable, precise and fast rust string parser to a Duration.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%package -n %{name}+default-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+default-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+base-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+base-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "base" feature of the "%{crate}" crate.
-
-%files -n %{name}+base-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+chrono-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+chrono-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "chrono" feature of the "%{crate}" crate.
-
-%files -n %{name}+chrono-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+custom-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+custom-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "custom" feature of the "%{crate}" crate.
-
-%files -n %{name}+custom-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+serde-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+serde-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "serde" feature of the "%{crate}" crate.
-
-%files -n %{name}+serde-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+standard-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+standard-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "standard" feature of the "%{crate}" crate.
-
-%files -n %{name}+standard-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+time-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+time-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "time" feature of the "%{crate}" crate.
-
-%files -n %{name}+time-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires -f custom
-
-%build
-%cargo_build -f custom
-
-%install
-%cargo_install -f custom
-
-%if %{with check}
-%check
-# * custom::builder::CustomDurationParserBuilder<'a>::new fails
-%cargo_test -f custom -- -- --skip src/custom/builder.rs
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 9a4d5c4..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "remove benchmarking-oriented dev dependencies",
- " criterion",
- " gungraun",
- " inferno",
- " pprof",
-]
-
-[features]
-# needed for tests
-enable = ["custom"]
-# hide features only needed for benchmarks
-hide = ["with-flamegraph", "with-gungraun"]
-
-[tests]
-comments = [
- "custom::builder::CustomDurationParserBuilder<'a>::new fails",
-]
-skip = [
- "src/custom/builder.rs",
-]
-#skip-exact = true
diff --git a/sources b/sources
deleted file mode 100644
index 51d65fd..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (fundu-2.1.1.crate) = 52564bd2234a99462c1899797f9b027c6911fcbd24539bcc154943042ee41dabf1bf8390fc47a835a4b0ee093979e9816a48a06b30da9a18e54990f9bace397f
reply other threads:[~2026-08-10 17:24 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=178638268362.1.12356754809430855836.rpms-rust-fundu-e82b1f7ab6e5@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