public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-hmac] f43: Update to version 0.13.0; Fixes RHBZ#2452924
@ 2026-06-09 9:21 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-09 9:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-hmac
Branch : f43
Commit : 1bf863b1cf979a147fbf9a3f6bffc538cc82a591
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-01T19:02:41+01:00
Stats : +11/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-hmac/c/1bf863b1cf979a147fbf9a3f6bffc538cc82a591?branch=f43
Log:
Update to version 0.13.0; Fixes RHBZ#2452924
---
diff --git a/.gitignore b/.gitignore
index 511d79c..7b8f9d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/hmac-0.10.1.crate
/hmac-0.11.0.crate
/hmac-0.12.1.crate
+/hmac-0.13.0.crate
diff --git a/rust-hmac.spec b/rust-hmac.spec
index 0cb181c..2601a42 100644
--- a/rust-hmac.spec
+++ b/rust-hmac.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate hmac
Name: rust-hmac
-Version: 0.12.1
+Version: 0.13.0
Release: %autorelease
Summary: Generic implementation of Hash-based Message Authentication Code (HMAC)
@@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/hmac
Source: %{crates_source}
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Generic implementation of Hash-based Message Authentication Code (HMAC).}
@@ -48,32 +48,20 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+reset-devel
+%package -n %{name}+zeroize-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+reset-devel %{_description}
+%description -n %{name}+zeroize-devel %{_description}
This package contains library source intended for building other packages which
-use the "reset" feature of the "%{crate}" crate.
+use the "zeroize" feature of the "%{crate}" crate.
-%files -n %{name}+reset-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+std-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
-
-%files -n %{name}+std-devel
+%files -n %{name}+zeroize-devel
%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/sources b/sources
index d9beda8..fff4fa9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hmac-0.12.1.crate) = 77d4bf51f4633a8c36712ce3178945141df31cd645eafcf4bd130b8ecd7cb498bf1ee6f2d9c8dfbbc9f97ac638919fcc81bd3ee600a1b27c3be3fa87313aa0b8
+SHA512 (hmac-0.13.0.crate) = 863257942cd271c2f593271f60eb74424d2c8f49ff88901a38a16078a7e2d678e5a177909f093edbc6ff42cd8625d3392d950c5c8276c13cd15d3c9c316e7878
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 9:21 [rpms/rust-hmac] f43: Update to version 0.13.0; Fixes RHBZ#2452924 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