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-cap-primitives] f45: Update to version 0.24.2; Fixes RHBZ#2033419
Date: Tue, 25 Aug 2026 09:22:09 GMT [thread overview]
Message-ID: <178764972976.1.17648203086179902789.rpms-rust-cap-primitives-65e0bfb02bde@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cap-primitives
Branch : f45
Commit : 65e0bfb02bde1be04142b55d3bd40f3144d6c299
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-04-14T00:43:13+02:00
Stats : +17/-13 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cap-primitives/c/65e0bfb02bde1be04142b55d3bd40f3144d6c299?branch=f45
Log:
Update to version 0.24.2; Fixes RHBZ#2033419
---
diff --git a/.gitignore b/.gitignore
index 0d29f90..8b32771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/cap-primitives-0.13.10.crate
/cap-primitives-0.21.1.crate
/cap-primitives-0.22.1.crate
+/cap-primitives-0.24.2.crate
diff --git a/cap-primitives-fix-metadata.diff b/cap-primitives-fix-metadata.diff
index 39e75d3..ad9ca7b 100644
--- a/cap-primitives-fix-metadata.diff
+++ b/cap-primitives-fix-metadata.diff
@@ -1,8 +1,8 @@
---- 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
+--- cap-primitives-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
++++ cap-primitives-0.24.2/Cargo.toml 2022-04-13T22:28:15.357300+00:00
@@ -45,17 +45,3 @@
[target."cfg(not(windows))".dependencies.rustix]
- version = "0.31.0"
+ version = "0.33.0"
features = ["procfs"]
-[target."cfg(target_os = \"ios\")".dependencies.errno]
-version = "0.2.8"
@@ -17,4 +17,4 @@
-version = "0.1.5"
-
-[target."cfg(windows)".dependencies.winx]
--version = "0.30.0"
+-version = "0.31.0"
diff --git a/rust-cap-primitives.spec b/rust-cap-primitives.spec
index 0d0d80c..5c3ae2c 100644
--- a/rust-cap-primitives.spec
+++ b/rust-cap-primitives.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 20
+# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate cap-primitives
Name: rust-%{crate}
-Version: 0.22.1
+Version: 0.24.2
Release: %autorelease
Summary: Capability-based primitives
@@ -19,7 +19,7 @@ Patch0: cap-primitives-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Capability-based primitives.}
@@ -36,9 +36,12 @@ 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
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/COPYRIGHT
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-Apache-2.0_WITH_LLVM-exception
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -50,7 +53,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
@@ -62,7 +65,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index 4aea794..463de8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cap-primitives-0.22.1.crate) = fa03ae77b7f1ff70284c2305f7524b5c93cb07bdec89640a2900eaea6d9de24194add47f879807addac169998f93808fee1fade1812d2db11a96f42a75e26955
+SHA512 (cap-primitives-0.24.2.crate) = 36f3b0f87406aa44446fdd332c015858ccd4a11b321bfad34d4569c4e7ea54303a73a3f0285ea47b97e02926b4a2c72255b0e8ac49d60b531ce814e1114274f4
reply other threads:[~2026-08-25 9:22 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=178764972976.1.17648203086179902789.rpms-rust-cap-primitives-65e0bfb02bde@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