Update to version 0.2.2; Fixes RHBZ#2028941

epel9
Fabio Valentini 3 years ago
parent f739ffd3d4
commit 1084f2ea27
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/nasm-rs-0.1.8.crate
/nasm-rs-0.2.0.crate
/nasm-rs-0.2.1.crate
/nasm-rs-0.2.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate nasm-rs
Name: rust-%{crate}
Version: 0.2.1
Version: 0.2.2
Release: %autorelease
Summary: Run NASM during your Cargo build
@ -15,9 +15,6 @@ URL: https://crates.io/crates/nasm-rs
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,8 +30,8 @@ Requires: nasm
%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-APACHE LICENSE-MIT
@ -47,8 +44,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
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+parallel-devel %{_description}
This package contains library source intended for building other packages
which use "parallel" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "parallel" feature of the "%{crate}" crate.
%files -n %{name}+parallel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,8 +68,8 @@ BuildArch: noarch
%description -n %{name}+rayon-devel %{_description}
This package contains library source intended for building other packages
which use "rayon" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "rayon" feature of the "%{crate}" crate.
%files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (nasm-rs-0.2.1.crate) = 4084f91ff6681d4a7e2a7ecfa1a1774597aca7837764f282ada2e9792001f51fcb2c24e21621e37978b428b26cd0d453d2186cdd77072f5021fbd2c304d53529
SHA512 (nasm-rs-0.2.2.crate) = 83c6953e7651325b30f58a63a1cff203656dc0facd57b2f6285999e5f77e95706c9e16b2927b237ad6a67bca29253632955b9b49bd6f0600cde2ff03107b1fd7

Loading…
Cancel
Save