Compare commits
10 Commits
6c68faeabd
...
8a67d6d430
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a67d6d430 | ||
|
|
ea9e617df2 | ||
|
|
8782b31735 | ||
|
|
25f0084ad9 | ||
|
|
504667ba98 | ||
|
|
e707713ea0 | ||
|
|
b965b592fe | ||
|
|
9bc7d2ae44 | ||
|
|
2461170531 | ||
|
|
bac034d2c3 |
9
alsa-firmware-1.0.29-vs-1.2.1.yaml
Normal file
9
alsa-firmware-1.0.29-vs-1.2.1.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: alsa-firmware
|
||||
old_version: 1.0.29
|
||||
new_version: 1.2.1
|
||||
interface_differences:
|
||||
- type: 'feature'
|
||||
item: 为Creative CA0132高清音频编解码器添加新固件
|
||||
diff: 通过ca0132驱动程序增加了对新卡的支持。这些新的固件文件适用于这些卡。
|
||||
influence: 对使用者无影响
|
||||
remark: '对使用者无影响'
|
||||
Binary file not shown.
BIN
alsa-firmware-1.2.4.tar.bz2
Normal file
BIN
alsa-firmware-1.2.4.tar.bz2
Normal file
Binary file not shown.
@ -1,4 +1,5 @@
|
||||
%define debug_package %{nil}
|
||||
%define __os_install_post %{nil}
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
# ca0132 limite patent license by CTL, so define configure --disable-loader
|
||||
%define with_loader 0
|
||||
@ -13,8 +14,8 @@
|
||||
%endif
|
||||
|
||||
Name: alsa-firmware
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
Version: 1.2.4
|
||||
Release: 3
|
||||
Summary: Firmware for cards
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -22,8 +23,8 @@ License: GPLV2
|
||||
URL: http://www.alsa-project.org
|
||||
Source0: https://www.alsa-project.org/files/pub/firmware/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: automake
|
||||
Requires: systemd, alsa-tools-firmware >= %{version}
|
||||
BuildRequires: automake, gcc
|
||||
Requires: systemd, alsa-tools-firmware >= 1.1.7
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -66,6 +67,15 @@ rm -rf %{buildroot}/lib/firmware/turtlebeach
|
||||
%{_datadir}/alsa/firmware/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 11 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.4-3
|
||||
- Disable strip, because no need to generate debuginfo package
|
||||
|
||||
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.4-2
|
||||
- add buildrequire gcc
|
||||
|
||||
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.2.4-1
|
||||
- upgrade to 1.2.4
|
||||
|
||||
* Wed Jul 22 2020 jinzhimin <jinzhimin2@huawei.com> - 1.2.1-1
|
||||
- upgrade to 1.2.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user