Update to 0.2.8

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent eb12998323
commit 7142c99688
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,2 +1,3 @@
/ppv-lite86-0.2.5.crate
/ppv-lite86-0.2.6.crate
/ppv-lite86-0.2.8.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate ppv-lite86
Name: rust-%{crate}
Version: 0.2.6
Release: 2%{?dist}
Version: 0.2.8
Release: 1%{?dist}
Summary: Implementation of the crypto-simd API for x86
# Upstream license specification: MIT/Apache-2.0
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,7 +49,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no_simd-devel
Summary: %{summary}
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.
%files -n %{name}+no_simd-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd-devel
Summary: %{summary}
@ -61,7 +73,7 @@ This package contains library source intended for building other packages
which use "simd" feature of "%{crate}" crate.
%files -n %{name}+simd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -73,7 +85,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -94,6 +106,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 17 07:17:37 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.8-1
- Update to 0.2.8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ppv-lite86-0.2.6.crate) = b9764a841364eb89157c828a183fdf6aeeb63d1d35e4f5dcba79e5d8e20eee8f22c845636c5c7bc980da1d141d838528d5f190546b23aa5e4e51e626a0ddce3d
SHA512 (ppv-lite86-0.2.8.crate) = 224db067f771eb48e4b0ddc2b7a1baf7389a47675ba93da50e3e4d6c88cef09e0f4529f399350b1b3feac7a88469406aa9b967377177a8c89605c49e1179771b

Loading…
Cancel
Save