Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeff3696bc | ||
|
|
8285e68210 |
3 changed files with 16 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
Summary: Specialist tools for ALSA
|
Summary: Specialist tools for ALSA
|
||||||
Name: alsa-tools
|
Name: alsa-tools
|
||||||
Version: 1.1.6
|
Version: 1.1.7
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# Checked at least one source file from all the sub-projects contained in
|
# Checked at least one source file from all the sub-projects contained in
|
||||||
|
|
@ -36,6 +36,8 @@ Source: ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Source1: 90-alsa-tools-firmware.rules
|
Source1: 90-alsa-tools-firmware.rules
|
||||||
|
|
||||||
|
Patch1: hwmixvolume-python.patch
|
||||||
|
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc gcc-c++
|
||||||
BuildRequires: alsa-lib-devel >= %{version}
|
BuildRequires: alsa-lib-devel >= %{version}
|
||||||
%if 0%{!?_without_tools:1}
|
%if 0%{!?_without_tools:1}
|
||||||
|
|
@ -92,6 +94,7 @@ The following tools are available:
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch1 -p1 -b .hwmixvolume-python
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mv seq/sbiload . ; rm -rf seq
|
mv seq/sbiload . ; rm -rf seq
|
||||||
|
|
@ -212,6 +215,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-2
|
||||||
|
- Updated to 1.1.7
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
8
hwmixvolume-python.patch
Normal file
8
hwmixvolume-python.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
--- alsa-tools-1.1.7/hwmixvolume/hwmixvolume~ 2018-10-16 10:08:36.000000000 +0200
|
||||||
|
+++ alsa-tools-1.1.7/hwmixvolume/hwmixvolume 2018-10-16 12:39:39.639476411 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python
|
||||||
|
+#!/usr/bin/env python2
|
||||||
|
|
||||||
|
# hwmixvolume - ALSA hardware mixer volume control applet
|
||||||
|
# Copyright (c) 2009-2010 Clemens Ladisch
|
||||||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
||||||
SHA512 (alsa-tools-1.1.6.tar.bz2) = 33617ec6726ca11f66849c893a8dd9bf9faa8832374788819d9280159ac358c83443331faac24881df593cfd0b24b22769a41cbcb0af3c1fd781baab0c802d17
|
SHA512 (alsa-tools-1.1.6.tar.bz2) = 33617ec6726ca11f66849c893a8dd9bf9faa8832374788819d9280159ac358c83443331faac24881df593cfd0b24b22769a41cbcb0af3c1fd781baab0c802d17
|
||||||
|
SHA512 (alsa-tools-1.1.7.tar.bz2) = d715fa5b909fb33ffce252b4ae9f027dc7c1a509253d52bda6ecbc5e0a38e7d30ab8486b14114b226424217812a0edf66e7ec11f7674e44c77a14e4dfb16889c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue