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-path-dedot] rawhide: Update to version 4.0.1; Fixes RHBZ#2499390
Date: Sun, 16 Aug 2026 07:15:14 GMT	[thread overview]
Message-ID: <178686451429.1.12822097991540053911.rpms-rust-path-dedot-320df2454b70@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-path-dedot
Branch : rawhide
Commit : 320df2454b708cf39f35b41d7749621d7282ca18
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-03T09:09:44+01:00
Stats  : +20/-84 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-path-dedot/c/320df2454b708cf39f35b41d7749621d7282ca18?branch=rawhide

Log:
Update to version 4.0.1; Fixes RHBZ#2499390

---
diff --git a/.gitignore b/.gitignore
index cf74999..25b99ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /path-dedot-3.0.18.crate
 /path-dedot-3.1.0.crate
 /path-dedot-3.1.1.crate
+/path-dedot-4.0.1.crate

diff --git a/path-dedot-fix-metadata.diff b/path-dedot-fix-metadata.diff
index 20d5298..492f12a 100644
--- a/path-dedot-fix-metadata.diff
+++ b/path-dedot-fix-metadata.diff
@@ -1,31 +1,9 @@
---- path-dedot-3.1.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ path-dedot-3.1.1/Cargo.toml	2024-10-25T19:25:02.742032+00:00
-@@ -20,7 +20,6 @@
-     "Cargo.toml",
-     "README.md",
-     "LICENSE",
--    "benches/bench.rs",
- ]
- description = "A library for extending `Path` and `PathBuf` in order to parse the path which contains dots."
- homepage = "https://magiclen.org/path-dedot"
-@@ -39,10 +38,6 @@
- license = "MIT"
- repository = "https://github.com/magiclen/path-dedot"
+--- path-dedot-4.0.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ path-dedot-4.0.1/Cargo.toml	2026-08-03T08:03:26.157322+00:00
+@@ -59,6 +59,3 @@
+ path = "src/lib.rs"
  
--[[bench]]
--name = "bench"
--harness = false
+ [dependencies]
 -
- [dependencies.lazy_static]
- version = "1.4"
- optional = true
-@@ -50,9 +45,6 @@
- [dependencies.once_cell]
- version = "1.4"
- 
 -[dev-dependencies.bencher]
 -version = "0.1.5"
--
- [features]
- lazy_static_cache = ["lazy_static"]
- once_cell_cache = []

diff --git a/rust-path-dedot.spec b/rust-path-dedot.spec
index 57a7037..f6ac923 100644
--- a/rust-path-dedot.spec
+++ b/rust-path-dedot.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate path-dedot
 
 Name:           rust-path-dedot
-Version:        3.1.1
+Version:        4.0.1
 Release:        %autorelease
 Summary:        Parse path with dots in Path and PathBuf
 
@@ -13,7 +13,7 @@ License:        MIT
 URL:            https://crates.io/crates/path-dedot
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * drop bencher dependency and benchmark code
+# * drop unused, benchmark-only bencher dev-dependency
 Patch:          path-dedot-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -50,64 +50,16 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+lazy_static-devel
+%package     -n %{name}+fixed_workdir-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+lazy_static-devel %{_description}
+%description -n %{name}+fixed_workdir-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "lazy_static" feature of the "%{crate}" crate.
+use the "fixed_workdir" feature of the "%{crate}" crate.
 
-%files       -n %{name}+lazy_static-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+lazy_static_cache-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+lazy_static_cache-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "lazy_static_cache" feature of the "%{crate}" crate.
-
-%files       -n %{name}+lazy_static_cache-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+once_cell_cache-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+once_cell_cache-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "once_cell_cache" feature of the "%{crate}" crate.
-
-%files       -n %{name}+once_cell_cache-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+unsafe_cache-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+unsafe_cache-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "unsafe_cache" feature of the "%{crate}" crate.
-
-%files       -n %{name}+unsafe_cache-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+use_unix_paths_on_wasm-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+use_unix_paths_on_wasm-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "use_unix_paths_on_wasm" feature of the "%{crate}" crate.
-
-%files       -n %{name}+use_unix_paths_on_wasm-devel
+%files       -n %{name}+fixed_workdir-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 455ef0e..f7c6884 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,2 +1,7 @@
 [package]
+# Upstream: “A library for extending `Path` and `PathBuf` in order to parse the
+# path which contains dots.”
 summary = "Parse path with dots in Path and PathBuf"
+cargo-toml-patch-comments = [
+    "drop unused, benchmark-only bencher dev-dependency",
+]

diff --git a/sources b/sources
index 9e08ec8..10ad232 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (path-dedot-3.1.1.crate) = 9d3519f614faab679c5644174b5b810d0bc9a22ed464aaebaa0be2d9fad75a4aa0fb952ec823e97ea12ab62de61e456f1f0bf011f771dc2a6d117d0a8090123b
+SHA512 (path-dedot-4.0.1.crate) = 9d23e18552da44a13900bb665a9ba41c7f64672a0df837adf0b472f93cdf9a92a5f1ef69d4329bed4e02ce10b34c7b8a1c849e8e77742f9f08bff6a24259c3f0

                 reply	other threads:[~2026-08-16  7:15 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=178686451429.1.12822097991540053911.rpms-rust-path-dedot-320df2454b70@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