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] epel9: Update to version 0.54.0 (rhbz#2481383)
Date: Tue, 07 Jul 2026 18:20:23 GMT [thread overview]
Message-ID: <178344842340.1.10142503407594255713.rpms-rust-gix-worktree-4bb63c6d8d0f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gix-worktree
Branch : epel9
Commit : 4bb63c6d8d0ff2c083e02fb70d90cd1a5f9d8087
Author : blinxen <h-k-81@hotmail.com>
Date : 2026-07-06T19:08:45+02:00
Stats : +57/-2 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gix-worktree/c/4bb63c6d8d0ff2c083e02fb70d90cd1a5f9d8087?branch=epel9
Log:
Update to version 0.54.0 (rhbz#2481383)
---
diff --git a/.gitignore b/.gitignore
index 63613e2..cfd764b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/gix-worktree-0.42.0.crate
/gix-worktree-0.44.0.crate
/gix-worktree-0.52.0.crate
+/gix-worktree-0.54.0.crate
diff --git a/gix-worktree-fix-metadata.diff b/gix-worktree-fix-metadata.diff
new file mode 100644
index 0000000..464056f
--- /dev/null
+++ b/gix-worktree-fix-metadata.diff
@@ -0,0 +1,12 @@
+--- gix-worktree-0.54.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ gix-worktree-0.54.0/Cargo.toml 2026-06-27T16:59:43.136500+00:00
+@@ -112,9 +112,6 @@
+ optional = true
+ default-features = false
+
+-[dev-dependencies.symlink]
+-version = "0.1.0"
+-
+ [lints.clippy]
+ bool_to_int_with_if = "allow"
+ borrow_as_ptr = "allow"
diff --git a/rust-gix-worktree.spec b/rust-gix-worktree.spec
index 7baaf9f..5d25513 100644
--- a/rust-gix-worktree.spec
+++ b/rust-gix-worktree.spec
@@ -5,13 +5,16 @@
%global crate gix-worktree
Name: rust-gix-worktree
-Version: 0.52.0
+Version: 0.54.0
Release: %autorelease
Summary: Worktree related types and utilities used by gix
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-worktree
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * remove unused dev-dependency (symlink)
+Patch: gix-worktree-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -71,6 +74,30 @@ use the "document-features" feature of the "%{crate}" crate.
%files -n %{name}+document-features-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+gix-features-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+gix-features-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gix-features" feature of the "%{crate}" crate.
+
+%files -n %{name}+gix-features-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}+serde-devel
Summary: %{summary}
BuildArch: noarch
@@ -95,6 +122,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 a7c05ef..3b1cda7 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,8 @@
[package]
summary = "Worktree related types and utilities used by gix"
+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 782e8ba..5a9e768 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gix-worktree-0.52.0.crate) = a6e12e05b8a0d8488a64acfeac846f24d999dab28669c5f454fd385e867c2c87d0bfa08740c229614531a6107760905e983a7251882c0179ce07517c906ca87d
+SHA512 (gix-worktree-0.54.0.crate) = 4b30b1e175b0fb5133fca9afea18c5f2562444c1689aed1eec5a88634b893ef581f44405db264f8db6473f2647d66ab7e67cbf716b05b7fc47ceb75c7176f1cb
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=178344842340.1.10142503407594255713.rpms-rust-gix-worktree-4bb63c6d8d0f@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