Update to version 0.4.3; Fixes RHBZ#2057091

epel9
Fabio Valentini 3 years ago
parent 1f32f4e22e
commit 442df3d33a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cipher %global crate cipher
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.2 Version: 0.4.3
Release: %autorelease Release: %autorelease
Summary: Traits for describing block ciphers and stream ciphers Summary: Traits for describing block ciphers and stream ciphers
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Traits for describing block ciphers and stream ciphers.} Traits for describing block ciphers and stream ciphers.}
@ -33,9 +33,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc CHANGELOG.md README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +49,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +61,7 @@ This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate. use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+blobby-devel %package -n %{name}+blobby-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +73,7 @@ This package contains library source intended for building other packages which
use the "blobby" feature of the "%{crate}" crate. use the "blobby" feature of the "%{crate}" crate.
%files -n %{name}+blobby-devel %files -n %{name}+blobby-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+block-padding-devel %package -n %{name}+block-padding-devel
Summary: %{summary} Summary: %{summary}
@ -83,7 +85,7 @@ This package contains library source intended for building other packages which
use the "block-padding" feature of the "%{crate}" crate. use the "block-padding" feature of the "%{crate}" crate.
%files -n %{name}+block-padding-devel %files -n %{name}+block-padding-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dev-devel %package -n %{name}+dev-devel
Summary: %{summary} Summary: %{summary}
@ -95,7 +97,7 @@ This package contains library source intended for building other packages which
use the "dev" feature of the "%{crate}" crate. use the "dev" feature of the "%{crate}" crate.
%files -n %{name}+dev-devel %files -n %{name}+dev-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rand_core-devel %package -n %{name}+rand_core-devel
Summary: %{summary} Summary: %{summary}
@ -107,7 +109,7 @@ This package contains library source intended for building other packages which
use the "rand_core" feature of the "%{crate}" crate. use the "rand_core" feature of the "%{crate}" crate.
%files -n %{name}+rand_core-devel %files -n %{name}+rand_core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -119,7 +121,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zeroize-devel %package -n %{name}+zeroize-devel
Summary: %{summary} Summary: %{summary}
@ -131,7 +133,7 @@ This package contains library source intended for building other packages which
use the "zeroize" feature of the "%{crate}" crate. use the "zeroize" feature of the "%{crate}" crate.
%files -n %{name}+zeroize-devel %files -n %{name}+zeroize-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (cipher-0.4.2.crate) = 410a4a8473c0cb43c087e6c6bda6e3aa55b0c1a8eca10b3266c023943f7ce8dfd1661c1eb4ae9e9f473d393dbb2311bc38e741e41cf4f25d94a2782ca32d9258 SHA512 (cipher-0.4.3.crate) = 1ac7725e76867ed7c93979c0ec81208e2732cca75cc7a18e28daf1ca4d6f0c32d43b5dd7aa043c6e47faf328ab7e6b32fb4b67280f5d8f1928413a4d73212228

Loading…
Cancel
Save