public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-z-base-32] epel10: Update to version 0.1.4; Fixes RHBZ#2266372
@ 2026-06-15 19:37 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 19:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-z-base-32
Branch : epel10
Commit : cd87b5107aa086be8c01369ac0bd089db2c0f8d6
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2024-03-08T13:41:38+01:00
Stats  : +32/-8 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-z-base-32/c/cd87b5107aa086be8c01369ac0bd089db2c0f8d6?branch=epel10

Log:
Update to version 0.1.4; Fixes RHBZ#2266372

---
diff --git a/.gitignore b/.gitignore
index 824b96a..83a7cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /z-base-32-0.1.3.crate
+/z-base-32-0.1.4.crate

diff --git a/rust-z-base-32.spec b/rust-z-base-32.spec
index 7b7367b..1918e65 100644
--- a/rust-z-base-32.spec
+++ b/rust-z-base-32.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 25
+# Generated by rust2rpm 26
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate z-base-32
 
 Name:           rust-z-base-32
-Version:        0.1.3
+Version:        0.1.4
 Release:        %autorelease
 Summary:        Z-base-32: human-oriented base-32 encoding
 
@@ -13,6 +13,7 @@ License:        MIT
 URL:            https://crates.io/crates/z-base-32
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
+# * drop unused CLI
 # * drop support for building as a Python module
 Patch:          z-base-32-fix-metadata.diff
 

diff --git a/sources b/sources
index 5c262af..b28312e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (z-base-32-0.1.3.crate) = ae3a87440622ce39dc157be7eb5765c22eab758a4ad475c229d78fd34ecd3d4d7f0b24557bcda729b4215217dc93113453cfbe8d6c32f1dbc8e67ee3ece66c5b
+SHA512 (z-base-32-0.1.4.crate) = 83eef93391d22782fd38ba30957a5569a74e7be529354eed3b24da71eb958a7bf17da7b3366e4f204accc2145a967819f0a07ae33e021063640ce9ffce7534aa

diff --git a/z-base-32-fix-metadata.diff b/z-base-32-fix-metadata.diff
index eca3195..6940c65 100644
--- a/z-base-32-fix-metadata.diff
+++ b/z-base-32-fix-metadata.diff
@@ -1,6 +1,6 @@
---- z-base-32-0.1.3/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ z-base-32-0.1.3/Cargo.toml	2023-12-14T12:00:29.111751+00:00
-@@ -26,21 +26,13 @@
+--- z-base-32-0.1.4/Cargo.toml	1970-01-01T00:00:01+00:00
++++ z-base-32-0.1.4/Cargo.toml	2024-03-08T12:38:35.702352+00:00
+@@ -26,6 +26,11 @@
  categories = ["encoding"]
  license = "MIT"
  repository = "https://github.com/matusf/z-base-32"
@@ -8,6 +8,11 @@
 +    "/pyproject.toml",
 +    "/test.py",
 +]
++autobins = false
+ 
+ [profile.dist]
+ lto = "thin"
+@@ -33,35 +38,6 @@
  
  [lib]
  name = "zbase32"
@@ -16,8 +21,21 @@
 -    "rlib",
 -]
 -
+-[[bin]]
+-name = "zbase32"
+-required-features = ["cli"]
+-
+-[dependencies.anyhow]
+-version = "1"
+-optional = true
+-
+-[dependencies.clap]
+-version = "4.5.1"
+-features = ["derive"]
+-optional = true
+-
 -[dependencies.pyo3]
--version = "0.20.0"
+-version = "0.20.2"
 -features = ["extension-module"]
 -optional = true
  
@@ -25,4 +43,8 @@
  version = "1"
 -
 -[features]
--python = ["pyo3"]
+-cli = [
+-    "dep:clap",
+-    "dep:anyhow",
+-]
+-python = ["dep:pyo3"]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 19:37 [rpms/rust-z-base-32] epel10: Update to version 0.1.4; Fixes RHBZ#2266372 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox