public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-salsa20] epel9: Update to version 0.11.0; Fixes RHBZ#2453233
@ 2026-08-10 19:56 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-10 19:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-salsa20
Branch : epel9
Commit : a9843a0164e2a89da10635433a44936aa7527950
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-10T08:16:07+01:00
Stats : +9/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-salsa20/c/a9843a0164e2a89da10635433a44936aa7527950?branch=epel9
Log:
Update to version 0.11.0; Fixes RHBZ#2453233
---
diff --git a/.gitignore b/.gitignore
index 9237b69..9ce1582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/salsa20-0.8.1.crate
/salsa20-0.10.2.crate
+/salsa20-0.11.0.crate
diff --git a/rust-salsa20.spec b/rust-salsa20.spec
index 96d56e9..4dff2aa 100644
--- a/rust-salsa20.spec
+++ b/rust-salsa20.spec
@@ -1,22 +1,22 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate salsa20
Name: rust-salsa20
-Version: 0.10.2
+Version: 0.11.0
Release: %autorelease
-Summary: Salsa20 Stream Cipher
+Summary: Pure Rust implementation of the Salsa20 stream cipher
License: MIT OR Apache-2.0
URL: https://crates.io/crates/salsa20
Source: %{crates_source}
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
-Salsa20 Stream Cipher.}
+Pure Rust implementation of the Salsa20 stream cipher.}
%description %{_description}
@@ -48,18 +48,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-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
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+zeroize-devel
Summary: %{summary}
BuildArch: noarch
@@ -73,9 +61,7 @@ use the "zeroize" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
-# remove executable bit from non-executable source files
-find -name "*.rs" -executable -print -exec chmod -x {} +
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
diff --git a/sources b/sources
index 87a3e1c..973f4b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (salsa20-0.10.2.crate) = 9066143f6f503fbd6e85434e9dcbe0f0ed4e71e363c599d90968f6f9517dc749798f3e4cae6ed45e4ec429495a103ff4fc9ec564397c947ea63a6c32773c90f0
+SHA512 (salsa20-0.11.0.crate) = 04cac30cbc0175e06b6edeaa8147c2ec4448454bc2e8e6e6cc08cc521855206727c83fbe266a5f85430f894eba31dac2b7d33ab45ef8ce35b2e4272e7dd118de
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 19:56 [rpms/rust-salsa20] epel9: Update to version 0.11.0; Fixes RHBZ#2453233 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