Update to version 0.10.0

epel9
Fabio Valentini 3 years ago
parent acaf326800
commit 7e8e6b3198
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/streebog-0.9.2.crate
/streebog-0.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate streebog
Name: rust-%{crate}
Version: 0.9.2
Version: 0.10.0
Release: %autorelease
Summary: Streebog (GOST R 34.11-2012) hash function
@ -15,9 +15,6 @@ URL: https://crates.io/crates/streebog
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (streebog-0.9.2.crate) = 3e62d9fb61a7692a3bc05da3e99cbb42eb1ffee4222b29c55881cf160c1ee20c015e40d2cce96da1ff9fdb149a7a3df11345012667015c5c71603a2e23907869
SHA512 (streebog-0.10.0.crate) = cd0962feebed2725f0c6ed3b10f0942a63e5448516d11528b7b7b4d334e678c8c6d88d98bf81b1e1e059aa110fde6fd4273a06f3f65c42602f616481582e28b9

Loading…
Cancel
Save