public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cap-primitives] epel10: Update to version 0.22.1
@ 2026-08-25 9:21 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-25 9:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-cap-primitives
Branch : epel10
Commit : bc8de6a6bdb9a2696495ef163037f60b473b26ad
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-02-04T17:15:34+01:00
Stats : +20/-44 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cap-primitives/c/bc8de6a6bdb9a2696495ef163037f60b473b26ad?branch=epel10
Log:
Update to version 0.22.1
---
diff --git a/.gitignore b/.gitignore
index c92cfc0..0d29f90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/cap-primitives-0.13.10.crate
/cap-primitives-0.21.1.crate
+/cap-primitives-0.22.1.crate
diff --git a/cap-primitives-fix-metadata.diff b/cap-primitives-fix-metadata.diff
index 8496ae0..39e75d3 100644
--- a/cap-primitives-fix-metadata.diff
+++ b/cap-primitives-fix-metadata.diff
@@ -1,28 +1,8 @@
---- cap-primitives-0.21.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ cap-primitives-0.21.1/Cargo.toml 2021-12-04T19:04:00.504452+00:00
-@@ -28,13 +28,13 @@
- optional = true
-
- [dependencies.fs-set-times]
--version = "0.13.1"
-+version = "0.14.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]
-@@ -45,19 +45,5 @@
- [build-dependencies.rustc_version]
- version = "0.4.0"
+--- cap-primitives-0.22.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cap-primitives-0.22.1/Cargo.toml 2022-02-03T18:33:14.261143+00:00
+@@ -45,17 +45,3 @@
[target."cfg(not(windows))".dependencies.rustix]
--version = "0.26.2"
-+version = "0.29"
+ version = "0.31.0"
features = ["procfs"]
-[target."cfg(target_os = \"ios\")".dependencies.errno]
-version = "0.2.8"
@@ -37,4 +17,4 @@
-version = "0.1.5"
-
-[target."cfg(windows)".dependencies.winx]
--version = "0.29.0"
+-version = "0.30.0"
diff --git a/rust-cap-primitives.spec b/rust-cap-primitives.spec
index ed6df28..0d0d80c 100644
--- a/rust-cap-primitives.spec
+++ b/rust-cap-primitives.spec
@@ -1,32 +1,28 @@
-# Generated by rust2rpm 17
+# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate cap-primitives
Name: rust-%{crate}
-Version: 0.21.1
+Version: 0.22.1
Release: %autorelease
-Summary: Capability-oriented primitives
+Summary: Capability-based primitives
# 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
+License: ASL 2.0 or MIT
URL: https://crates.io/crates/cap-primitives
Source: %{crates_source}
# Initial patched metadata
-# - Remove non-linux dependencies
-# - Bump dependencies: fs-set-times, io-extras, io-lifetimes, rustix
+# * drop non-linux dependencies
Patch0: cap-primitives-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
BuildRequires: rust-packaging
%global _description %{expand:
-Capability-oriented primitives.}
+Capability-based primitives.}
%description %{_description}
@@ -36,13 +32,12 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
%files devel
+%license COPYRIGHT LICENSE-APACHE LICENSE-Apache-2.0_WITH_LLVM-exception LICENSE-MIT
%doc README.md
-%license LICENSE-APACHE LICENSE-MIT COPYRIGHT
-%license LICENSE-Apache-2.0_WITH_LLVM-exception
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@@ -51,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -63,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
-This package contains library source intended for building other packages
-which use "arbitrary" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
diff --git a/sources b/sources
index eca9c68..4aea794 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cap-primitives-0.21.1.crate) = 88754d76af89372499a74dc5de3829da8f8b91f002925fe1f99bf6746649605d5da34dbedb4dd727e11e33efcb245464fd4c769df1bd380fb64fedde13fccd5e
+SHA512 (cap-primitives-0.22.1.crate) = fa03ae77b7f1ff70284c2305f7524b5c93cb07bdec89640a2900eaea6d9de24194add47f879807addac169998f93808fee1fade1812d2db11a96f42a75e26955
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 9:21 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:21 [rpms/rust-cap-primitives] epel10: Update to version 0.22.1 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox