Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jaroslav Kysela
55ca8fb90f pulseaudio-libs-devel dependency fix 2012-09-06 16:17:06 +02:00
Jaroslav Kysela
bd553c9eed Updated to 1.0.26 2012-09-06 16:02:11 +02:00
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ alsa-plugins-1.0.22.tar.bz2
/alsa-tools-1.0.24.tar.bz2
/alsa-plugins-1.0.24.tar.bz2
/alsa-plugins-1.0.25.tar.bz2
/alsa-plugins-1.0.26.tar.bz2

View file

@ -5,8 +5,8 @@
%endif
Name: alsa-plugins
Version: 1.0.25
Release: 4%{?dist}
Version: 1.0.26
Release: 2%{?dist}
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
# pph plugin is BSD-like licensed
@ -64,7 +64,7 @@ This plugin provides the PCM type "oss".
%package pulseaudio
Requires: alsa-utils
Requires: pulseaudio
BuildRequires: pulseaudio-lib-devel
BuildRequires: pulseaudio-libs-devel
Summary: Alsa to PulseAudio backend
Group: System Environment/Libraries
License: LGPLv2+
@ -266,6 +266,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Sep 6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-2
- Changed dependency on pulseaudio-lib-devel to pulseaudio-libs-devel
* Thu Sep 6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
- Updated to 1.0.26
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View file

@ -1 +1 @@
038c023eaa51171f018fbf7141255185 alsa-plugins-1.0.25.tar.bz2
4facd408326ef5567a7d4ceb6589e6b0 alsa-plugins-1.0.26.tar.bz2