Compare commits

..

3 Commits

Author SHA1 Message Date
Fabio Valentini ae5faa00d1
Update to version 0.2.17; Fixes RHBZ#2140252
2 years ago
Fabio Valentini 054c1c092a
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 62ef63581e
Rebuild
3 years ago

1
.gitignore vendored

@ -6,4 +6,3 @@
/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.17.crate
/ppv-lite86-0.2.20.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ppv-lite86 %global crate ppv-lite86
Name: rust-ppv-lite86 Name: rust-ppv-lite86
Version: 0.2.20 Version: 0.2.17
Release: %autorelease Release: %autorelease
Summary: Implementation of the crypto-simd API for x86 Summary: Implementation of the crypto-simd API for x86
@ -14,7 +14,7 @@ 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}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Implementation of the crypto-simd API for x86.} Implementation of the crypto-simd API for x86.}
@ -85,7 +85,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (ppv-lite86-0.2.20.crate) = 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1 SHA512 (ppv-lite86-0.2.17.crate) = 539d916e7e5869d832045c1aa88aec519bd000227f9b01d4dd0bfc9ffb640d5f5eb21b05eba718174773c97192a655ad3cb31b53ceb914dd19179a6699b3583a

Loading…
Cancel
Save