forked from pool/alsa-utils
Accepting request 495460 from home:tiwai:branches:multimedia:libs
- Update to alsa-utils 1.1.4: * alsactl: Remove standard output definition in systemd unit * alsa-info: provide more DMI information * alsa-info: add ACPI device status * amidi: optarg might be NULL, fix 't' argument parsing * aplay: Introduce and use xwrite helper OBS-URL: https://build.opensuse.org/request/show/495460 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=137
This commit is contained in:
parent
f4bf5a6309
commit
eaa8693f3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c
|
||||
size 1201424
|
3
alsa-utils-1.1.4.tar.bz2
Normal file
3
alsa-utils-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7831044de92c5bf33bf3365a3f36e49397f4191e934df460ae1ca15138c9d9d
|
||||
size 1202047
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 15:35:57 CEST 2017 - tiwai@suse.de
|
||||
|
||||
- Update to alsa-utils 1.1.4:
|
||||
* alsactl: Remove standard output definition in systemd unit
|
||||
* alsa-info: provide more DMI information
|
||||
* alsa-info: add ACPI device status
|
||||
* amidi: optarg might be NULL, fix 't' argument parsing
|
||||
* aplay: Introduce and use xwrite helper
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 16:38:57 CET 2016 - tiwai@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alsa-utils
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define package_version 1.1.3
|
||||
%define package_version 1.1.4
|
||||
#
|
||||
%if 0%{?suse_version} > 1130
|
||||
%define use_systemd 1
|
||||
@ -35,7 +35,7 @@ BuildRequires: systemd
|
||||
%define _udevdir /lib/udev
|
||||
%endif
|
||||
Name: alsa-utils
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 0
|
||||
Summary: Advanced Linux Sound Architecture Utilities
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user