public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-pore] f43: Drop git2/vendored-libgit2 feature and link with system libgit2
Date: Thu, 11 Jun 2026 13:39:22 GMT [thread overview]
Message-ID: <178118516285.1.510016247424538328.rpms-rust-pore-47e3dedfdaae@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-pore
Branch : f43
Commit : 47e3dedfdaaeaacda112e8401fc82e4b5ff9d515
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-11T15:39:06+02:00
Stats : +9/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-pore/c/47e3dedfdaaeaacda112e8401fc82e4b5ff9d515?branch=f43
Log:
Drop git2/vendored-libgit2 feature and link with system libgit2
---
diff --git a/pore-fix-metadata.diff b/pore-fix-metadata.diff
index 3048f3f..0b8b29f 100644
--- a/pore-fix-metadata.diff
+++ b/pore-fix-metadata.diff
@@ -1,5 +1,5 @@
--- pore-0.1.17/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ pore-0.1.17/Cargo.toml 2026-03-03T11:37:50.680712+00:00
++++ pore-0.1.17/Cargo.toml 2026-06-11T13:35:00.578729+00:00
@@ -22,9 +22,6 @@
[dependencies.anyhow]
version = "1.0"
@@ -27,20 +27,20 @@
[dependencies.filetime]
version = "0.2.19"
-@@ -54,11 +51,8 @@
+@@ -54,11 +51,7 @@
version = "0.3"
[dependencies.git2]
-version = "0.18"
-+version = "0.20"
- features = ["vendored-libgit2"]
+-features = ["vendored-libgit2"]
-
-[dependencies.indoc]
-version = "1.0"
++version = "0.20"
[dependencies.joinery]
version = "3.0"
-@@ -91,7 +85,7 @@
+@@ -91,7 +84,7 @@
version = "1"
[dependencies.reqwest]
@@ -49,7 +49,7 @@
features = ["blocking"]
[dependencies.serde]
-@@ -104,13 +98,13 @@
+@@ -104,13 +97,13 @@
version = "1"
[dependencies.serde_yaml]
@@ -66,7 +66,7 @@
[dependencies.tracing_chromium]
version = "0.1"
-@@ -122,7 +116,7 @@
+@@ -122,7 +115,7 @@
version = "2.2.2"
[dependencies.version-compare]
diff --git a/rust-pore.spec b/rust-pore.spec
index 5cc3190..6230ea1 100644
--- a/rust-pore.spec
+++ b/rust-pore.spec
@@ -13,6 +13,7 @@ URL: https://crates.io/crates/pore
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump git2 dependency from 0.18 to 0.20
+# * drop git2/vendored-libgit2 feature
# * allow console 0.16: https://github.com/jmgao/pore/pull/129
# * Switch from atty to std::io::IsTerminal. atty is unmaintained:
# https://rustsec.org/advisories/RUSTSEC-2024-0375.html.
@@ -46,7 +47,6 @@ A performance oriented reimplementation of repo.}
%package -n %{crate}
Summary: %{summary}
# (Apache-2.0 OR MIT) AND BSD-3-Clause
-# (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# 0BSD
# Apache-2.0
@@ -61,7 +61,6 @@ License: %{shrink:
0BSD AND
Apache-2.0 AND
BSD-3-Clause AND
- GPL-2.0-only WITH GCC-exception-2.0 AND
MIT AND
MPL-2.0 AND
Unicode-3.0 AND
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9156416..7e43461 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,7 @@
[package]
cargo-toml-patch-comments = [
"bump git2 dependency from 0.18 to 0.20",
+ "drop git2/vendored-libgit2 feature",
"allow console 0.16: https://github.com/jmgao/pore/pull/129",
"""\
Switch from atty to std::io::IsTerminal. \
reply other threads:[~2026-06-11 13:39 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=178118516285.1.510016247424538328.rpms-rust-pore-47e3dedfdaae@fedoraproject.org \
--to=decathorpe@gmail.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