Update to 1.17.1
This commit is contained in:
parent
65ca240656
commit
c32778d983
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ openal-soft-1.12.854.tar.bz2
|
||||
/openal-soft-1.14.tar.bz2
|
||||
/openal-soft-1.15.1.tar.bz2
|
||||
/openal-soft-1.16.0.tar.bz2
|
||||
/openal-soft-1.17.1.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: openal-soft
|
||||
Version: 1.16.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.17.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -17,6 +17,9 @@ BuildRequires: qt-devel
|
||||
%if 0%{?fedora} >= 22
|
||||
BuildRequires: fluidsynth-devel
|
||||
%endif
|
||||
%if 0%{?fedora} >= 23
|
||||
BuildRequires: SDL2-devel SDL2_mixer-devel
|
||||
%endif
|
||||
Obsoletes: openal <= 0.0.10
|
||||
Provides: openal = %{version}
|
||||
|
||||
@ -70,6 +73,8 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%{_bindir}/altonegen
|
||||
%{_bindir}/bsincgen
|
||||
%{_bindir}/openal-info
|
||||
%{_libdir}/libopenal.so.*
|
||||
%dir %{_sysconfdir}/openal
|
||||
@ -90,6 +95,9 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
||||
%{_bindir}/alsoft-config
|
||||
|
||||
%changelog
|
||||
* Sun Dec 13 2015 François Cami <fcami@fedoraproject.org> - 1.17.1-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user