public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: blinxen <h-k-81@hotmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gix-worktree-state] epel9: Update to version 0.32.0 (rhbz#2481384)
Date: Tue, 07 Jul 2026 18:20:34 GMT [thread overview]
Message-ID: <178344843408.1.9377029675602237193.rpms-rust-gix-worktree-state-1a9b67ece46e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gix-worktree-state
Branch : epel9
Commit : 1a9b67ece46e71a39d9f74b0e5763e063d8ec3c3
Author : blinxen <h-k-81@hotmail.com>
Date : 2026-07-06T19:08:39+02:00
Stats : +45/-2 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gix-worktree-state/c/1a9b67ece46e71a39d9f74b0e5763e063d8ec3c3?branch=epel9
Log:
Update to version 0.32.0 (rhbz#2481384)
---
diff --git a/.gitignore b/.gitignore
index 70299cf..8c9969d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/gix-worktree-state-0.20.0.crate
/gix-worktree-state-0.22.0.crate
/gix-worktree-state-0.30.0.crate
+/gix-worktree-state-0.32.0.crate
diff --git a/gix-worktree-state-fix-metadata.diff b/gix-worktree-state-fix-metadata.diff
new file mode 100644
index 0000000..0df3d23
--- /dev/null
+++ b/gix-worktree-state-fix-metadata.diff
@@ -0,0 +1,12 @@
+--- gix-worktree-state-0.32.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ gix-worktree-state-0.32.0/Cargo.toml 2026-06-27T16:59:22.674111+00:00
+@@ -76,9 +76,6 @@
+
+ [dependencies.thiserror]
+ version = "2.0.18"
+-
+-[dev-dependencies.symlink]
+-version = "0.1.0"
+
+ [dev-dependencies.walkdir]
+ version = "2.3.2"
diff --git a/rust-gix-worktree-state.spec b/rust-gix-worktree-state.spec
index 641fa72..bdd1aa4 100644
--- a/rust-gix-worktree-state.spec
+++ b/rust-gix-worktree-state.spec
@@ -5,13 +5,16 @@
%global crate gix-worktree-state
Name: rust-gix-worktree-state
-Version: 0.30.0
+Version: 0.32.0
Release: %autorelease
Summary: Set worktrees to a particular state
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-worktree-state
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * remove unused dev-dependency (symlink)
+Patch: gix-worktree-state-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -47,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+parallel-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+parallel-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "parallel" feature of the "%{crate}" crate.
+
+%files -n %{name}+parallel-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+sha1-devel
Summary: %{summary}
BuildArch: noarch
@@ -59,6 +74,18 @@ use the "sha1" feature of the "%{crate}" crate.
%files -n %{name}+sha1-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+sha256-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+sha256-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "sha256" feature of the "%{crate}" crate.
+
+%files -n %{name}+sha256-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index f635d80..3e42bf5 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,8 @@
[package]
summary = "Set worktrees to a particular state"
+cargo-toml-patch-comments = [
+ "remove unused dev-dependency (symlink)"
+]
[features]
# https://github.com/GitoxideLabs/gitoxide/blob/b1102c24055bbf15987a6a8c2e66338aa8a56438/gix-hash/src/lib.rs#L32
diff --git a/sources b/sources
index c5f6e15..7864bd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gix-worktree-state-0.30.0.crate) = 183271912e0778d77c580adb9fca3fb7acc3e8ef3fc97c07d43041cdd6c4a3cfd56832cd486ba002ecbce1ba626e1bd562b0709667b39cc5e634b38db1153490
+SHA512 (gix-worktree-state-0.32.0.crate) = d5070497b3712762e6d700cef84d9660654fef8ee0b8d75b670f7a95e74fdaae3ad19e677eb532e2d93b9c934a7ee3ed9a734209c4c7809d5ae6bfc3c4fb5acb
reply other threads:[~2026-07-07 18:20 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=178344843408.1.9377029675602237193.rpms-rust-gix-worktree-state-1a9b67ece46e@fedoraproject.org \
--to=h-k-81@hotmail.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