public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-siphasher] f44: Update to version 1.0.4; Fixes RHBZ#2464800
@ 2026-09-27 20:23 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-27 20:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-siphasher
Branch : f44
Commit : ae756f8a36ecfc6794c139eb26935054122db2fc
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-27T22:08:10+02:00
Stats  : +11/-5 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-siphasher/c/ae756f8a36ecfc6794c139eb26935054122db2fc?branch=f44

Log:
Update to version 1.0.4; Fixes RHBZ#2464800

---
diff --git a/.gitignore b/.gitignore
index 503cea2..98d155b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /siphasher-1.0.0.crate
 /siphasher-1.0.1.crate
 /siphasher-1.0.2.crate
+/siphasher-1.0.4.crate

diff --git a/rust-siphasher.spec b/rust-siphasher.spec
index 2ac56e3..8e5716a 100644
--- a/rust-siphasher.spec
+++ b/rust-siphasher.spec
@@ -5,11 +5,10 @@
 %global crate siphasher
 
 Name:           rust-siphasher
-Version:        1.0.2
+Version:        1.0.4
 Release:        %autorelease
-Summary:        SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust
+Summary:        SipHash-2-4 and SipHash-1-3 keyed hash functions in pure Rust
 
-# Upstream license specification: MIT/Apache-2.0
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/siphasher
 Source:         %{crates_source}
@@ -17,7 +16,8 @@ Source:         %{crates_source}
 BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
-SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust.}
+SipHash-2-4 and SipHash-1-3 keyed hash functions in pure Rust, with
+64-bit and 128-bit output and no_std support.}
 
 %description %{_description}
 
@@ -32,6 +32,8 @@ use the "%{crate}" crate.
 
 %files          devel
 %license %{crate_instdir}/COPYING
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
 %doc %{crate_instdir}/README.md
 %{crate_instdir}/
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..ba218af
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,3 @@
+[package]
+summary = "SipHash-2-4 and SipHash-1-3 keyed hash functions in pure Rust"
+

diff --git a/sources b/sources
index bcc038f..3fc55c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (siphasher-1.0.2.crate) = 8399a455434ffabd268c4984bc8f1fb18650df0293d6262b507fb608ff96316075880ccbaf228a9fadd8192320150b9137fc3d854aacd76a2b338b5b7fd93be2
+SHA512 (siphasher-1.0.4.crate) = 341aeb6d03e2e841b0416fa5fac71bf9716ad10b1417a09b454df9e253b7317da3d2b64ff6ed69f33a4c6d2989f51d19a735237e0454538fa10f942678e282e5

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

only message in thread, other threads:[~2026-09-27 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-27 20:23 [rpms/rust-siphasher] f44: Update to version 1.0.4; Fixes RHBZ#2464800 Fabio Valentini

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