diff --git a/.gitignore b/.gitignore index 5347f76..41c57b2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/openal-soft.spec b/openal-soft.spec index 3096dee..293f975 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -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 - 1.17.1-1 +- New upstream release + * Wed Jun 17 2015 Fedora Release Engineering - 1.16.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 79125b9..c9d611f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14db4b0d12f07252070b4fe5eb5911f6 openal-soft-1.16.0.tar.bz2 +4e1cff46cdb3ac147745dea33ad92687 openal-soft-1.17.1.tar.bz2