Update to 0.7.1; Fixes: RHBZ#2224957

epel10
Davide Cavalca 1 year ago
parent 4c3531c59e
commit 7a39936706

1
.gitignore vendored

@ -1,2 +1,3 @@
/alsa-0.5.0.crate /alsa-0.5.0.crate
/alsa-0.6.0.crate /alsa-0.6.0.crate
/alsa-0.7.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 24
# Deactivate tests because they need a sound card # Deactivate tests because they need a sound card
# https://github.com/diwic/alsa-rs/issues/71 # https://github.com/diwic/alsa-rs/issues/71
%bcond_with check %bcond_with check
@ -6,19 +6,17 @@
%global crate alsa %global crate alsa
Name: rust-%{crate} Name: rust-alsa
Version: 0.6.0 Version: 0.7.1
Release: %autorelease Release: %autorelease
Summary: Thin but safe wrappers for ALSA (Linux sound API) Summary: Thin but safe wrappers for ALSA (Linux sound API)
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/alsa URL: https://crates.io/crates/alsa
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Thin but safe wrappers for ALSA (Linux sound API).} Thin but safe wrappers for ALSA (Linux sound API).}
@ -35,9 +33,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 README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +48,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (alsa-0.6.0.crate) = a63354da0e643a68e28e32293d48f866c071332b1d17cf8349a79f28e45d6b9566d22f30c3001a862ea26c2b757aa9440b3f52c826a40b29c7881d12416f599b SHA512 (alsa-0.7.1.crate) = b94d9a1aef0becf2324cdcd6d20fc7542a017d746e73bad981e0ddcf300e43db5ea5e907487387028439d66871c7d9a05349d0f9ef0d50ed2a43b05cbeb990ee

Loading…
Cancel
Save