Update to version 0.6.0; Fixes RHBZ#2018041

epel10
Rémi Lauzier 3 years ago
parent c9529545d4
commit 29322f66b8
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
# 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
@ -7,12 +7,11 @@
%global crate alsa %global crate alsa
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.6.0
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
# https://github.com/diwic/alsa-rs/issues/70
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/alsa URL: https://crates.io/crates/alsa
Source: %{crates_source} Source: %{crates_source}
@ -39,6 +38,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/

@ -1 +1 @@
SHA512 (alsa-0.5.0.crate) = 95a57749b1c21418fe86c61b69a4fea73b0f43d42312ae6bb66ec4fe5bc8a255fd6adcfad5037b8b49361d62a1ae9efba03201daa17f2e05f0589beb66bc0160 SHA512 (alsa-0.6.0.crate) = a63354da0e643a68e28e32293d48f866c071332b1d17cf8349a79f28e45d6b9566d22f30c3001a862ea26c2b757aa9440b3f52c826a40b29c7881d12416f599b

Loading…
Cancel
Save