Update to version 0.4.4; Fixes RHBZ#2176696

epel9 imports/e9/rust-cipher-0.4.4-1.el9
Fabio Valentini 2 years ago
parent ed3cf9e951
commit ab4d372403
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/cipher-0.3.0.crate
/cipher-0.4.2.crate
/cipher-0.4.3.crate
/cipher-0.4.4.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate cipher
Name: rust-%{crate}
Version: 0.4.3
Name: rust-cipher
Version: 0.4.4
Release: %autorelease
Summary: Traits for describing block ciphers and stream ciphers
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/cipher
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (cipher-0.4.3.crate) = 1ac7725e76867ed7c93979c0ec81208e2732cca75cc7a18e28daf1ca4d6f0c32d43b5dd7aa043c6e47faf328ab7e6b32fb4b67280f5d8f1928413a4d73212228
SHA512 (cipher-0.4.4.crate) = 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846

Loading…
Cancel
Save