public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ecb] epel10: Update to version 0.2.1; Fixes RHBZ#2521010
@ 2026-08-27 15:43 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-27 15:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ecb
Branch : epel10
Commit : 672623ad21e90514fade8a240854159593f5ef34
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-27T17:14:13+02:00
Stats  : +13/-6 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ecb/c/672623ad21e90514fade8a240854159593f5ef34?branch=epel10

Log:
Update to version 0.2.1; Fixes RHBZ#2521010

---
diff --git a/.gitignore b/.gitignore
index ed21670..dc7c6f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ecb-0.1.2.crate
 /ecb-0.2.0.crate
+/ecb-0.2.1.crate

diff --git a/rust-ecb.spec b/rust-ecb.spec
index 7516c1c..6d9fadc 100644
--- a/rust-ecb.spec
+++ b/rust-ecb.spec
@@ -5,18 +5,19 @@
 %global crate ecb
 
 Name:           rust-ecb
-Version:        0.2.0
+Version:        0.2.1
 Release:        %autorelease
-Summary:        Electronic Codebook (ECB) block cipher mode of operation
+Summary:        Generic implementation of the ECB block cipher mode of operation
 
-License:        MIT
+License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/ecb
 Source:         %{crates_source}
 
 BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
-Electronic Codebook (ECB) block cipher mode of operation.}
+Generic implementation of the ECB (Electronic Codebook) block cipher
+mode of operation.}
 
 %description %{_description}
 
@@ -30,7 +31,9 @@ This package contains library source intended for building other packages which
 use the "%{crate}" crate.
 
 %files          devel
-%license %{crate_instdir}/LICENSE
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/CHANGELOG.md
 %doc %{crate_instdir}/README.md
 %{crate_instdir}/
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..f5ce299
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,3 @@
+[package]
+summary = "Generic implementation of the ECB block cipher mode of operation"
+

diff --git a/sources b/sources
index f6b76d8..1feeb3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ecb-0.2.0.crate) = 5553c46f5fb2026b244c1ff39a575f39355f119a759e847cd3054d2af08d678f2948602ea92459990ca068ab386b09fa10829bb2cdc61e7cdd09f6bab43c8388
+SHA512 (ecb-0.2.1.crate) = 47954e37f07971f9fc7b773afe65f6ee2629041af45537f819763e3b1766bcb6299983ffd3f9d016c7a8fe068f3c2b75c3f8da7d99ba7493d259a5a494ea1bd6

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

only message in thread, other threads:[~2026-08-27 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 15:43 [rpms/rust-ecb] epel10: Update to version 0.2.1; Fixes RHBZ#2521010 Fabio Valentini

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