public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cargo] epel9: Update to version 0.91.0
@ 2026-05-31 22:23 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-05-31 22:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-cargo
Branch : epel9
Commit : 14774610831febd5b4dc5c8c02a0f6d6d57e1889
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-05-31T23:13:56+02:00
Stats : +57/-33 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cargo/c/14774610831febd5b4dc5c8c02a0f6d6d57e1889?branch=epel9
Log:
Update to version 0.91.0
---
diff --git a/.gitignore b/.gitignore
index 53723f3..05e1610 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/cargo-0.88.0.crate
/cargo-0.89.0.crate
/cargo-0.90.0.crate
+/cargo-0.91.0.crate
diff --git a/cargo-fix-metadata-auto.diff b/cargo-fix-metadata-auto.diff
index c372f29..dadc5a1 100644
--- a/cargo-fix-metadata-auto.diff
+++ b/cargo-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- cargo-0.90.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cargo-0.90.0/Cargo.toml 2026-05-31T21:04:50.823320+00:00
-@@ -359,26 +359,8 @@
+--- cargo-0.91.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cargo-0.91.0/Cargo.toml 2026-05-31T21:10:54.841126+00:00
+@@ -366,26 +366,8 @@
[target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]
version = "0.5.0"
@@ -8,13 +8,13 @@
-version = "0.4.15"
-
[target."cfg(unix)".dependencies.libc]
- version = "0.2.169"
+ version = "0.2.174"
-
-[target."cfg(windows)".dependencies.cargo-credential-wincred]
-version = "0.4.15"
-
-[target."cfg(windows)".dependencies.windows-sys]
--version = "0.59"
+-version = "0.60"
-features = [
- "Win32_Foundation",
- "Win32_Security",
@@ -27,7 +27,7 @@
[lints.clippy]
dbg_macro = "warn"
-@@ -400,3 +382,4 @@
+@@ -407,3 +389,4 @@
[lints.rustdoc]
private_intra_doc_links = "allow"
diff --git a/cargo-fix-metadata.diff b/cargo-fix-metadata.diff
index d996e21..8eec4af 100644
--- a/cargo-fix-metadata.diff
+++ b/cargo-fix-metadata.diff
@@ -1,61 +1,62 @@
---- cargo-0.90.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cargo-0.90.0/Cargo.toml 2026-05-31T21:05:53.407036+00:00
-@@ -29,16 +29,6 @@
- license = "MIT OR Apache-2.0"
- repository = "https://github.com/rust-lang/cargo"
+--- cargo-0.91.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cargo-0.91.0/Cargo.toml 2026-05-31T21:12:24.919357+00:00
+@@ -31,17 +31,9 @@
+ resolver = "2"
--[features]
+ [features]
-all-static = [
- "vendored-openssl",
- "curl/static-curl",
- "curl/force-system-lib-on-osx",
- "vendored-libgit2",
-]
+ default = ["http-transport-curl"]
+ http-transport-curl = ["gix/blocking-http-transport-curl"]
+ http-transport-reqwest = ["gix/blocking-http-transport-reqwest"]
-vendored-libgit2 = ["libgit2-sys/vendored"]
-vendored-openssl = ["openssl/vendored"]
--
+
[lib]
name = "cargo"
- path = "src/cargo/lib.rs"
-@@ -123,8 +113,9 @@
+@@ -127,8 +119,9 @@
version = "0.21.0"
[dependencies.gix]
--version = "0.72.0"
+-version = "0.73.0"
-features = [
+version = "0.83.0"
+features = [
+ "sha1",
- "blocking-http-transport-curl",
"progress-tree",
"parallel",
-@@ -203,8 +194,7 @@
+ "dirwalk",
+@@ -207,8 +200,7 @@
version = "1.11.1"
[dependencies.rusqlite]
--version = "0.34.0"
+-version = "0.36.0"
-features = ["bundled"]
-+version = ">=0.31,<0.35"
++version = ">=0.31,<0.37"
[dependencies.rustc-hash]
version = "2.1.1"
-@@ -313,9 +303,10 @@
- version = "0.7.5"
+@@ -320,8 +312,9 @@
+ version = "0.8.0"
[dev-dependencies.gix]
--version = "0.72.0"
+-version = "0.73.0"
+-features = [
+version = "0.83.0"
- features = [
- "blocking-http-transport-curl",
++features = [
+ "sha1",
"progress-tree",
"parallel",
"dirwalk",
-@@ -324,7 +315,7 @@
+@@ -331,7 +324,7 @@
default-features = false
[dev-dependencies.gix-transport]
--version = "0.47.0"
+-version = "0.48.0"
+version = "0.57.0"
features = ["http-client-insecure-credentials"]
diff --git a/rust-cargo.spec b/rust-cargo.spec
index c01af07..7da4028 100644
--- a/rust-cargo.spec
+++ b/rust-cargo.spec
@@ -12,7 +12,7 @@
%global crate cargo
Name: rust-cargo
-Version: 0.90.0
+Version: 0.91.0
Release: %autorelease
Summary: Package manager for Rust
@@ -23,8 +23,7 @@ Source: %{crates_source}
Patch: cargo-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop features for statically linking cURL, libgit2, OpenSSL, and SQLite
-# * relax exact openssl and openssl-sys dependencies
-# * relax rusqlite dependency to allow building with both v0.31..v0.35
+# * relax rusqlite dependency to allow building with v0.31..v0.37
# * bump gix dependency from 0.72 to 0.83
Patch: cargo-fix-metadata.diff
@@ -70,6 +69,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+http-transport-curl-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+http-transport-curl-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "http-transport-curl" feature of the "%{crate}" crate.
+
+%files -n %{name}+http-transport-curl-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+http-transport-reqwest-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+http-transport-reqwest-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "http-transport-reqwest" feature of the "%{crate}" crate.
+
+%files -n %{name}+http-transport-reqwest-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+openssl-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index b3689b2..b1f087e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,8 +5,7 @@ description = "Package manager for Rust."
cargo-install-bin = false
cargo-toml-patch-comments = [
"drop features for statically linking cURL, libgit2, OpenSSL, and SQLite",
- "relax exact openssl and openssl-sys dependencies",
- "relax rusqlite dependency to allow building with both v0.31..v0.35",
+ "relax rusqlite dependency to allow building with v0.31..v0.37",
"bump gix dependency from 0.72 to 0.83",
]
# this file only refers to statically linked executables distributed by upstream
diff --git a/sources b/sources
index 0523f9b..5136ac0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cargo-0.90.0.crate) = 901f1d3eecd95cc522e0d038423c01bce2252e759a22db473c04fc7720ec7c356ce92bf66c3b40c9fe66901f6913d52d7465d9f79646be7e3e96cf16f53db0c4
+SHA512 (cargo-0.91.0.crate) = 9140d0b25cdad71daa61289d862096d5b1e2b1e0eb4708e723f5173e3e795354ea10f1ed65636842b0c00e74b83ff702aad1d94544d6664006e3f32fe09c18da
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 22:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 22:23 [rpms/rust-cargo] epel9: Update to version 0.91.0 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox