public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-pore] f43: Drop git2/vendored-libgit2 feature and link with system libgit2
@ 2026-06-11 13:39 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-11 13:39 UTC (permalink / raw)
To: git-commits
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. \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:39 [rpms/rust-pore] f43: Drop git2/vendored-libgit2 feature and link with system libgit2 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox