Update to version 0.2.16; Fixes RHBZ#2036267

epel9
Fabio Valentini 3 years ago
parent 5080ad8bd7
commit 43e61ed5d6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/ppv-lite86-0.2.9.crate
/ppv-lite86-0.2.10.crate
/ppv-lite86-0.2.15.crate
/ppv-lite86-0.2.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate ppv-lite86
Name: rust-%{crate}
Version: 0.2.15
Version: 0.2.16
Release: %autorelease
Summary: Implementation of the crypto-simd API for x86
@ -15,9 +15,6 @@ URL: https://crates.io/crates/ppv-lite86
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,11 +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
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -45,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
@ -57,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+no_simd-devel %{_description}
This package contains library source intended for building other packages
which use "no_simd" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "no_simd" feature of the "%{crate}" crate.
%files -n %{name}+no_simd-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -69,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+simd-devel %{_description}
This package contains library source intended for building other packages
which use "simd" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "simd" feature of the "%{crate}" crate.
%files -n %{name}+simd-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -81,8 +79,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 (ppv-lite86-0.2.15.crate) = 6dac73153d244cca97ea00e429f783a7d03b48f10ee450cf6f8d77581010b28be5048f53322b0c888b425b5085f440b6ea90599ea00c55c641de6e29da42f0b3
SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74

Loading…
Cancel
Save