public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ecb] f43: Update to version 0.2.1; Fixes RHBZ#2521010
Date: Thu, 27 Aug 2026 15:35:02 GMT	[thread overview]
Message-ID: <178784490240.1.16492733091965234426.rpms-rust-ecb-672623ad21e9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-ecb
Branch : f43
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=f43

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

                 reply	other threads:[~2026-08-27 15:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178784490240.1.16492733091965234426.rpms-rust-ecb-672623ad21e9@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox