public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cap-std] f43: Bump to upstream 0.21.1 (fixes rhbz#1983296)
@ 2026-08-25 9:32 Olivier Lemasle
0 siblings, 0 replies; only message in thread
From: Olivier Lemasle @ 2026-08-25 9:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-cap-std
Branch : f43
Commit : f465d780915d3dd1d74ba17c69f35dec45c27a5a
Author : Olivier Lemasle <o.lemasle@gmail.com>
Date : 2021-12-04T20:44:39+01:00
Stats : +56/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cap-std/c/f465d780915d3dd1d74ba17c69f35dec45c27a5a?branch=f43
Log:
Bump to upstream 0.21.1 (fixes rhbz#1983296)
Add fs_utf8 feature
---
diff --git a/.gitignore b/.gitignore
index be8f13d..d2209c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cap-std-0.13.10.crate
+/cap-std-0.21.1.crate
diff --git a/cap-std-fix-metadata.diff b/cap-std-fix-metadata.diff
new file mode 100644
index 0000000..ee105b9
--- /dev/null
+++ b/cap-std-fix-metadata.diff
@@ -0,0 +1,21 @@
+--- cap-std-0.21.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cap-std-0.21.1/Cargo.toml 2021-12-04T19:37:55.056970+00:00
+@@ -31,10 +31,10 @@
+ version = "^0.21.0"
+
+ [dependencies.io-extras]
+-version = "0.11.2"
++version = "0.12"
+
+ [dependencies.io-lifetimes]
+-version = "0.3.2"
++version = "0.4"
+ default-features = false
+
+ [dependencies.ipnet]
+@@ -47,4 +47,4 @@
+ default = []
+ fs_utf8 = ["camino"]
+ [target."cfg(not(windows))".dependencies.rustix]
+-version = "0.26.2"
++version = "0.29"
diff --git a/rust-cap-std.spec b/rust-cap-std.spec
index 0b4524f..096d43c 100644
--- a/rust-cap-std.spec
+++ b/rust-cap-std.spec
@@ -5,19 +5,19 @@
%global crate cap-std
Name: rust-%{crate}
-Version: 0.13.10
-Release: 2%{?dist}
+Version: 0.21.1
+Release: 1%{?dist}
Summary: Capability-oriented version of the Rust standard library
# Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
License: ASL 2.0 with exceptions or ASL 2.0 or MIT
URL: https://crates.io/crates/cap-std
Source: %{crates_source}
+# Initial patched metadata
+# - Bump dependencies: io-lifetimes, io-extras, rustix
+Patch0: cap-std-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
BuildRequires: rust-packaging
@@ -53,6 +53,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%package -n %{name}+camino-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+camino-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "camino" feature of the "%{crate}" crate.
+
+%files -n %{name}+camino-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%package -n %{name}+fs_utf8-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+fs_utf8-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "fs_utf8" feature of the "%{crate}" crate.
+
+%files -n %{name}+fs_utf8-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@@ -72,6 +96,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Sat Dec 04 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.21.1-1
+- Bump to upstream 0.21.1 (fixes rhbz#1983296)
+- Add fs_utf8 feature
+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index 0f5733c..1a51128 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cap-std-0.13.10.crate) = 44b0b5867551afb3b76efa808b1bf4707d63418615f6f730580966394c132021092540425797e42a27daf364709081827cb42977611bbe701137d07f7f01d603
+SHA512 (cap-std-0.21.1.crate) = a6bf46f0aaa92bedc55800d340389c86cbb347672254f6976447c6faa1a73721339a4d0edb727a71ebd831736ae01515337fd95e2e031e9057dbd08acf10c4cc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 9:32 [rpms/rust-cap-std] f43: Bump to upstream 0.21.1 (fixes rhbz#1983296) Olivier Lemasle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox