Compare commits

...

6 Commits

Author SHA1 Message Date
Fabio Valentini 39781d9482
Update to version 0.2.20; Fixes RHBZ#2301446
6 months ago
Fedora Release Engineering 64bd7d3745 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering d9c2212e70 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering a65878d1f4 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering b0c5573efb Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 94262b5cff
Update to version 0.2.17; Fixes RHBZ#2140252
2 years ago

2
.gitignore vendored

@ -5,3 +5,5 @@
/ppv-lite86-0.2.10.crate /ppv-lite86-0.2.10.crate
/ppv-lite86-0.2.15.crate /ppv-lite86-0.2.15.crate
/ppv-lite86-0.2.16.crate /ppv-lite86-0.2.16.crate
/ppv-lite86-0.2.17.crate
/ppv-lite86-0.2.20.crate

@ -1,3 +0,0 @@
# rust-ppv-lite86
The rust-ppv-lite86 package

@ -1,22 +1,20 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ppv-lite86 %global crate ppv-lite86
Name: rust-%{crate} Name: rust-ppv-lite86
Version: 0.2.16 Version: 0.2.20
Release: %autorelease Release: %autorelease
Summary: Implementation of the crypto-simd API for x86 Summary: Implementation of the crypto-simd API for x86
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/ppv-lite86 URL: https://crates.io/crates/ppv-lite86
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Implementation of the crypto-simd API for x86.} Implementation of the crypto-simd API for x86.}
@ -33,9 +31,10 @@ 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 %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +46,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}+no_simd-devel %package -n %{name}+no_simd-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +58,7 @@ This package contains library source intended for building other packages which
use the "no_simd" feature of the "%{crate}" crate. use the "no_simd" feature of the "%{crate}" crate.
%files -n %{name}+no_simd-devel %files -n %{name}+no_simd-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-devel %package -n %{name}+simd-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +70,7 @@ This package contains library source intended for building other packages which
use the "simd" feature of the "%{crate}" crate. use the "simd" feature of the "%{crate}" crate.
%files -n %{name}+simd-devel %files -n %{name}+simd-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}
@ -83,10 +82,10 @@ 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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (ppv-lite86-0.2.16.crate) = 264b916f7d1bb6f1c0c0d3cc45f40b72b638abc7174416b49241c3663fe500409509ef6c8241a24515a21a20288c2ba508035b6b37972e4ae7ad02ad19118b74 SHA512 (ppv-lite86-0.2.20.crate) = 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1

Loading…
Cancel
Save