public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ciborium] epel9: Update to version 0.2.2; Fixes RHBZ#2259985
@ 2026-08-05 6:47 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-05 6:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-ciborium
Branch : epel9
Commit : f53f10edc08ae920812b1d775fa418a883a83467
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-06-18T16:34:48+02:00
Stats : +11/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ciborium/c/f53f10edc08ae920812b1d775fa418a883a83467?branch=epel9
Log:
Update to version 0.2.2; Fixes RHBZ#2259985
---
diff --git a/.gitignore b/.gitignore
index 257cf56..9f8afca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/ciborium-0.2.0.crate
/ciborium-0.2.1.crate
+/ciborium-0.2.2.crate
diff --git a/rust-ciborium.spec b/rust-ciborium.spec
index 4a8cc2c..cf4b046 100644
--- a/rust-ciborium.spec
+++ b/rust-ciborium.spec
@@ -1,12 +1,12 @@
-# Generated by rust2rpm 24
-# * outdated dev-dependencies: rstest
+# Generated by rust2rpm 26
+# * outdated dev-dependencies: rstest ^0.11
%bcond_with check
%global debug_package %{nil}
%global crate ciborium
Name: rust-ciborium
-Version: 0.2.1
+Version: 0.2.2
Release: %autorelease
Summary: Serde implementation of CBOR using ciborium-basic
@@ -14,7 +14,7 @@ License: Apache-2.0
URL: https://crates.io/crates/ciborium
Source: %{crates_source}
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Serde implementation of CBOR using ciborium-basic.}
@@ -60,7 +60,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..5dcf077
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[tests]
+run = ["none"]
+comments = ["outdated dev-dependencies: rstest ^0.11"]
+
diff --git a/sources b/sources
index bcde168..b7167b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ciborium-0.2.1.crate) = 4403239badcdb5ea6e754e706472e25c4593a1fbdfc5a07e46409ea3dac41151020204167102dbf401a2e5f31b3731267bc3759be59a73880a022e5f4a3064fc
+SHA512 (ciborium-0.2.2.crate) = 8d1af6a09f116e42f0098d7d0e34dd906dc3e718b257ff1a1fde655a235d40619f61f18917c0cf35c55de9160c255a9795d5e7525989037e3512807cc6a900b1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 6:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 6:47 [rpms/rust-ciborium] epel9: Update to version 0.2.2; Fixes RHBZ#2259985 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox