public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-base64] f44: Update to version 0.23.1; Fixes RHBZ#2506502
@ 2026-08-05 6:16 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-05 6:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-base64
Branch : f44
Commit : 9193b5db53c09fc7d5825fce77f7782a96c3e88a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-04T14:36:36+01:00
Stats : +36/-9 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-base64/c/9193b5db53c09fc7d5825fce77f7782a96c3e88a?branch=f44
Log:
Update to version 0.23.1; Fixes RHBZ#2506502
- Re-enable the tests
---
diff --git a/.gitignore b/.gitignore
index e1b095d..daf49f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/base64-0.21.7.crate
/base64-0.22.0.crate
/base64-0.22.1.crate
+/base64-0.23.1.crate
diff --git a/base64-fix-metadata.diff b/base64-fix-metadata.diff
new file mode 100644
index 0000000..11a770b
--- /dev/null
+++ b/base64-fix-metadata.diff
@@ -0,0 +1,12 @@
+--- base64-0.23.1/Cargo.toml 2006-07-24T01:21:28+00:00
++++ base64-0.23.1/Cargo.toml 2026-08-04T13:36:09.231176+00:00
+@@ -76,9 +76,6 @@
+ version = "4.6.4"
+ features = ["derive"]
+
+-[dev-dependencies.criterion]
+-version = "0.7.0"
+-
+ [dev-dependencies.rand]
+ version = "0.10.2"
+
diff --git a/rust-base64.spec b/rust-base64.spec
index 9af63ed..9fe1857 100644
--- a/rust-base64.spec
+++ b/rust-base64.spec
@@ -1,18 +1,20 @@
-# Generated by rust2rpm 26
-# * missing / outdated dev-dependencies: rstest ^0.13, rstest_reuse ^0.6
-%bcond_with check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate base64
Name: rust-base64
-Version: 0.22.1
+Version: 0.23.1
Release: %autorelease
Summary: Encodes and decodes base64 as bytes or utf8
License: MIT OR Apache-2.0
URL: https://crates.io/crates/base64
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Drop unused, benchmark-only dev-dependency on criterion
+Patch: base64-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -61,6 +63,18 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+simd-unsafe-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+simd-unsafe-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "simd-unsafe" feature of the "%{crate}" crate.
+
+%files -n %{name}+simd-unsafe-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index efeaf23..1884756 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,4 +1,4 @@
-[tests]
-run = ["none"]
-comments = ["missing / outdated dev-dependencies: rstest ^0.13, rstest_reuse ^0.6"]
-
+[package]
+cargo-toml-patch-comments = [
+ "Drop unused, benchmark-only dev-dependency on criterion",
+]
diff --git a/sources b/sources
index 294b552..e10e2bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (base64-0.22.1.crate) = 91cf2e4e7fc8815f9b8a86a7fa722a20eee3dc1dd57111b29e420de87ce7836bcdb1db01d3cafb9a977710ef63e7cc41b7772762323e68e0e832156858aace20
+SHA512 (base64-0.23.1.crate) = f9a402e7161a95ba52a14bb0ec8d5dcf6cc70f97b50d40ac4a150c977b752861da6b9feb63e5e9b15f3309b95b3ca0ebe4e789c26e6b96af4e0c69642b140a51
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 6:16 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:16 [rpms/rust-base64] f44: Update to version 0.23.1; Fixes RHBZ#2506502 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox